Tutorials
-
How to perform Web Scraping using Selenium and Python
Web Scraping makes data collection at scale easy. Learn how to perform Web Scraping using Selenium and Python with this guide
Learn More -
How to Test React using Cypress
A detailed guide on how to test React Apps using Cypress, including examples of Unit Testing and Component Testing using JEST and React Testing Library.
Learn More -
What is Usability Testing? (Methods & Tools)
Learn the fundamentals of usability testing, its types, uses, processes, and testing tools that make your software development process simpler.
Learn More -
How to handle Cookies in Selenium WebDriver
Learn Cookies Handling in Selenium WebDriver with code examples and how to clear the browser cache in Selenium with two easy methods.
Learn More -
How to Create Object Repository in Selenium
This guidepost explains the fundamentals of Object repository in Selenium. It also explains how creating a repository using properties file in Selenium can help QAs to optimize their test suites.
Learn More -
How to handle iFrame in Selenium
Learn how to handle iframe in Selenium with the SwitchTo() method to switch between frames along with code samples.
Learn More -
How to Close a Browser in Selenium
Step-by-step tutorial on how to close a browser during automated Selenium tests. Run Selenium tests on real devices.
Learn More -
How to set Proxy in Selenium?
Learn to set up an authenticated or non-authenticated proxy in Selenium with a step-by-step tutorial and code samples included.
Learn More -
How to Scroll Down or Up using Selenium Webdriver
This guidepost will help you understand how vertical and horizontal scroll operations are implemented using JavaScript executor within the Selenium script.
Learn More -
How to handle multiple windows in Selenium?
Every website must be tested by putting it through multiple real-world user scenarios. One such scenario is the handling of multiple windows. Learn how to automate this action with Selenium WebDriver.
Learn More