We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d80935 commit 2a41080Copy full SHA for 2a41080
2 files changed
appium/webdriver/webdriver.py
@@ -401,7 +401,7 @@ def switch_to(self) -> MobileSwitchTo:
401
402
# MJSONWP for Selenium v4
403
@property
404
- def orientation(self) -> str:
+ def orientation(self) -> Any:
405
"""
406
Gets the current orientation of the device
407
pyproject.toml
@@ -36,10 +36,9 @@ Repository = "https://github.com/appium/python-client"
36
Issues = "https://github.com/appium/python-client/issues"
37
Changelog = "https://github.com/appium/python-client/blob/master/CHANGELOG.md"
38
39
-[tool.uv]
40
-dev-dependencies = [
+[dependency-groups]
+dev = [
41
"httpretty~=1.1",
42
- "mock~=5.2",
43
"mypy~=1.17",
44
"pre-commit~=4.2",
45
"pytest~=8.4",
0 commit comments