Skip to main content

Automated Form Filling

Navigate to a website and fill out a form

Steps

#ActivityWhat it does
1StartWebBrowserOpen form page
2TextInputFill form fields
3ClickElementSubmit form

Workflow

StartWebBrowser("https://example.com/form", "useCurrentBrowserSession")
TextInput("//input[@name='name']", text="John Doe")
ClickElement("//button[@type='submit']")