Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit ee0dafc

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)