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?
Tell us how to perform right click using selenium webdriver?
What is a keyword driven framework?
Describe a framework. List some of the common automation frameworks.
How can we find all the links on a web page?
How do you handle Multiple windows in your application?
What are the types of webdriver apis available in selenium?
How to highlight element using selenium webdriver?
How to set test case priority in testng?
How you can insert a start point in selenium ide?
Explain the difference between single and double slash in x-path?
Tell me how do perform drag and drop using selenium webdriver?