In this video, we will learn:
Brief Introduction on
What is Selenium?
Selenium with different programming languages
Selenium Suits
Selenium Web Driver
Selenium IDE
Selenium Grid
Detailed explanation on how Selenium works with Python:
How to install Selenium
Download Web Drivers. See below lists for download links for different browsers
Connecting Selenium with Python and browser
Open a website with Selenium
Open website, Access website HTML elements, Input values, click search button to get results
Download links for different browsers web drivers:
Opera
https://github.com/operasoftware/oper...
Firefox
https://github.com/mozilla/geckodrive...
Chrome
http://chromedriver.chromium.org/down...
Internet Explorer
https://github.com/SeleniumHQ/seleniu...
Microsoft Edge
https://developer.microsoft.com/en-us...
Note: If your are using Selenium v4.6.0 and above then you don't really have to set the driver path. Selenium will manage to get the path.
In the next video, we will create testcase with Selenium.