Skip to content

Commit ee0dafc

Browse files
committed
Add context method for ease of use
2 parents 1ab787a + f8b8491 commit ee0dafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To get the current context, rather than calling `driver.current_window_handle` y
9898
use
9999

100100
```python
101-
current = driver.context
101+
current = driver.current_context
102102
```
103103

104104
The available contexts are not retrieved using `driver.window_handles` but with

0 commit comments

Comments
 (0)