How do you select the 2nd item in a List box or drop down
through selenium RC (Java)
Answers were Sorted based on User's Feedback
Answer / sunil
we can use index property to select the 2nd value from the drop down.
selenium.click(index,1) as index starts from 0
| Is This Answer Correct ? | 3 Yes | 12 No |
What are the most popular tools for automation testing?
What is mean by ARGO testing? can any one please explain
To retrive testdata which tool vl use?
Describe common problems of test automation.
Can you list some other automation testing tools that you are familiar with?
what is client server application.
What tools are available for support of testing during software development life cycle?
What testing activities you may want to automate?
What is the purpose of the testing?
Tell us how to login into any site if it's showing any authentication pop-up for username and password?
why should I automate mysoftware testing?
Can we find all links on a web page?