selenium.webdriver.common.actions.pointer_input

Classes

PointerInput(kind, name)
class selenium.webdriver.common.actions.pointer_input.PointerInput(kind, name)[source]
DEFAULT_MOVE_DURATION = 250
add_action(action)
clear_actions()
create_pause(pause_duration: float) → None[source]
create_pointer_cancel()[source]
create_pointer_down(**kwargs)[source]
create_pointer_move(duration=250, x: float = 0, y: float = 0, origin: Optional[selenium.webdriver.remote.webelement.WebElement] = None, **kwargs)[source]
create_pointer_up(button)[source]
encode()[source]