- Pilot_RiazRegular Participant
- Posts : 27
Join date : 2011-08-24
My Xpath won't click the button on webpage
Tue Oct 23, 2012 6:12 pm
Hi,
I am having trouble working out the Xpath to click a button on a web page.
I have tried the following:
selenium.Click("name=ctl00$uxFormTemplate$uxNavigationControl$ctl01");
selenium.Click("id=ctl00_uxFormTemplate_uxNavigationControl");
selenium.Click("xpath=//html/body/form/div[2]/div/div[1]/div/div[2]/div[7]/input");
selenium.Click(xpath=//div[@id=ctl00_uxFormTemplate_uxNavigationControl");
It won't click the button when i run it using Nunit. It fails to click.
When i inspect the button the code snippet is as follows:
Anyone know what the correct Xpath is?
Riaz
I am having trouble working out the Xpath to click a button on a web page.
I have tried the following:
selenium.Click("name=ctl00$uxFormTemplate$uxNavigationControl$ctl01");
selenium.Click("id=ctl00_uxFormTemplate_uxNavigationControl");
selenium.Click("xpath=//html/body/form/div[2]/div/div[1]/div/div[2]/div[7]/input");
selenium.Click(xpath=//div[@id=ctl00_uxFormTemplate_uxNavigationControl");
It won't click the button when i run it using Nunit. It fails to click.
When i inspect the button the code snippet is as follows:
Anyone know what the correct Xpath is?
Riaz
- roscoActive particpant
- Posts : 20
Join date : 2012-04-05
Re: My Xpath won't click the button on webpage
Wed Oct 24, 2012 2:23 pm
Hello,
you can use xpath checker to help you
you can use xpath checker to help you
- How do i get the Xpath value for a radio button so i can click the button on a form
- how to select button like filed embeded in div tag in webpage using xpath
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
- solution to click a radio button that has a dynamic id.
- How do i find xpath for a button on web page
Permissions in this forum:
You cannot reply to topics in this forum