We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3d135 commit c795595Copy full SHA for c795595
1 file changed
README.md
@@ -98,7 +98,7 @@ To get the current context, rather than calling `driver.current_window_handle` y
98
use
99
100
```python
101
-current = driver.context
+current = driver.current_context
102
```
103
104
The available contexts are not retrieved using `driver.window_handles` but with
0 commit comments