-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
I-defectSomething is not working as intendedSomething is not working as intendedJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage again
Description
What happened?
Hi,
I'm using code below for move to element, but actionExecutor returns an exception.
Chromedriver version: 98.0.4758.48 win32
Can you help me, please?
How can we reproduce the issue?
IWebElement element = driver.FindElement(By.LinkText(link_text));
Actions ac = new Actions(driver);
ac.MoveToElement(element);
ac.Build().Perform();
### Relevant log output
```shell
ac > actionExecutor
ApplicationCache = '((OpenQA.Selenium.Remote.RemoteWebDriver)ac.actionExecutor).ApplicationCache' threw an exception of type 'System.InvalidOperationException'
LocationContext = '((OpenQA.Selenium.Remote.RemoteWebDriver)ac.actionExecutor).LocationContext' threw an exception of type 'System.InvalidOperationException'
Operating System
Windows 10
Selenium version
3.14
What are the browser(s) and version(s) where you see this issue?
Chrome 98.0.4758.82
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 98.0.4758.48
Are you using Selenium Grid?
No
Metadata
Metadata
Assignees
Labels
I-defectSomething is not working as intendedSomething is not working as intendedJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage again