Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Selenium Training and Certification Curriculum, Visit our Website: bit.ly/349QpMP
Hi Anmol, you can use point() class to get the coordinates of in Selenium WebDriver. You can use something like: int xcord = point.getX(); similarly int ycord = point.getY();
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Selenium Training and Certification Curriculum, Visit our Website: bit.ly/349QpMP
I Love you Edureka!!!
great explanation
Good job !
How to click on Ok button of an alert using Robot Class? can anyone help?
How can we find the cordinates of any element on screen.?
Hi Anmol, you can use point() class to get the coordinates of in Selenium WebDriver. You can use something like: int xcord = point.getX(); similarly int ycord = point.getY();