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 |
Mention what are the advantages of using git hub for selenium?
What will be the different kinds of locators in selenium?
How to run a group of test cases using testng?
i have 2 year experience in manual testing and automation testing Selenium, if i am attending any interview what kind of question i will get?
What are the important features of selenium ide?
Explain how you can use recovery scenario with selenium?
When should one use selenium grid?
Tell me how you can find broken images in a page using selenium web driver?
What is assertion in selenium?
How many test cases you have automated per day?
What are the benefits of automation testing?
How do you upload a file?