Skip to content

SrivathsanP23/RedBus-Data-Scraping-with-Selenium

Repository files navigation

Install Dependencies:



Use the following command to install the packages specified in requirements.txt:

pip install -r requirements.txt


Run The Code:


Streamlit run project.py

Hint:

use XPATH for scraping as it offers many features and is flexible


yourdriver.find_elements(By.XPATH,"//div[@class='']")


Actionchains- help to simulate keyboard inputs , scrolling and other automation processes for execution

image

image

image

image

image

image