Skip to content

Instantly share code, notes, and snippets.

@thepycoach
Last active November 23, 2021 03:13
Show Gist options
  • Select an option

  • Save thepycoach/41bca53be8c3d7e15c99dbe43403d30b to your computer and use it in GitHub Desktop.

Select an option

Save thepycoach/41bca53be8c3d7e15c99dbe43403d30b to your computer and use it in GitHub Desktop.
#import libraries
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.support.ui import Select
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
import time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment