Interview Questions

Selenium WebDriver - While using click command can you use screen coordinate?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - While using click command can you use screen coordinate?

To click on specific part of element, you would need to use clickAT command. ClickAt command accepts element locator and x, y co-ordinates as arguments-

clickAt (locator, cordString)

(Continued on next question...)

Other Interview Questions