Skip to content

module 'appium.webdriver' has no attribute 'Remote' #542

@refaelsh

Description

@refaelsh

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 :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions