Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 969 Bytes

File metadata and controls

15 lines (12 loc) · 969 Bytes

BrowserStack Assignment

Overview

This project demonstrates web scraping, translation, and cross-browser testing using Selenium and BrowserStack. It scrapes articles from the Opinion section of the Spanish news outlet El País, translates the titles to English, and analyzes repeated words across them.

Setup Instructions

  1. Clone the repository.
  2. Install dependencies using pip install -r requirements.txt.
  3. Add your BrowserStack credentials and translation API key to the script.
  4. Run the script locally to verify functionality.
  5. Execute the script on BrowserStack across multiple browsers.

Screenshot and Build Links