Skip to content

✨This Playwright script automates login, session handling, and data extraction from a hidden product table.✨

Notifications You must be signed in to change notification settings

pranay020/Playwright_Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Playwright_Script ✨

Overview

  • This Playwright script automates login, session handling, and data extraction from a hidden product table.
  • It navigates through UI elements, handles pagination, and exports the scraped data to a JSON file.

Installation

Running Locally

  1. Clone or Download the repository

    	$ https://github.com/pranay020/Playwright_Script.git
    
  2. Install VS Code & Python. Install Python if not already installed. Check using:

    	$ python --version
    
  3. Set Up a Virtual Environment (Windows)

    	$ python -m venv venv
    
  4. Activate the virtual environment (Windows)

    	$ venv\Scripts\activate
    
  5. Install Playwright and Dependencies (Windows)

    	$ pip install playwright
    
    	$ playwright install
    
  6. Debugging (If Required)

    	$ playwright install-deps
    
  7. Run the Script

    	$ python playwright_script.py
    

Technologies Used

* Python
* HTML
* Javascript
* PowerShell

About

✨This Playwright script automates login, session handling, and data extraction from a hidden product table.✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published