- ashok.ntActive particpant
- Posts : 11
Join date : 2012-01-13
How to get the x and y co-ordinates of a object in webdriver and selenium RC
Sat Jan 14, 2012 9:58 am
hi,
How to get the x and y co-ordinates of a object in webdriver and selenium RC
Regards,
Ashok N T
How to get the x and y co-ordinates of a object in webdriver and selenium RC
Regards,
Ashok N T
- qappbcAmateur
- Posts : 38
Join date : 2011-10-13
Re: How to get the x and y co-ordinates of a object in webdriver and selenium RC
Sun Jan 15, 2012 5:22 am
in RC:
String xCoordinate = selenium.getElementPositionLeft("elementLocator");
String yCoordinate = selenium.getElementPositionTop("elementLocator");
I think you can use Remote WebDriver and make a getLocation(css selector)
as well.
String xCoordinate = selenium.getElementPositionLeft("elementLocator");
String yCoordinate = selenium.getElementPositionTop("elementLocator");
I think you can use Remote WebDriver and make a getLocation(css selector)
as well.
- ashish_techieAmateur
- Posts : 73
Join date : 2011-08-09
Re: How to get the x and y co-ordinates of a object in webdriver and selenium RC
Sat Jan 21, 2012 4:37 pm
There is a coordinates interface in webdriver
You can use the coordinates interface
int x = coordinates.getLocationOnScreen().getX()
int y = coordinates.getLocationOnScreen().getY()
Regards
Ashish
For selenium training, you can visit:
http://qtpselenium.com/selenium-training
You can use the coordinates interface
int x = coordinates.getLocationOnScreen().getX()
int y = coordinates.getLocationOnScreen().getY()
Regards
Ashish
For selenium training, you can visit:
http://qtpselenium.com/selenium-training
- I downloaded and installed Selenium WebDriver Jar files in my Eclipse, but still i am facing issues and couldn't run the webdriver scripsts.
- WebDriver object is frozen for some reason - test get stuck at driver.
- Selenium IDE generated testcase script is not working in Selenium Webdriver
- default selenium object
- Selenium webdriver Error - "Could not contact Selenium Server".
Permissions in this forum:
You cannot reply to topics in this forum