Creating a Automated script in Python

This is the starting of our Selenium automation with Python. For executing this script you will be required to Install Python, Selenium and Visual Studio Code (you can also use Pycharm) “driver = webdriver.Chrome(executable_path=”E://python tutorial//selenium_demo//chromedriver.exe”)” Here in this step we are providing the path of our chromedriver.exe “driver.get(“http://demo.guru99.com/test/newtours/”)” The above step consist of get(), this … Continue reading Creating a Automated script in Python