Skip to content

Three scripts simplify web automation tasks. use-puppeteer-connect.mjs and use-browserless.mjs extract titles from example.com using Chrome instances, while use-proxies.mjs swiftly retrieves IP addresses from IP sharing websites. These scripts ensure efficient and effortless web automation

younusaliakash/web-automation-using-proxy-and-chrome-debugger

Repository files navigation

Web Automation Using Proxy and Chrome Debug

1. Create a script use-puppeteer-connect.mjs, which will allow you to connect to a chrome that is running with debug port, and extract title from example.com

run the following command to execute the program:

node use-puppeteer-connect.mjs

2. Create another script use-browserless.mjs, which will use browserless to connect to a chrome, and extract title from example.com

run the following command to execute the program:

node use-browserless.mjs

3. Create a script use-proxies.mjs to print the ip from a ip sharing website, using webshare, proxyscrape or other proxies.

run the following command to execute the program:

node use-proxies.mjs

N.B : At first clone the repository and run pnpm install, then set environment variables and then run the programs.

References:

Browserless Proxy Chain Proxy: Webshare Proxy: ProxyScrape Scraper API Scraping Bee Crawl Base

About

Three scripts simplify web automation tasks. use-puppeteer-connect.mjs and use-browserless.mjs extract titles from example.com using Chrome instances, while use-proxies.mjs swiftly retrieves IP addresses from IP sharing websites. These scripts ensure efficient and effortless web automation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published