I want to use the Selenium method mouseMoveAt(java.lang.String locator,java.lang.String coordString). How do I set coordString?
For example, if coordString is the x,y position (10,20), what does that mean?
|
I want to use the Selenium method For example, if coordString is the x,y position |
||||
|
|
|
You could use following to get element position run time and use them
|
|||||||
|
|
The above answer is not a possible solution because selenium.getElementPositionLeft("elementLocator"); returns a number and not a string and not just that it also gives an error which says that we cannot make static reference to non static methods. |
|||
|
|