Playwright integrations
Playwright is an open-source automation tool for web browsers that enables developers to write reliable and maintainable browser tests. It offers features for cross-browser testing, parallel execution, and debugging, empowering developers to ensure the quality and performance of their web applications. Playwright aims to simplify browser automation and testing for modern web development.
Automate your Playwright workflow with premade actions
Quickly integrate Playwright with thousands of apps for automated workflows using our no-code toolkit or AI copilot for custom actions.Page PDF
Generates a pdf of the page and store it on /tmp directory. [See the documentation](https://playwright.dev/docs/api/class-pagepage-pdf)
Take Screenshot
Store a new screenshot file on /tmp directory. [See the documentation](https://playwright.dev/docs/screenshots)
Get Page Title
Returns the page's title. [See the documentation](https://playwright.dev/docs/api/class-pagepage-title)
Get Page HTML
Returns the page's html. [See the documentation](https://playwright.dev/docs/api/class-pagepage-content)