Skip to content

"WebDriver' object has no attribute 'w3c'" error is raised when using ActionChains #1784

Description

I am tying to call to ActionChains method called move_to_element, but fortunately error is raised after a successful alloc of ActionChains:
AttributeError: 'WebDriver' object has no attribute 'w3c'


My python libs are:
Appium-Python-Client==2.4.1
selenium==3.141.0

Capabilities:

app = <path to my app>
winAppDriverHost = 127.0.0.1:4723

platformName = Windows

platformVersion = 10

automationName = Windows

appArguments = <my app args>

appWorkingDir = <my app working dir>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions