The problem
I have the same issue as this: #476.
His solution is not applicable to my case.
Here is the shortest possible code that reproduces the issue:
from appium import webdriver
driver = webdriver.Remote('http://localhost:4723/wd/hub', [])
The result is like this:
C:\Python36\python.exe C:/Users/rsheink/PycharmProjects/untitled/bla.py
Traceback (most recent call last):
File "C:/Users/rsheink/PycharmProjects/untitled/bla.py", line 3, in <module>
driver = webdriver.Remote('http://localhost:4723/wd/hub', [])
AttributeError: module 'appium.webdriver' has no attribute 'Remote'
Process finished with exit code 1
Please help :-)
The problem
I have the same issue as this: #476.
His solution is not applicable to my case.
Here is the shortest possible code that reproduces the issue:
The result is like this:
Please help :-)