Skip to content

Instantly share code, notes, and snippets.

@Jagrutiti
Jagrutiti / gsoc-2023-jenkins-work-submission.md
Last active September 24, 2023 13:38
[GSoC 2023] Work Submission for Jenkins
@Jagrutiti
Jagrutiti / webScraper.py
Last active October 10, 2020 12:22
Gist created to embed the code in Medium article.
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
from selenium.common import exceptions
from selenium.common.exceptions import StaleElementReferenceException
import pandas as pd
driver = webdriver.Chrome("c:\\data\\chromedriver\\chromedriver.exe")
driver.get("https://google.com/")