Actions not working in SauceLabs

115 views
Skip to first unread message

ARK Satyanarayana Raju

unread,
Nov 23, 2017, 1:45:19 AM11/23/17
to Selenium Users
Hi,

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

Above code is working fine in my local machine using Selenium 3.6.0, FF56, Gecko driver 0.19.01, Windows 7.

But same script is not able to do mouse hover in SauceLabs.

Vikram

unread,
Nov 23, 2017, 4:46:58 AM11/23/17
to Selenium Users
You should file this issue with Saucelabs suppport team

As it's working on your local setup, it can't be selenium related issue.

Regards,
Vikram

ARK Satyanarayana Raju

unread,
Nov 23, 2017, 5:41:08 AM11/23/17
to Selenium Users
Sure Vikram.

Actually I am getting below error.

Exception in thread "main" org.openqa.selenium.UnsupportedCommandException: mouseMoveTo
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'WIN-R1JBAO1CNPS', ip: '172.20.33.211', os.name: 'Windows Server 2008 R2', os.arch: 'x86', os.version: '6.1', java.version: '1.8.0_91'
Driver info: driver.version: RemoteWebDriver
Command duration or timeout: 463 milliseconds

Krishnan Mahadevan

unread,
Nov 23, 2017, 11:29:40 PM11/23/17
to seleniu...@googlegroups.com

Kind of looks like the geckodriver available in SauceLabs is perhaps an older variant which is missing implementation for mouseMoveTo.

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/46686a09-922b-412f-94df-921a6ae19da9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages