selenium.webdriver.common.actions.key_input¶ Classes KeyInput(name) TypingInteraction(source, type_, key) class selenium.webdriver.common.actions.key_input.KeyInput(name: str)[source]¶ encode() → dict[source]¶ create_key_down(key) → None[source]¶ create_key_up(key) → None[source]¶ create_pause(pause_duration: float = 0) → None[source]¶ add_action(action: Any) → None¶ clear_actions() → None¶ class selenium.webdriver.common.actions.key_input.TypingInteraction(source, type_, key)[source]¶ encode() → dict[source]¶ PAUSE = 'pause'¶