
We have Selenium IDE for chrome browser also. Since this video is recorded 2 years back .It's not mentioned in the explanation.
Explore the core components of Selenium, comparing WebDriver, RC, and IDE, and understand how WebDriver directly controls the browser at the OS level for faster cross-browser testing.
Install the Java development kit (JDK 12), verify its availability, download from Oracle for 64-bit Windows, install, configure environment variables, and confirm Java is ready for Selenium WebDriver development.
Learn how to inspect web elements across Chrome, Firefox, and Safari, identify locators such as name and id in Selenium, and interact by entering values and clicking buttons.
Master selenium web element locating by id, name, link text, partial link text, and xpath, and practice clicking sign on links to verify navigation and interaction on sample pages.
Learn selenium web driver basics by using css selector, class name, and tag name locators to find elements, interact with inputs, and handle dropdowns in java.
Learn to launch and maximize a browser with selenium webdriver, and use get, getTitle, and getCurrentUrl to verify the page title and URL against expected values.
Explore how to retrieve the page source with getPageSource, and manage browser sessions using close and quit methods in Selenium WebDriver for Java.
Explore selenium navigation commands in Java, including back, forward, and refresh, through a practical Amazon site scenario that launches, interacts with cart, and closes the browser.
Learn to handle radio buttons in Selenium with Java: locate unique values, assert display and selection states, and programmatically select options like round trip or one way using Firefox driver.
Learn how to handle images in Selenium WebDriver for Java by verifying image display and enablement, and by clicking images or links to navigate through pages.
Learn to validate text messages in a Selenium web driver workflow using Java, including positive and negative scenarios, element inspection, get text, and title validation.
This course is created for Manual QA Testers and Automation Aspirants who want to learn Test Automation from scratch with Selenium WebDriver using Java. It covers all the basics topics only.
Note: Advanced Selenium Webdriver Course will be launched soon for free.
Each video is created such that anyone can learn Automation without programming background.
At the end of this course, you’ll be able to automate any web based application using Selenium WebDriver. Also with this knowledge you can self learn advanced selenium topics very easily