Skip to main content
Example:
from notte_sdk import actions

session.execute(actions.SwitchTab(tab_index=1))

Fields

type
Literal['switch_tab']
default:"switch_tab"
category
str
default:"Special Browser Actions"
description
str
default:"Switch to a tab (identified by its index)"
tab_index
int
required

Module

notte_core.actions
I