We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee2faa commit 3354542Copy full SHA for 3354542
1 file changed
appium/webdriver/webdriver.py
@@ -22,6 +22,7 @@
22
)
23
from selenium.webdriver.remote.command import Command as RemoteCommand
24
from selenium.webdriver.remote.remote_connection import RemoteConnection
25
+
26
# `selenium.webdriver.Remote` could be used instead, but Pyright wouldn't locate the class properly.
27
from selenium.webdriver.remote.webdriver import WebDriver as Remote
28
from typing_extensions import Self
0 commit comments