How can we get text from a Web Part?
Answers were Sorted based on User's Feedback
Answer / uma rani
We can use getText() pre-defined method. It helps to retrieve the text of a specific web element.
String text = driver.findElement(By.id("xxxx")).getText();
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uma rani
We can use getText() pre-defined method. It helps to retrieve the text of a specific web element.
String text = driver.findElement(By.id("xxxx")).getText();
| Is This Answer Correct ? | 0 Yes | 0 No |
How to read a javascript variable in selenium webdriver?
what is the difference between type keys and type commands?
How you build object repository in your project?
What you know about selenium?
Explain the difference between confirming and verifying commands?
Explain me how to check a checkbox in selenium?
What does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
Write a code snippet to launch chrome browser in webdriver.
How can you find broken links in a page using selenium webdriver?
Name an api used for reading and writing data to excel files?
Why to choose python over java in selenium?
How to handle browser (chrome) notifications in selenium?