-m venv env && source ./env/bin/activate
python3
pip install playwright
How to fetch information from a website in python
python
webscraping
selenium
playwright
Is Playwright any better than Selenium?
Playwright - The best way to do webscraping
You will need the playwright package to do this. Open a new session in vs code. create a new environment and enter it by Open up a terminal and run:
First thing we want to do is to open a browser in playwright. From this browser we willl navigate the web