We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5034563 commit 83f9a22Copy full SHA for 83f9a22
docs/en/commands/session/settings/get-settings.md
@@ -13,7 +13,7 @@ Map<String, Object> settings = driver.getSettings();
13
14
```python
15
# Python
16
-self.driver.get_settings
+self.driver.get_settings()
17
18
```
19
0 commit comments