How does one capture a page title in selenium 2.0?
When should one use selenium grid?
Write a code to wait for a particular element to be visible on a page. Write a code to wait for an alert to appear.
What are the significant changes in upgrades in various selenium versions?
How to switch to a new window (new tab) which opens up after you click on a link?
What is parameterization in testng? How to pass parameters using testng.xml?
How can you fetch an attribute from an element? How to retrieve typed text from a textbox?
How to take screenshots in selenium webdriver?
How you will login into any site if it is showing any authentication popup for username and password?
How to scroll down a page using javascript in selenium?
Can we enter text without using sendkeys()?
Explain dataproviders in testng using an example. Can I call a single data provider method for multiple functions and classes?
Explain dataproviders in testng ?
How can you mark a test case as failed by using soft assertion?
Explain how you will login into any site if it is showing any authentication popup for username and password?