Skip to content

Commit

Permalink
docs: update W3C actions example in readme (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Jan 14, 2024
1 parent 5be0ea0 commit ea9e09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ For example, the below action builder is to replace the default one with the `to
from selenium.webdriver import ActionChains
from selenium.webdriver.common.actions import interaction
from selenium.webdriver.common.actions.action_builder import ActionBuilder
from selenium.webdriver.common.actions.pointer_input import PointerInput
actions = ActionChains(driver)
# override as 'touch' pointer action
Expand Down

0 comments on commit ea9e09e

Please sign in to comment.