Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created May 5, 2020 14:22
Show Gist options
  • Save muditlambda/2b4246aaebe86b8c7c39298034ebfa3e to your computer and use it in GitHub Desktop.
Save muditlambda/2b4246aaebe86b8c7c39298034ebfa3e to your computer and use it in GitHub Desktop.
#Initiating ChromeDriver for this Selenium Python Tutorial
def test_lambdatest_todo_app():
chrome_driver = webdriver.Chrome()
chrome_driver.get('https://lambdatest.github.io/sample-todo-app/')
chrome_driver.maximize_window()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment