Skip to content

Instantly share code, notes, and snippets.

@akunieminen
akunieminen / selenium_test.py
Created April 19, 2022 05:43
Test Selenium Install by taking a screenshot of Indeed
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.chrome.service import Service
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.common.keys import Keys
import timeit