Skip to content

Commit c795595

Browse files
committed
Fix typo in README (resolve appium#12)
1 parent 4f3d135 commit c795595

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)