Tell us can we find all links on a web page?
Answer / Ratnesh Kumar Verma
Yes, it is possible to find all links on a web page using different methods in Selenium WebDriver. One common approach is to use the `getAllLinks()` method provided by the `HtmlUnitDriver` or the `findElements(By.tagName('a'))` method for other drivers like `ChromeDriver`, `FirefoxDriver`, etc. This returns a list of all links on the page.
| Is This Answer Correct ? | 0 Yes | 0 No |
hi Friends this is Srinivas. Can u discribe about bug lifecycle.how to say in interview.send me my mail :dsrao106@gmail.com
How do you plan test automation?
If automating - what is your process for determining what to automate and in what order?
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
Give some examples of priority – severity defect levels.
What is junit annotation?
What are the phases in automation testing life cycle?
is there any Rational Functional Tester certification questions available?
how many clients are using this application?
Can we prioritize tests in Junit. What is the sequence of execution in Junit?
what is aom and how to add object repository? i am very new to QTP please help me
What is client side validation? Write a snippet.