selenium.webdriver.common.actions.action_builder¶
Classes
|
- class selenium.webdriver.common.actions.action_builder.ActionBuilder(driver, mouse=None, wheel=None, keyboard=None, duration=250)[source]¶
- get_device_with(name) Union[WheelInput, PointerInput, KeyInput] [source]¶
- property pointer_inputs: List[PointerInput]¶
- property key_action: KeyActions¶
- property pointer_action: PointerActions¶
- property wheel_action: WheelActions¶
- add_pointer_input(kind, name) PointerInput [source]¶
- add_wheel_input(name) WheelInput [source]¶