Skip to main content
Example:
from notte_sdk import actions

session.execute(actions.Goto(url="https://www.google.com"))

Fields

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

Module

notte_core.actions
I