Explain what is selenium ide?
Tell us can you write the code to double click an element in selenium?
Tell me how you can find broken images in a page using selenium web driver?
Explain me how to execute javascript in selenium?
Tell me can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?
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?