Category Archives: Selenium Tutorial
• Automation • Selenium C# • Selenium Tutorial • Tutorial
28 Top Selenium WebDriver Commands in NUnit
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. Selenium Framework interacts with the web browser via the Selenium WebDriver commands. It does so with the help of certain Selenium WebDriver commands to automate browser actions such as open, close or maximise
January 30, 2025
264266 Views
11 Min Read
• Selenium Tutorial • Automation • Cypress Testing • Tutorial
How to Use Selenium and Cypress for Canvas Automation
Automating Canvas elements can be tricky as the Canvas is not part of the DOM, making traditional selectors ineffective. Selenium uses JavaScript for interactions, while Cypress simplifies this with direct browser context and Canvas API access.
January 6, 2025
174261 Views
28 Min Read
• Automation • Selenium Tutorial • Tutorial
How to Use JavaScriptExecutor in Selenium
Selenium is an open-source suite of tools and libraries that allows you to interact with browsers to perform various operations like sending text, clicking on a button, selecting drop-downs, etc.
September 17, 2024
320175 Views
11 Min Read
• Automation • Selenium Tutorial • Tutorial
How to Use Selenium Click Commands Using Python
Automating mouse clicks is essential for browser automation, allowing testers and developers to simulate real user interactions on web pages.
July 18, 2024
519696 Views
20 Min Read
• Tutorial • Automation • Selenium Tutorial
How To Take Full Page Screenshots In Selenium WebDriver
Taking screenshots is one of the most common actions for any web page tester. Screenshots or videos are essential when reporting bugs, as they provide visual evidence of issues.
July 9, 2024
375652 Views
19 Min Read
• Automation • Selenium Tutorial • Tutorial
Selenium Grid Tutorial: Parallel Testing Guide with Examples
Selenium Grid, an essential component of the Selenium suite, enables you to run test cases simultaneously in different browsers and browser versions.
July 8, 2024
422986 Views
17 Min Read
How To Perform Mouse Hover Action In Selenium?
Mouse hover actions are crucial in web automation testing, partiularly for interactive user interfaces. In quick-commerce or e-commerce platforms, for example, hovering over a product can reveal real-time stock levels or delivery options.
June 18, 2024
188863 Views
13 Min Read
• Automation • Selenium Tutorial • Tutorial
How to Handle Actions Class in Selenium
Handling keyboard and mouse actions is essential for creating robust and comprehensive automated tests that mimic real user interactions.
June 12, 2024
334016 Views
23 Min Read
• Automation • Selenium Tutorial • Tutorial
How to Get Element by Tag Name In Selenium
Selenium locators are essential for locating elements on a web page. Among the locators available, such as className, CSS Selector, ID, linkText, partialLinkText, tagName, and XPath, users can choose any locator that fits their needs to locate web elements.
June 6, 2024
237779 Views
17 Min Read
• Automation • Selenium Tutorial • Tutorial
How To Run Selenium Test Scripts?
Selenium comes first to mind when considering automation testing. Automation testers commonly use Selenium, one of the best test automation frameworks, to create test scripts.
May 31, 2024
515135 Views
11 Min Read