Tutorials
-
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 -
Jest Framework Tutorial: How to use it
Learn how to use the Jest Framework for automated testing with Selenium WebDriver. Step-by-Step tutorial with code sample included.
Learn More -
Prerequisites for DevOps Testers
With DevOps becoming the norm in software development, organizers must move their existing employees (devs and testers) to processes and methods more aligned with DevOps practices. However, this is easier said than done. DevOps doesn’t just require the right tools and frameworks, but also a fundamental shift in mindset in those using said tools. Developers […]
Learn More -
How to handle Web Tables in Selenium
What are Web Tables? How do you use Selenium to automate their functioning for website testing on real devices? Find out, with complete sample code included.
Learn More -
Login automation using Selenium Webdriver: Tutorial
How to automate the login function of a website with Selenium? Find out. Complete code sample included. Run Selenium tests on real devices.
Learn More -
How to set proxy in Selenium?
How to set up an authenticated or non-authenticated proxy in Selenium? Step by Step tutorial with code samples included. Run Selenium tests on real browsers and devices.
Learn More -
How to Find Element by Text in Selenium: Tutorial
This article aims to explain how one can find elements in Selenium based on its text using the text() method with Xpath locator.
Learn More -
Hybrid Framework in Selenium
This guidepost explains the fundamentals of hybrid frameworks in Selenium along with its architecture and execution flow.
Learn More -
All About TestNG Listeners
Learn about TestNG Listeners in detail. What they are, how they work, and how they can make automation testing easier. Examples and code snippets included.
Learn More -
How to Switch Tabs in Selenium For Python
This guidepost demonstrates how to switch between multiple tabs in Selenium using Python.
Learn More