Skip to content

[🐛 Bug]: MoveToElement - RemoteWebDriver threw an exception of type 'System.InvalidOperationException' #10344

@sc-mk

Description

@sc-mk

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?
actionExecutor_exception

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

No one assigned

    Labels

    I-defectSomething is not working as intendedJ-awaiting answerQuestion asked of user; a reply moves it to triage again

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions