Skip to main content
g. ‘Enter’, ‘Backspace’, ‘Insert’, ‘Delete’, etc. Example:
from notte_sdk import actions

session.execute(actions.PressKey(key="Enter"))

Fields

type
Literal['press_key']
default:"press_key"
category
str
default:"Special Browser Actions"
description
str
key
str
required

Module

notte_core.actions
I