Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Example:
session.execute(type="click", id="submit-button")

Fields

type
Literal['click']
default:"click"
category
str
default:"Interaction Actions"
description
str
default:"Click on an element of the current page"
id
str
default:""
selector
UnionType[str, NodeSelectors, None]
press_enter
UnionType[bool, None]
text_label
UnionType[str, None]
param
UnionType[ActionParameter, None]
timeout
int
default:"5000"
Action timeout in milliseconds

Module

notte_core.actions.actions