- mihir02
- Posts : 2
Join date : 2011-08-17
Click on a button with no Id using Webdriver
Fri Aug 19, 2011 4:06 am
I am trying to click on the OK button in the following html code. Can anyone please help ?
- mihir02
- Posts : 2
Join date : 2011-08-17
Re: Click on a button with no Id using Webdriver
Fri Aug 19, 2011 4:17 am
I pasted the html code for OK button ...
here is the code :
button type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false"
span class="ui-button-text">OK/button
here is the code :
button type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false"
span class="ui-button-text">OK/button
- sakthiveljaganathan
- Posts : 6
Join date : 2012-12-07
Re: Click on a button with no Id using Webdriver
Wed Dec 19, 2012 7:58 pm
Use this command
wait.Until((d) => { return d.FindElement(By.XPath("//button[.='Ok']")); });
driver.FindElement(By.XPath("//button[.='Ok']")).Click();
wait.Until((d) => { return d.FindElement(By.XPath("//button[.='Ok']")); });
driver.FindElement(By.XPath("//button[.='Ok']")).Click();
- click button of a pop up in webdriver
- (Selenium Webdriver) Not able to click BROWSE button while uploading a file in GWT Framework
- Selenium Webdriver unable to click the submit button for the Second time after entering the datas from the excel
- How do i get the Xpath value for a radio button so i can click the button on a form
- 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
Permissions in this forum:
You cannot reply to topics in this forum