We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbff369 commit 51fb442Copy full SHA for 51fb442
commands-yml/commands/session/settings/get-settings.yml
@@ -19,7 +19,7 @@ example_usage:
19
@driver.get_settings
20
python:
21
|
22
- self.driver.get_settings
+ self.driver.get_settings()
23
24
client_docs:
25
java: "https://appium.github.io/java-client/io/appium/java_client/HasSettings.html#getSettings--"
0 commit comments