Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 586 Bytes

File metadata and controls

15 lines (9 loc) · 586 Bytes

Playwright Python WebScraping

This repository contains demo code for web scarping in Playwright using it's Python API.

Python version used when writing this code 3.9.12. Playwright version used when writing this code 1.28.0

Setup

This code can be run on cloud grid as well as local grid. We have used the LambdaTest Cloud Grid for our demo and for that the username & access key are needed. Do add them in the file sample.env.

API Reference

Refer to Playwright's Python API Docs for help