Explain how to assert text of webpage using selenium 2.0?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between “type” and “typeandwait” command?
What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
Is there a way for me to know all available options when I start selenium server?
What are different forms of selenium?
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.
Explain using webdriver how you can perform double click?
What are the advantages and disadvantages of selenium ?
Tell me can selenium handle windows based pop-up?
How do you verify an object presented in multiple pages?
How to get a text of a web element?
How many types of webdriver api's are available in selenium?
How does you identify the list of links present on the page