Enables browser automation using Python scripts, offering operations like taking webpage screenshots, retrieving HTML content, and executing JavaScript.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Capture a screenshot of a webpage. Parameters: url (required), full_page (optional, default: false), steps (optional, comma-separated actions after page load)
Retrieve the HTML content of a webpage. Parameters: url (required), steps (optional, comma-separated actions after page load)
Execute JavaScript on a webpage. Parameters: url (required), script (required), steps (optional, comma-separated actions after page load)
Get console logs from a webpage. Parameters: url (required), steps (optional, comma-separated actions after page load)