Skip to content

Commit f8b8491

Browse files
committed
Merge pull request #14 from bayandin/patch-1
Fix typo in README (resolve #12)
2 parents 4f3d135 + c795595 commit f8b8491

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)