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 insert a breakpoint in selenium ide?
Why and how will you use an excel sheet in your project?
Define selenium 2.x?
How to find more than one web element in the list?
How can you prepare customized html report using testng in hybrid framework?
How does one calculate the number of rows using selenium 2.0?
What are the languages supported by webdriver?
Tell me does the selenium have any limitations?
How to export selenium ide test suite to selenium rc suites?
How to get a text of a web element?
What is difference between / & //
What type of tests have you automated?