Tool to automate browser interactions using a real Chromium browser. Use when you need to extract content, fill forms, capture screenshots, or navigate complex JavaScript-heavy websites.
urlRequiredstringThe URL to load
execarrayExecute JavaScript on the website. This parameter accepts JavaScript as either a string containing JavaScript or for sending multiple separate statements a JSON array. If a statement returns any value it will be returned in the 'exec-results' response. You can also use the follo…
delayintegerDelay in seconds to wait before capturing any page data, executing selectors or JavaScript. Default is 3.
timeoutintegerTimeout in seconds. Give up if still trying to load the page after this number of seconds. Default is 30.
selectorstringExtract content from the page DOM using this CSS selector. You can find a good reference at https://www.w3schools.com/cssref/css_selectors.asp
user-agentstringOverride the browser's default user-agent string with this one
ignore-certificate-errorsbooleanIgnore any TLS/SSL certificate errors and load the page anyway. Default is false.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.