Explain me how to check if an element is visible on the page?
Do you know how to check if a button is enabled on the page?
Tell me how could the web element attributes be inspected in order to use them in different locators?
Explain me which web driver implementation is the fastest?
Tell me how can the user get a text of a web element?
Do you know what is selenese?
Tell us the line of code webdriver driver = new firefoxdriver();.?
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?
Do you know what is the purpose of deselectall() method?
Do you know what is the difference between "type" and "typeandwait" command?
Tell me how can you switch back from a frame?
Tell me what is the testng.xml file used for?
Do you know 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();?
Tell us what automation tools could be used for post-release validation with continuous integration?
Tell me how a text written in a text field could be cleared?