Am doing automation tesing using selenium, i need help in regarding how to select radio button.If possible help me with selenium java code.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Assuming you have selenium set up its just:
You may want to look at the selenium javadoc http://release.seleniumhq.org/selenium-remote-control/0.9.2/doc/java/com/thoughtworks/selenium/Selenium.html |
|||||
|
In the above example I am selecting radio button with "ROUND TRIP" using "JavaScript". The last four lines are to verify and see whether the expected radio button is selected in the page or not. NOTE: I am giving simple easy solution to solve a problem (selecting a radio) in the choosen webpage. A better code can be written. (user can write a method to accept radio ID and loop through all the existing radio button to see which one of them is selected). |
|||
|
etc ... use this commands to select random and any radio button |
|||
|
|
