There was an error while loading. Please reload this page.
1 parent 08457d4 commit 5243ee3Copy full SHA for 5243ee3
1 file changed
appium/webdriver/webdriver.py
@@ -17,15 +17,13 @@
17
from selenium.common.exceptions import (
18
InvalidArgumentException,
19
SessionNotCreatedException,
20
- UnknownMethodException,
21
WebDriverException,
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
29
30
from appium.common.logger import logger
31
from appium.options.common.base import AppiumOptions
0 commit comments