Skip to main content
Example:
from notte_sdk import actions

session.execute(actions.Wait(time_ms=2000))

Fields

type
Literal['wait']
default:"wait"
category
str
default:"Special Browser Actions"
description
str
time_ms
int
required
The amount of time to wait in milliseconds (max 30 seconds)

Module

notte_core.actions
I