Created
May 5, 2020 14:22
-
-
Save muditlambda/2b4246aaebe86b8c7c39298034ebfa3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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