Category Archives: Selenium Tutorial

Take Screenshot In Selenium Java

AutomationSelenium JavaSelenium Tutorial

How To Take Screenshot In Selenium Java?

Selenium is an open-source automation tool widely used for testing web applications. It enables developers to create scripts that automate browser activities, evaluate expected results, and ensure application functionality.

April 5, 2024

view count308932 Views

Read time11 Min Read

How To Get Text Of An Element In Selenium

Selenium TutorialAutomation

How To Get Text Of An Element In Selenium?

Selenium is the most widely used automation testing tool, which reduces human effort and efficiently handles testing the scenarios we encounter every day.

April 4, 2024

view count393251 Views

Read time12 Min Read

Selenium TutorialUI TestingWebsite Testing

How To Get HTML Source Of A Web Element In Selenium Using Python?

Retrieving the page source of a website under scrutiny is a day-to-day task for most test automation engineers. Analysis of the page source helps eliminate bugs identified during regular website UI testing, functional testing, or security testing drills.

March 28, 2024

view count252323 Views

Read time11 Min Read

Selenium Focus Element Issues And How To Solve Them 480px

Selenium TutorialTutorial

How To Solve Selenium Focus Issues [2024]

Do you know that every website or web application comprises different web pages containing different web elements like buttons, text boxes, progress bars, etc.? However, the web is asynchronous in nature.

March 26, 2024

view count134853 Views

Read time17 Min Read

selenium-os

Selenium Tutorial

Top 52 Selenium Open Source Projects On GitHub [2024]

Selenium, a project hosted by the Apache Software Foundation, is an umbrella open-source project comprising a variety of tools and libraries for test automation.

March 26, 2024

view count110216 Views

Read time27 Min Read

Mastering Selenium Testing: JUnit Asserts With Examples

AutomationSelenium TutorialTutorial

Mastering Selenium Testing: JUnit Asserts With Examples

Automation testing helps to ease the life of software testers by allowing them to automate their repetitive tasks, and open-source test automation frameworks like Selenium have enabled users to automate web testing experience at scale. However, what good is automation testing if you cannot verify whether a test case has passed or failed?

March 22, 2024

view count230991 Views

Read time23 Min Read

How to Close

Selenium TutorialSelenium JavaSelenium PythonSelenium WebDriver

Learn To Close Browser Tabs In Selenium Python And Java

If you have landed here, you must be familiar with the basics of the automation testing framework, Selenium. Selenium automation offers various methods to mimic user interaction with testing scripts.

March 21, 2024

view count267055 Views

Read time21 Min Read

Top 28 Selenium WebDriver Commands in NUnit For Test Automation

AutomationSelenium C#Selenium TutorialTutorial

28 Top Selenium WebDriver Commands in NUnit For 2024

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

March 7, 2024

view count223281 Views

Read time10 Min Read

Selenium Wait

Selenium TutorialAutomation

Selenium Wait: Implicit, Explicit & Fluent Wait Commands

Becoming proficient in automation testing with Selenium involves acquiring a strong grasp of effectively utilizing Selenium’s wait commands.

March 4, 2024

view count174728 Views

Read time16 Min Read

9 Of The Best Reporting Tools For Selenium 480px

AutomationSelenium Tutorial

10 Best Reporting Tools For Selenium [2024]

When it comes to testing with Selenium, a detailed test report generated using the right reporting tool for Selenium can do wonders for the testing activity. Test reports generated using Selenium reporting tools give detailed insights into the testing activity and show the test scenarios’ status.

March 4, 2024

view count155768 Views

Read time20 Min Read