How to Drag and Drop in Selenium?
Learn how to perform drag and drop operation using selenium with an example, Automation script for drag and drop operation in selenium and java
How to Find ALL/Broken links using Selenium WebDriver?
Why you should check Broken links?
How to find broken links using Selenium? The first thing to remember is you should always make sure none of the links on your webpage is broken and users don’t get to land on an error page.
For that reason, verification of links is one of the most common testing practices which is done by opening each link and ensuring that each link is working correctly.
Selenium Installation Tutorial With Example
A Guide on Selenium Installation Tutorial With Example & write your first Selenium webdriver script in Java. Complete guide on Selenium Webdriver tutorial