This repository contains assignments and projects completed as part of a web automation course. The goal is to practice and enhance skills in web automation using various tools and frameworks.
Learned to download, parse, and extract data from web pages using tools like curl
, fetch
, jsdom
, and puppeteer
.
Explored advanced web automation techniques, including connecting to a remote browser instance using Puppeteer.
For running docker
in github codespace and access it from local machine, read here.
- Puppeteer
- wsl
- curl
- Docker
- GitHub Codespaces
- Clone the repository:
git clone https://github.com/prantiknoor/learning-web-automation.git
- Follow the instructions in each folder to set up and run the code.
Happy automating!