We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f9698 commit 5fad608Copy full SHA for 5fad608
py/selenium/webdriver/common/actions/action_builder.py
@@ -26,7 +26,7 @@
26
class ActionBuilder(object):
27
def __init__(self, driver, mouse=None, keyboard=None):
28
if mouse is None:
29
- mouse = PointerInput(interaction.POINTER, "mouse")
+ mouse = PointerInput(interaction.POINTER_MOUSE, "mouse")
30
if keyboard is None:
31
keyboard = KeyInput(interaction.KEY)
32
self.devices = [mouse, keyboard]
0 commit comments