selenoid
selenoid copied to clipboard
Move to element doesn't stay on it for firefox image
Configuration:
- latest (3.13.1) C# selenium client library
- latest (1.7.1) selenoid server
- 61.0 and 58.0 firefox docker images
new Actions(WrappedDriver).MoveToElement(el).Perform();
OpenQA.Selenium.WebDriverTimeoutException : Timed out after 10 seconds:
HtmlLink wrapping [WebElementProxy wrapping web element loaded by [WebElementLoader locating element using [By.XPath: .//a[text()='Import Data']] in [OpenQA.Selenium.Remote.RemoteWebDriver]]]]] did not became visible
Moves to element on a second and goes somewhere else If I'm connected to machine through VNC hover will work as expected
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.