A
A
ACOT-Murmansk2016-03-13 18:01:01
JavaScript
ACOT-Murmansk, 2016-03-13 18:01:01

How to move mouse cursor to selected element in Selenium Javascript?

It is necessary to move the mouse cursor from the current position to the previously found element and click on it. Node + Selenium-Driver-Js bundle works

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Talik, 2017-01-10
@Talik0507

the Selenium set has a moveToElement(WebElement toElement) method,
respectively
, for Java it will look like this
driver.moveToElement(toElement)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question