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 cf337b9 commit d37e6dfCopy full SHA for d37e6df
appium/webdriver/webdriver.py
@@ -71,7 +71,7 @@ class AppiumLocatorConverter:
71
to the Appium server as-is.
72
"""
73
74
- def convert(self, by: str, value: str) -> tuple[str, str]:
+ def convert(self, by: str, value: str) -> Tuple[str, str]:
75
return (by, value)
76
77
0 commit comments