AI agent instructions
AI agent instructions
Fields
({ type: "form_fill"; } & FormFillActionWritable) | ({ type: "goto"; } & GotoAction) | ({ type: "goto_new_tab"; } & GotoNewTabAction) | ({ type: "close_tab"; } & CloseTabAction) | ({ type: "switch_tab"; } & SwitchTabAction) | ({ type: "go_back"; } & GoBackAction) | ({ type: "go_forward"; } & GoForwardAction) | ({ type: "reload"; } & ReloadAction) | ({ type: "wait"; } & WaitAction) | ({ type: "press_key"; } & PressKeyAction) | ({ type: "scroll_up"; } & ScrollUpAction) | ({ type: "scroll_down"; } & ScrollDownAction) | ({ type: "captcha_solve"; } & CaptchaSolveAction) | ({ type: "help"; } & HelpAction) | ({ type: "completion"; } & CompletionAction) | ({ type: "scrape"; } & ScrapeAction) | ({ type: "email_read"; } & EmailReadAction) | ({ type: "email_verification_read"; } & EmailVerificationReadAction) | ({ type: "sms_read"; } & SmsReadAction) | ({ type: "evaluate_js"; } & EvaluateJsAction) | ({ type: "click"; } & ClickActionInput) | ({ type: "fill"; } & FillActionInputWritable) | ({ type: "multi_factor_fill"; } & MultiFactorFillActionInputWritable) | ({ type: "fallback_fill"; } & FallbackFillActionInputWritable) | ({ type: "check"; } & CheckActionInput) | ({ type: "select_dropdown_option"; } & SelectDropdownOptionActionInputWritable) | ({ type: "upload_file"; } & UploadFileActionInput) | ({ type: "download_file"; } & DownloadFileActionInput)
required
Action
{ 'x-notte-request-origin'?: string | null | undefined; 'x-notte-sdk-version'?: string | null | undefined; } | undefined
{ session_id: string; }
required
{ captcha_id?: string | null | undefined; captcha_timeout_seconds?: number | undefined; target_page_id?: string | null | undefined; target_generation?: number | null | undefined; update_metadata?: boolean | undefined; } | undefined
"/sessions/{session_id}/page/execute"
required
Related types
- CaptchaSolveAction
- CheckActionInput
- ClickActionInput
- CloseTabAction
- CompletionAction
- DownloadFileActionInput
- EmailReadAction
- EmailVerificationReadAction
- EvaluateJsAction
- FallbackFillActionInputWritable
- FillActionInputWritable
- FormFillActionWritable
- GoBackAction
- GoForwardAction
- GotoAction
- GotoNewTabAction
- HelpAction
- MultiFactorFillActionInputWritable
- PressKeyAction
- ReloadAction
- ScrapeAction
- ScrollDownAction
- ScrollUpAction
- SelectDropdownOptionActionInputWritable
- SmsReadAction
- SwitchTabAction
- UploadFileActionInput
- WaitAction