Try making your mouse cursor visible in a selenium test case.

I work with Selenium Webdriver in Java on a chronograph, and I try to constantly display the cursor while the test case is running. I tried the robot and the action class, but without any success. for example, I tried this:

Actions builder = new Actions(driver);
      Action action = builder.moveToElement(logo).click().build();
      action.perform();       

In this case, I can see the cursor, but it does not move. Any help would be very helpful.

+4
source share
1 answer

. autoit ff.au3. mozrepl addon (Mozrepl FF Version 55, Chrome IE). . , Selenium. , .

Mozrepl

Thorsten Willert

autoit

EDIT: autoit ...

0

Source: https://habr.com/ru/post/1685711/


All Articles