We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ba9ff commit c8a905bCopy full SHA for c8a905b
appium/webdriver/__init__.py
@@ -16,5 +16,5 @@
16
Appium Python Client: WebDriver module
17
"""
18
19
-from webdriver import WebDriver as Remote
20
-from webelement import WebElement
+from .webdriver import WebDriver as Remote
+from .webelement import WebElement
0 commit comments