Enables browser automation using Python scripts, offering operations like taking webpage screenshots, retrieving HTML content, and executing JavaScript.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Capture a screenshot of a webpage. Parameters: url (string, required), full_page (boolean, optional, default: false), steps (string, optional)
Retrieve the HTML content of a webpage. Parameters: url (string, required), steps (string, optional)
Execute JavaScript on a webpage. Parameters: url (string, required), script (string, required), steps (string, optional)
Get console logs from a webpage. Parameters: url (string, required), steps (string, optional)