Actions are not working in Saucelabs

16 views
Skip to first unread message

A R K SATYANARAYANA RAJU

unread,
Nov 23, 2017, 1:55:00 AM11/23/17
to Selenium Users
Hi,

I have executed below code in my local machine.

WebElement mo = this.driver.findElement(locator);
new Actions(this.driver).moveToElement(mo).build().perform();

Used Selenium 3.6.0, FF56, Gecko driver 0.19.1.

Above code working fine in my local machine.

When i execute same code in SauceLabs, Mouse action is not performing.
Reply all
Reply to author
Forward
0 new messages