Selenium Video Tutorials
'Video thumbnail for What is Selenium? Why devs take the name Selenium? | TECHLISTIC.COM'
play_arrow
13:28
What is Selenium? Why devs take the name Selenium? | TECHLIS...
What is Selenium? Why devs take the name Selenium? | TECHLISTIC.COM

25K views · Jan 24, 2022 techlistic.com

Selenium is suite of different automation testing tools like., Selenium IDE, Selenium RC, WebDriver and Selenium Grid.

'Video thumbnail for Selenium IDE Tutorial (No Coding Required) | TECHLISTIC.COM'
play_arrow
42:14
Selenium IDE Tutorial (No Coding Required) | TECHLISTIC.COM
Selenium IDE Tutorial (No Coding Required) | TECHLISTIC.COM

193K views · Jan 23, 2022 techlistic.com

Selenium IDE is one of the variant of Selenium tool. IDE stands for Integrated Development Environment. Selenium IDE is a record and play based web automation tool used for automation testing. As it's a record and play tool, it does not require any programming language knowledge. Website Tutorial link - https://www.techlistic.com/2021/10/selenium-ide-commands.html Selenium Locators Video - https://youtu.be/RQADocDu500 Selenium Locators Website link - https://www.techlistic.com/2019/07/selenium-webdriver-locators-and-find.html

'Video thumbnail for Selenium Locators - Id, Class, Name, LinkText, Tag Name, Xpath and CSS Selector | | TECHLISTIC.COM'
play_arrow
31:40
Selenium Locators - Id, Class, Name, LinkText, Tag Name, Xpa...
Selenium Locators - Id, Class, Name, LinkText, Tag Name, Xpath and CSS Selector | | TECHLISTIC.COM

41K views · Jan 17, 2022 techlistic.com

Locators are used to tell Selenium that on which GUI element (text box, radio boxes, links, buttons etc.) action has to be performed. We must have basic knowledge of HTML in order to learn locator techniques. There are total of 8 locators by which we can find element in Selenium Webdriver. Website link - https://www.techlistic.com/2019/07/selenium-webdriver-locators-and-find.html

'Video thumbnail for Selenium with Python Tutorial | TECHLISTIC.COM'
play_arrow
42:07
Selenium with Python Tutorial | TECHLISTIC.COM
Selenium with Python Tutorial | TECHLISTIC.COM

69K views · Jan 18, 2022 techlistic.com

This tutorial covers all the important aspects of Selenium Automation testing with Python. From beginners to professionals, every one has something for them in this course. 1. Download Python - https://www.python.org/downloads/ 2. Download Community PyCharm - https://www.jetbrains.com/pycharm/download/#section=windows 3. Install Selenium - https://pypi.org/project/selenium/ 4. Download Geckodriver - https://github.com/mozilla/geckodriver/releases 5. Download Chromedriver - https://chromedriver.chromium.org/downloads 6. Automate Techlistic Practice form - https://www.techlistic.com/p/selenium-practice-form.html