Answer Posted / chetan phani.j
Alert popup
Alert a =driver.switchto().alert()
String text=a.getText().
syso(text);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to pause a test execution for 5 seconds at a specific point?
How can I learn to automate testing using selenium?
Can we use selenium grid for performance testing?
Give the example for method overload in webdriver.
Tell me what you know about selenium?
What is the difference between "assert" and "verify" commands?
How can we move to nth child element using css selector?
What is the selenium webdriver?
What are the drawbacks of selenium ide
How do you capture an element loading after the page load?
How to login into any site if it is showing an authentication pop-up for username and password?
Tell us what selenium components do you know?
For database testing in selenium webdriver what api is required?
What are the types of webdriver apis available in selenium?
How many exceptions do you know in selenium webdriver?