Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.02 KB

Readme.md

File metadata and controls

17 lines (16 loc) · 1.02 KB
npm install
npx playwright install
npm run dev # or npm run start
Field Description
Host localhost
Port 3000
Endpoint /
Method POST
Parameters
- url The URL to navigate to.
- timeout (optional) The timeout value in seconds. Default is 10 seconds.
- html (optional) Set to true to include the HTML content in the response.
- text (optional) Set to true to include the text content in the response.