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.

The id field should be set to the select element’s id. Then you can either set the value field to the option’s text or the option_id field to the option’s id. Example:
session.execute(type="select_dropdown_option", id="country-select", value="United States")
session.execute(type="select_dropdown_option", id="size-select", value="Large")

Fields

type
Literal['select_dropdown_option']
default:"select_dropdown_option"
category
str
default:"Interaction Actions"
description
str
id
str
default:""
selector
UnionType[str, NodeSelectors, None]
press_enter
UnionType[bool, None]
text_label
UnionType[str, None]
param
UnionType[ActionParameter, None]
default:"name='value' type='str' default=None values=[]"
timeout
int
default:"5000"
Action timeout in milliseconds
value
UnionType[str, ValueWithPlaceholder]
required

Module

notte_core.actions.actions