From ea9e09e45c0650a39b7861b15ece85f8a77fdbc9 Mon Sep 17 00:00:00 2001 From: Dor Blayzer <59066376+Dor-bl@users.noreply.github.com> Date: Sun, 14 Jan 2024 10:36:45 +0200 Subject: [PATCH] docs: update W3C actions example in readme (#946) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 884db4f3..9cad0550 100644 --- a/README.md +++ b/README.md @@ -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