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>
I am tying to call to
ActionChainsmethod calledmove_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.1selenium==3.141.0Capabilities: