Skip to main content
Example:
from notte_sdk import actions

session.execute(actions.GotoNewTab(url="https://www.example.com"))

Fields

type
Literal['goto_new_tab']
default:"goto_new_tab"
category
str
default:"Special Browser Actions"
description
str
default:"Goto to a URL (in new tab)"
url
str
required

Module

notte_core.actions
I