selenium.webdriver.common.actions.wheel_input

Classes

ScrollOrigin(origin, …)
WheelInput(name)
class selenium.webdriver.common.actions.wheel_input.ScrollOrigin(origin: Union[str, selenium.webdriver.remote.webelement.WebElement], x_offset: int, y_offset: int)[source]
classmethod from_element(element: selenium.webdriver.remote.webelement.WebElement, x_offset: int = 0, y_offset: int = 0)[source]
classmethod from_viewport(x_offset: int = 0, y_offset: int = 0)[source]
origin
x_offset
y_offset
class selenium.webdriver.common.actions.wheel_input.WheelInput(name)[source]
add_action(action)
clear_actions()
create_pause(pause_duration: float) → None[source]
create_scroll(x: int, y: int, delta_x: int, delta_y: int, duration: int, origin) → None[source]
encode() → dict[source]