Start a new code generation session to record Playwright actions
End a code generation session and generate the test file
Get information about a code generation session
Clear a code generation session without generating a test
Navigate to a URL
Take a screenshot of the current page or a specific element
Click an element on the page
Click an element in an iframe on the page
fill out an input field
Select an element on the page with Select tag
Hover an element on the page
Execute JavaScript in the browser console
Retrieve console logs from the browser with filtering options
Close the browser and release all resources
Perform an HTTP GET request
Perform an HTTP POST request
Perform an HTTP PUT request
Perform an HTTP PATCH request
Perform an HTTP DELETE request
Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion.
Wait for and validate a previously initiated HTTP response wait operation.
Set a custom User Agent for the browser
Get the visible text content of the current page
Get the HTML content of the current page
Navigate back in browser history
Navigate forward in browser history
Drag an element to a target location
Press a keyboard key
Save the current page as a PDF file
No configuration needed. Connect to run tools.