Selenium Prerequisites
Download Selenium Server Standalone
Download WebDriver for Chrome
Download WebDriver for Firefox
Download WebDriver for Microsoft Edge
Check Kodingwindow's TestApp is up and running
Selenium Fundamentals
How to launch the browser using Selenium JavaHow to launch the browser using Selenium PythonHow to launch the Chromium browser using Selenium JavaSelenium Java to maximize the browser window and get its properties
Show More »
Selenium Locators
Selenium Java to get the tag nameSelenium Java to get the title of a given webpage using the getAttribute() methodSelenium Java to get the current date and time using sendKeysSelenium Java to clear and enter the value in an input field
Show More »
Selenium XPath
Selenium Java to get the attribute name using relative XPathSelenium Java to locate a web element using the contains() and starts-with() methodsSelenium Java to locate a web element using the text() methodSelenium Java to locate a web element using the last() method
Show More »
Classes in Selenium
Selenium Java to demonstrate the use of ChromeOptions classSelenium Java to get the browser details using CapabilitiesSelenium Java to select dropdown choice using selectByVisibleText() methodSelenium Java to select dropdown choice using selectByIndex() method
Show More »
Interfaces in Selenium
Selenium Java to get domain name, URL, and page title using JavascriptExecutorSelenium Java to generate alert and navigate to another page using JavascriptExecutorSelenium Java to scroll down the page at the bottom using JavascriptExecutorSelenium Java to take screenshots using TakesScreenshot interface
Selenium Page Object Model
Selenium Java Page Object Model with Page FactorySelenium Java Page Object Model Example 1Selenium Java Page Object Model Example 2
Selenium Data Driven Framework
How to read an Excel file using Apache POIHow to compare two Excel sheets using Apache POI
Selenium TestNG
How to use TestNG Annotations in SeleniumHow to use priority and dependencies in TestNGHow to define dependencies between groups in TestNG XML fileHow to run the same method multiple times using the invocationCount in TestNG
Show More »
Advertisement