Skip to content

Commit ea9e09e

Browse files
authored
docs: update W3C actions example in readme (#946)
1 parent 5be0ea0 commit ea9e09e

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
@@ -100,6 +100,7 @@ For example, the below action builder is to replace the default one with the `to
100100
from selenium.webdriver import ActionChains
101101
from selenium.webdriver.common.actions import interaction
102102
from selenium.webdriver.common.actions.action_builder import ActionBuilder
103+
from selenium.webdriver.common.actions.pointer_input import PointerInput
103104
104105
actions = ActionChains(driver)
105106
# override as 'touch' pointer action

0 commit comments

Comments
 (0)