Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
- FormFillAction
- GotoAction
- GotoNewTabAction
- CloseTabAction
- SwitchTabAction
- GoBackAction
- GoForwardAction
- ReloadAction
- WaitAction
- PressKeyAction
- ScrollUpAction
- ScrollDownAction
- CaptchaSolveAction
- HelpAction
- CompletionAction
- ScrapeAction
- EmailReadAction
- SmsReadAction
- ClickAction
- FillAction
- MultiFactorFillAction
- FallbackFillAction
- CheckAction
- SelectDropdownOptionAction
- UploadFileAction
- DownloadFileAction
Fill a form with multiple values. Critical: If you detect a form on a page, try to use this action at first, and otherwise use the regular fill action.
Example:
from notte_sdk import actions
session.execute(actions.FormFill(value={"email": "user@example.com", "first_name": "John", "last_name": "Doe"}))"form_fill"Response
Successful Response
API-specific execution response that excludes the exception field for OpenAPI schema generation
Fill a form with multiple values. Critical: If you detect a form on a page, try to use this action at first, and otherwise use the regular fill action.
Example:
from notte_sdk import actions
session.execute(actions.FormFill(value={"email": "user@example.com", "first_name": "John", "last_name": "Doe"}))- FormFillAction
- GotoAction
- GotoNewTabAction
- CloseTabAction
- SwitchTabAction
- GoBackAction
- GoForwardAction
- ReloadAction
- WaitAction
- PressKeyAction
- ScrollUpAction
- ScrollDownAction
- CaptchaSolveAction
- HelpAction
- CompletionAction
- ScrapeAction
- EmailReadAction
- SmsReadAction
- ClickAction
- FillAction
- MultiFactorFillAction
- FallbackFillAction
- CheckAction
- SelectDropdownOptionAction
- UploadFileAction
- DownloadFileAction
Browser session information

