Tutorials
-
How to Get Text of an Element in Selenium: Tutorial
This guide explores how to get text of an element in Selenium using Java and Python to find web elements and how to test its cross browser compatibility
Learn More -
How to use JavascriptExecutor in Selenium
Learn the role of a Javascript executor in test automation using Selenium.
Learn More -
How to take Screenshots using Python and Selenium
How do you automate screenshot capturing of websites with Selenium and Python? Try this step-by-step tutorial with code samples.
Learn More -
How to set Proxy in Firefox using Selenium WebDriver?
A fundamental guidepost that illustrates multiple ways to configure the proxy server in firefox using Selenium WebDriver.
Learn More -
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 -
How to report bugs in Appium UI Testing?
Learn how to generate and leverage extent reporting in Appium while testing that will help you use an Appium bug report effectively.
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