Category Archives: Tutorial
Playwright vs Selenium vs Cypress: A Detailed Comparison
Playwright and Selenium are both powerful test automation frameworks. Playwright supports TypeScript, JavaScript, Python, .NET, and Java, while Selenium offers broader language support including Python, Java, C#, Ruby, and JavaScript. The choice between them often depends on the specific needs of the project and the preferred programming language of the developer. Syntax and usability also … Continue reading Playwright vs Selenium vs Cypress: A Detailed Comparison
January 12, 2023
									
255726 Views 										
											
62 Min  Read
										
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
									
241292 Views 										
											
8 Min  Read
										
Cypress TestingAutomationTutorial
How To Write End-To-End Tests Using Cypress App Actions
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. 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
									
205911 Views 										
											
15 Min  Read
										
Selenium PythonPlaywright TestingTutorial
How To Use Playwright For Web Scraping with Python
This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Playwright Tutorial. 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 … Continue reading How To Use Playwright For Web Scraping with Python
January 4, 2023
									
89696 Views 										
											
31 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
									
38831 Views 										
											
23 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
									
45280 Views 										
											
16 Min  Read
										
A Step-By-Step Guide To Cypress API Testing
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. API (Application Programming Interface) is a set of definitions and protocols for building and integrating applications.
December 29, 2022
									
56258 Views 										
											
17 Min  Read
										
Running Tests In Cypress With GitHub Actions [Complete Guide]
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. Cypress with GitHub Actions is essential for quick feedback on code changes, automating test runs whenever code is pushed or a pull request is made. It ensures consistent, efficient testing without manual intervention. GitHub … Continue reading Running Tests In Cypress With GitHub Actions [Complete Guide]
December 28, 2022
									
47775 Views 										
											
22 Min  Read
										
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
									
144412 Views 										
											
3 Min  Read
										
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
									
156554 Views 										
											
18 Min  Read
										







![Running Tests In Cypress With GitHub Actions [Complete Guide]](https://www.lambdatest.com/blog/wp-content/uploads/2022/12/Complete252525252520Guide252525252520To252525252520Cypress252525252520Testing252525252520With252525252520GitHub252525252520Actions.png)

