Skip to main content

Posts Tagged ‘Selenium Introduction’

Search Find Web Online Technology Internet Website Concept

How to Configure Selenium in IntelliJ and an Overview of Launching Browsers

In this blog, our focus will be on creating a Maven project in IntelliJ and launching multiple browsers using the Selenium WebDriver. What is Selenium and WebDriver? Selenium is a web UI automation testing suite that is used to automate web applications for testing purposes. Selenium supports automation across different browsers (Google Chrome, Microsoft Edge, […]

Two programmers working together with lines of code superimposed over them

Selenium Pros and Cons for Automation Testing

In this blog, we’ll go over what Selenium is, why you should use it, and its benefits and drawbacks. What Is Selenium? Selenium is a free (open-source) framework for automating test execution that is used to assess online applications. Selenium implements itself through a unique driver to each browser, accepting commands and sending them to […]