Skip to content

Commit e2d238e

Browse files
authored
docs: update example in readme (appium#945)
1 parent 39a89c8 commit e2d238e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ On UIA2, some elements can be handled with `touch` pointer action instead of the
9797
For example, the below action builder is to replace the default one with the `touch` pointer action.
9898

9999
```python
100+
from selenium.webdriver import ActionChains
100101
from selenium.webdriver.common.actions import interaction
101102
from selenium.webdriver.common.actions.action_builder import ActionBuilder
102103

0 commit comments

Comments
 (0)