What is the difference between find elements () and find element ()?
Answer / Amar Deep Nayak
`findElements()` returns a list of all elements that match the given criteria, while `findElement()` returns a single WebElement that matches the first occurrence of the given criteria. In case no elements are found by `findElement()`, an exception will be thrown.
| Is This Answer Correct ? | 0 Yes | 0 No |
where do u maintain all your test cases in manual not in selenium
Explain what is framework and what are the frameworks available in rc?
Explain what are the limitations of selenium ide?
Tell me what you know about selenium?
Explain how you can handle colors in web driver?
what is the difference between absolute path and relative path?
How can you insert a start point in selenium ide?
What is robot api?
What are the advantages and disadvantages of using selenium as testing tool?
Is selenium capable of handling windows pop-ups?
How do you handle frames
How to connect a database in selenium?