Category Archives: Tutorial

How To Refresh Page Using Selenium C#

Selenium C#AutomationTutorial

How To Refresh Page Using Selenium C# [Complete Tutorial]

When working on web automation with Selenium, I encountered scenarios where I needed to refresh pages from time to time.

January 6, 2023

view count233839 Views

Read time8 Min Read

Cypress App Actions og

Cypress TestingAutomationTutorial

How To Write End-To-End Tests Using Cypress App Actions

When I started writing tests with Cypress, I was always going to use the user interface to interact and change the application’s state when running tests.

January 6, 2023

view count194832 Views

Read time14 Min Read

How To Use Playwright For Web Scraping with Python

Selenium PythonPlaywright TestingTutorial

How To Use Playwright For Web Scraping with Python

In today’s data-driven world, the ability to access and analyze large amounts of data can give researchers, businesses & organizations a competitive edge. One of the most important & free sources of this data is the Internet, which can be accessed and mined through web scraping.

January 4, 2023

view count73790 Views

Read time29 Min Read

LambdaTest ExperimentsTutorial

A Complete Guide To CSS Houdini

As a developer, checking the cross browser compatibility of your CSS properties is of utmost importance when building your website. I have often found myself excited to use a CSS feature only to discover that it’s still not supported on all browsers.

January 3, 2023

view count30518 Views

Read time23 Min Read

LambdaTest ExperimentsTutorial

Different Ways To Style CSS Box Shadow Effects

Have you ever visited a website that only has plain text and images? Most probably, no. It’s because such websites do not exist now.

December 29, 2022

view count34993 Views

Read time16 Min Read

A Step-By-Step Guide To Cypress API Testing

Cypress TestingTutorial

A Step-By-Step Guide To Cypress API Testing

API (Application Programming Interface) is a set of definitions and protocols for building and integrating applications.

December 29, 2022

view count42671 Views

Read time17 Min Read

Running Tests In Cypress With GitHub Actions [Complete Guide]

Cypress TestingTutorial

Running Tests In Cypress With GitHub Actions [Complete Guide]

In today’s tech world, where speed is the key to modern software development, we should aim to get quick feedback on the impact of any change, and that is where CI/CD comes in place.

December 28, 2022

view count38622 Views

Read time21 Min Read

Guide To Find Index Of Element In List with Python Selenium

AutomationSelenium PythonTutorial

Guide To Find Index Of Element In List with Python Selenium

In an ideal world, you can test your web application in the same test environment and return the same results every time. The reality can be difficult sometimes when you have flaky tests, which may be due to the complexity of the web elements you are trying to perform an action on your test case.

December 22, 2022

view count138177 Views

Read time3 Min Read

How To Use driver.FindElement And driver.FindElements In Selenium C#

Selenium C#AutomationTutorial

How To Use driver.FindElement And driver.FindElements In Selenium C#

One of the essential parts when performing automated UI testing, whether using Selenium or another framework, is identifying the correct web elements the tests will interact with.

December 20, 2022

view count148883 Views

Read time18 Min Read

Complete Guide To Styling Forms With CSS Accent Color

LambdaTest ExperimentsTutorial

CSS Accent Color: The Key to Stunning Form Design – A Complete Guide

The web paradigm has changed considerably over the last few years. Web 2.0, a term coined way back in 1999, was one of the pivotal moments in the history of the Internet.

December 20, 2022

view count29683 Views

Read time20 Min Read