Navigate to a URL Args: url: The URL to navigate to - required timeout: The timeout for the navigation - optional, default is 30000
Take a screenshot of the current page or a specific element Args: name: The name of the screenshot - required, default is "screenshot" storeBase64: Whether to store the screenshot as a base64 string - optional, default is True downloadsDir: The directory to save the screenshot to - optional, default is the user's Downloads directory
Click an element on the page Args: selector: The selector of the element to click - required
Click an element inside an iframe on the page Args: iframeSelector: The selector of the iframe - required selector: The selector of the element to click - required
fill out an input field Args: selector: CSS selector for input field - required value: The value to fill - required
Select an element on the page with Select tag Args: selector: CSS selector for element to select - required value: The value to select - required
Hover over an element on the page Args: selector: CSS selector for element to hover over - required
Evaluate a JavaScript expression in the browser console Args: script: The JavaScript expression to evaluate - required
Close the browser and release all resources
Get the visible text of the current page
Get the HTML of the current page
Navigate back in browser history
Navigate forward in browser history
Drag an element to another element Args: sourceSelector: The selector for the element to drag - required targetSelector: The selector for the target location - required
Press a key on the keyboard Args: key: The key to press - required, (e.g. 'Enter', 'ArrowDown', 'a') selector: Optional CSS selector to focus on before pressing the key - optional
Save the current page as a PDF Args: outputPath: The path to save the PDF to - required filename: The name of the PDF file - optional, default is "page.pdf" format: The format of the PDF - optional, default is "A4" (e.g....
No configuration needed. Connect to run tools.