Category Archives: Selenium WebDriver

Selenium WebDriverAutomationTutorial

How To Automate Desktops Apps Using WinAppDriver

Modern-day software applications can be accessed in numerous ways. You can install them on desktops and smartphones or directly launch them on web browsers. Many people think that the Desktop is legacy, but that’s not the case, as each of us uses numerous desktop applications daily.

December 16, 2022

view count156772 Views

Read time38 Min Read

Selenium WebDriver Tutorial

AutomationSelenium WebDriverTutorial

Complete Selenium WebDriver Tutorial: Guide to Selenium Test Automation

When it comes to web automation testing, there are a number of frameworks like Selenium, Cypress, PlayWright, Puppeteer, etc., that make it to the ‘preferred list’ of frameworks.

November 23, 2021

view count403653 Views

Read time32 Min Read

Debugging in selenium webdriver

Selenium WebDriverAutomationTutorial

How To Use Breakpoints For Debugging In Selenium WebDriver

Automation testing is not always a smooth ride. There are cases where the tests would not work as expected, in which cases debugging the test code (or implementation) is the only way out! Debugging issues in tests become even more difficult if the test suite comprises a large number of test methods.

September 22, 2021

view count226276 Views

Read time13 Min Read

Strings In JavaScript With Selenium

AutomationSelenium JavaScriptSelenium WebDriverTutorial

How To Use Strings In JavaScript With Selenium WebDriver?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. In computer programming, we come across various data types supported by most programming languages. A data type is nothing but an attribute of data that specifies which type of value a variable has … Continue reading How To Use Strings In JavaScript With Selenium WebDriver?

June 21, 2021

view count132309 Views

Read time13 Min Read

Assert in selenum webdriver

Selenium WebDriverTutorial

How to use Assert and Verify in Selenium WebDriver

During the process of test automation, you would come across a number of scenarios where a decision needs to be taken regarding “What if the test(s) result in a failure?”

May 6, 2021

view count79889 Views

Read time19 Min Read

How To Use JavaScriptExecutor

JavaScriptSelenium WebDriverTutorial

How To Use JavaScriptExecutor in Selenium WebDriver?

Webdriver is a tool that requires no introduction in the test automation domain. Webdriver is an open-source collection of APIs which is used for testing web applications across different browsers and platforms to verify whether it is working as expected or not.

May 3, 2021

view count104264 Views

Read time10 Min Read

perform Mouse Actions in Selenium WebDriver

AutomationSelenium WebDriverTutorial

How to perform Mouse Actions in Selenium WebDriver

A web product (or website) comprises multiple web elements like buttons, text boxes, checkboxes, menus, sliders, and more.

April 27, 2021

view count164219 Views

Read time22 Min Read

Selenium JavaSelenium WebDriverTutorial

Handle Login Pop-up In Selenium WebDriver Using Java

Have you ever been asked for credentials while accessing a website on a browser? Let us understand why we are asked to fill up the credentials while accessing a few websites.

March 23, 2021

view count86734 Views

Read time7 Min Read

Setup Selenium WebDriver For MSTest Framework

Selenium WebDriverAutomationTutorial

Selenium MSTest Tutorial: Setup Selenium WebDriver For MSTest Framework In C#

In the on-going ‘Selenium MSTest testing tutorial’ series, we earlier had a look at setting up the MSTest framework in Visual Studio. It was a getting started guide with a major focus on the installation of the Selenium MSTest framework and MSTest adapter for the project.

March 14, 2021

view count62661 Views

Read time6 Min Read

Selenium xUnit Tutorial: Setup Selenium WebDriver For xUnit Framework In C#

AutomationSelenium WebDriverTutorial

xUnit Setup for Selenium WebDriver: A Complete Guide

In the on-going ‘Selenium xUnit testing tutorial’ series, we earlier had a look at setting up the xUnit framework in Visual Studio. It was a getting started guide with a major focus on the installation of the xUnit framework for the project.

March 7, 2021

view count55807 Views

Read time5 Min Read