Try our new research platform with insights from 80,000+ expert users
Kapil Tarka - PeerSpot reviewer
Test Manager at a tech services company with 51-200 employees
Real User
Automated UI tests, reliable, and highly configurable
Pros and Cons
  • "The most valuable features of Selenium HQ are the automation of all UI tests, its open-source, reliability, and is supported by Google."
  • "Selenium HQ can improve by creating an enterprise version where it can provide the infrastructure for running the tests. Currently, we need to run the test in our infrastructure because it's a free tool. If Google can start an enterprise subscription and they can provide us with the infrastructure, such as Google Cloud infrastructure where we can configure it, and we can run the test there, it would be highly beneficial."

What is our primary use case?

We are using Selenium HQ for automated UI testing of web applications.

What is most valuable?

The most valuable features of Selenium HQ are the automation of all UI tests, its open-source, reliability, and is supported by Google.

What needs improvement?

Selenium HQ can improve by creating an enterprise version where it can provide the infrastructure for running the tests. Currently, we need to run the test in our infrastructure because it's a free tool. If Google can start an enterprise subscription and they can provide us with the infrastructure, such as Google Cloud infrastructure where we can configure it, and we can run the test there, it would be highly beneficial.

For how long have I used the solution?

I have been using Selenium HQ for approximately nine years.

Buyer's Guide
Selenium HQ
June 2025
Learn what your peers think about Selenium HQ. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
860,592 professionals have used our research since 2012.

What do I think about the stability of the solution?

Selenium HQ is highly stable.

What do I think about the scalability of the solution?

The scalability of Selenium HQ is good.

We have approximately 10 testers that are using this solution.

How was the initial setup?

The initial setup of Selenium HQ is very difficult. You need different configurations on your system, such as Java and you need to configure it. Additionally, you need to have some IDEs such as Eclipse or IntelliJ IDEA on your system. Selenium is supported in many languages, such as .NET, Java, Python, JavaScript, and C#. So, at least you must be knowing any one of these languages, then only you can use Selenium.

The solution requires coding experience to be able to implement.

The deployment does not take a lot of time. You can create a continuous integration pipeline with TeamCity or Jenkins, and then you can run tests.

What's my experience with pricing, setup cost, and licensing?

Selenium HQ is a free and open-source solution and is supported by Google.

Which other solutions did I evaluate?

We evaluated Tricentis Tosca and it was expensive and Selenium HQ is free. This is why we choose Selenium HQ.

What other advice do I have?

My advice to others is the first step to using Selenium HQ is to learn a programing language.

I rate Selenium HQ a nine out of ten.

It's a very stable tool and it's open-source, and there are new versions available. The new versions come quickly and frequently, you receive a successor version with bug fixes very easily. The tool is easy to use and highly configurable.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Juan PabloBoada - PeerSpot reviewer
RPA Solutions Analyst at NEWDATA S. A.
Real User
Great for testing, robust, and has a helpful user community
Pros and Cons
  • "There is a supportive community around it."
  • "It would be awesome if there was a standalone implementation of Selenium for non-developer users."

What is our primary use case?

I'm currently working on automation testing using Selenium and Cucumber. 

I am using it with Java, not with as a standalone implementation. It's Selenium with Cucumber and with TestNG.

It's a dependency that I am using from SeleniumHQ. It's a couple of components.

We primarily use it for automation testing. 

What is most valuable?

The standard features are good, and I use them a lot. The framework for testing is robust with Selenium.

The integration with TestNG and Gherkin with Cucumber is great. Gherkin is a language for using for testing.

The solution is stable.

You can scale the product.

There is a supportive community around it. 

What needs improvement?

It would be awesome if there was a standalone implementation of Selenium for non-developer users. For example, for business users. If a business wants to test something and doesn't have the knowledge of coding and programming, they should still be able to.

They should offer a single setup. By that, I mean software that you don't need to set up component by component. They should make up a setup file that puts all software together in the place that it should be and it works.

For how long have I used the solution?

I've been using the solution for six months. 

What do I think about the stability of the solution?

Selenium is a mature and stable software. There are no bugs or glitches. It doesn't crash or freeze.

What do I think about the scalability of the solution?

Selenium is not so scalable. It's not like other software. There are a couple of dependencies where you can make it grow or shrink depending on your needs. In general, it's okay.

How are customer service and support?

I haven't used support a lot. I have researched a couple of posts in the community. I've done no more than that.

How was the initial setup?

The initial setup was not quite so complex and also not simple. I tried it in Eclipse, and it didn't work quite well, and then I tried it in IntelliJ. I need to look further into it if either can be used with Selenium. I didn't use it with Eclipse. I used it with IntelliJ. With IntelliJ, the implementation was pretty straightforward, pretty simple. However, with Eclipse, it's not.

What other advice do I have?

We are customers. 

I'd advise users to take advantage of community posts. If the person finds any trouble, Google it. Probably someone already has found the same issue and also has found the solution or the workaround for it.

In general, I have no complaints about this product. I would rate it nine out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Selenium HQ
June 2025
Learn what your peers think about Selenium HQ. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
860,592 professionals have used our research since 2012.
reviewer1736361 - PeerSpot reviewer
Senior Software Developer at a pharma/biotech company with 10,001+ employees
Real User
Continuously being developed and large community makes it easy to find solutions
Pros and Cons
  • "It's easy for new people to get trained on this solution. If we are hiring new people, the resource pool in the market in test automation is largely around Selenium."
  • "Shadow DOM could be improved and the handling of single page applications. Right now, it's a bit complicated and there are a lot of additional scripts required if you want to handle a single page application in a neat way."

What is our primary use case?

We don't directly use Selenium. We have built a wrapper around Selenium so other teams can consume it.

We are using version 4.0.1. We run it on a Microsoft public cloud in the CI/CD server.

There are around four teams which are currently using this solution, and we have a target of having around 10 teams.

What is most valuable?

It's easy for new people to get trained on this solution. If we are hiring new people, the resource pool in the market in test automation is largely around Selenium. It has a wider community. If there are issues, you can look around online and find a good solution.

Selenium is in continuous development. They release very stable versions. Those are the key points which helped us pick Selenium over other tools.

What needs improvement?

There are a few things we have to actually design and plan when we are building the automation. There are new tools which handle it by themselves, but that is a give and take when you actually use or choose a tool. 

Shadow DOM could be improved and the handling of single page applications. Right now, it's a bit complicated and there are a lot of additional scripts required if you want to handle a single page application in a neat way.

With these technologies, at times you have a lot of callbacks. Those aren't handled very well with Selenium. At some point of time, suppose you have entered something and the button needs to be enabled. Now, in normal terms, it seems to be a client side action, so if you enter something on the client side, JavaScript is running. It'll say, "Value is this, so I'll enable the button."

With this technology, if you enter something, it will go back to the server, get some value, and then it will enable the button. At some point of time, your project's delayed, and there is a callback happening in the background. It will not try to understand that, and it may just timeout.

For how long have I used the solution?

I have been using this solution for about eight years.

What do I think about the stability of the solution?

I think it has stabilized a lot, but it's not the best tool in the market. It has a lot of room for improvement, but it has a very big community.

What do I think about the scalability of the solution?

It is certainly scalable. It depends on how you want to use it. You can use it over a grid with multiple office machines, or you can run it standalone.

How are customer service and support?

We have never used technical support because there is normally good content on the internet.

Which solution did I use previously and why did I switch?

We evaluated other options but chose Selenium because of the skill sets in the market. If you use other solutions, the challenge is that if a person leaves, you won't get a second person or third person. Replacements are very difficult to come by if you are using different solutions.

How was the initial setup?

It's actually complex. It's not really straightforward, but it depends on what you're actually building for your organization. We have built a wrapper around it for other teams that are actually consuming it.

Initially, you build a solution around it, which is a challenge. If you are trying to build a standalone automation with Selenium, it will be a challenge.

There isn't a set deployment. If a team wants to use it, they can start using it from day one.

What's my experience with pricing, setup cost, and licensing?

It's open-source, so it's free.

What other advice do I have?

I would rate this solution 8 out of 10. 

Learning is easy. Implementation is not as easy, but it is still better than other tools in the market right now. I'm giving it an eight because there are a lot of things Selenium is not supporting. The rest of technology is changing, but they are not changing along with it. Normally, if we are writing a complex test, we have to do a lot of workarounds, which isn't good when we are writing scripts.

I think it's very easy to screw up with Selenium if you're using it for the first time. If you are getting it for a large organization or large project, it makes sense to have some professional help.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1687902 - PeerSpot reviewer
Software engineer at a financial services firm with 10,001+ employees
Real User
Open-source solution is faster than most but lacks some features
Pros and Cons
  • "Selenium is the fastest tool compared to other competitors. It can run on any language, like Java, Python, C++, and .NET. So we can test any application on Selenium, whether it's mobile or desktop."
  • "For now, I guess Selenium could add some other features like object communications for easy expansion."

What is our primary use case?

Depending upon the functionality, I use Selenium to prepare the scenarios I'm doing. I start by writing automation scripts in Java. From there, we execute the scripts if there are any changes in the product. Then we upgrade this overnight along with Jenkins to make sure our application is running as expected. They feature continuous deployment and continuous integration with the help of our teams, so our product will be applied to more users once it's adequately tested.

What is most valuable?

Selenium is the fastest tool compared to other competitors. It can run on any language, like Java, Python, C++, and .NET. So we can test any application on Selenium, whether it's mobile or desktop. And if I build some framework on Selenium, I can give it to someone else. Then they can use it and start going further. One more thing is that you can implement any framework on it, like TestNG, Cucumber, JUnit, etc.

What needs improvement?

Selenium should implement more islands for a desktop feature. My laptop and desktop have a calibrator or some other desktop applications. We can automate those things through Selenium, so they should be adding them in the subsequent versions. For now, I guess Selenium could add some other features like object communications for easy expansion. 

For how long have I used the solution?

I've been using Selenium HQ for about five years.

What do I think about the stability of the solution?

So performance-wise, Selenium is the best tool so far. It has the fastest automating tools.

What do I think about the scalability of the solution?

We run scenarios at midnight or around that time and split this application into virtual machines. So during that time, the application is executed in panel mode. Let's say I have 10 vital missions in the Google Cloud Platform. These things will be triggered automatically and executed in each of the machines. And it has a balancing load concept, so if one machine is at capacity, it will automatically move to a second machine for the other scenarios. So there is never an issue with scalability. We have more than 1,000 employees in the company using it every day to develop scripts. 

How are customer service and support?

Because Selenium HQ is open source, we don't have a customer service team or technical support, so we have to search on our own for answers. When I've had problems in the past,I've had to Google to see if it's an application issue or a Selenium issue. Without any help from vendors, it's difficult to automate some things like CAPTCHA. But still, we have a framework that is ready for this. So with the help of this framework and importing those library files, we can make our own way. 

Which solution did I use previously and why did I switch?

At my previous company, we used a UFT tool called Micro Focus UFT. We used this because it was a different kind of use case where we had to transfer our publications back and forth between the mainframe and the mobile application. So we have to format that, which is why we used the UFT.

How was the initial setup?

Setting up SeleniumHQ isn't that complex. We like to develop our application in Pega and have a point cloud that we deploy on Google Cloud. It is developed and tested with Jenkins, which is a continuous integration tool. Once the code is specific to Jenkins, we trigger Selenium and execute the scenarios. After this finishes, we move everything to cloud. 

Along with this docker, there is a deployment phase in Google Cloud, where the images of our application are moved to pre-production. Pre-production is something like a replica of production that allows the users to work on it. So once it is transferred to pre-production, the users will work for one week or one or two. If they are satisfied, we move on to production.

Deployment usually requires about eight to ten people. Most of the work is done by technicians who are akin to database administrators. They take this on for one month a year every year. Their job is mostly to minimize the weight of the application. In the next phase, DevOps engineers deploy the enviornment. The time for deployment depends on the teams and the tasks. If there is a small change, it may have taken between half an hour and an hour. On the other hand, if there is a significant upgrade of the application, it may take eight to ten hours. Generally, we don't need any maintenance unless a UR application has changed.

What's my experience with pricing, setup cost, and licensing?

Selenium is free. Anyone can use it without paying anything.

What other advice do I have?

I rate SeleniumHQ seven out of 10. When you're choosing a solution, it depends upon the type of applications you are using in your project. If you have only have desktop and mobile, go for Selenium. However, if you have multiple applications like Windows-based applications, a virtual machine-based application, or a mainframe .NET application, I suggest going with another tool, like Tosca UFT.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Google
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Rajesh Chouhan - PeerSpot reviewer
Principal Engineer at Marsh McLennan
Real User
Top 5Leaderboard
The solution has multiple plug-ins and can be used to create automated scripts
Pros and Cons
  • "Since Selenium HQ has multiple plug-ins, we can use it with multiple tools and multiple languages."
  • "You need to have experience in order to do the initial setup."

What is our primary use case?

I use Selenium HQ to create automated scripts for automated applications.

What is most valuable?

Since Selenium HQ has multiple plug-ins, we can use it with multiple tools and multiple languages.

What do I think about the stability of the solution?

I rate Selenium HQ a nine out of ten for stability.

What do I think about the scalability of the solution?

I rate Selenium HQ a nine out of ten for scalability.

How was the initial setup?

The level of ease to set up Selenium HQ is medium. You need to have experience in order to do the initial setup.

What's my experience with pricing, setup cost, and licensing?

Selenium HQ is a free, open-source solution.

What other advice do I have?

Selenium HQ is deployed on-cloud in our organization.

Overall, I rate Selenium HQ a nine out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Technical Lead at Fourth
Real User
Top 20
An easy-to-use, customizable and open-source solution for the automation of functional test cases
Pros and Cons
  • "The tool is easy to use and log in with respect to other tools. It is open-source. We can customize the product. I also like its security."
  • "When we upgrade the version, some features are missing. I want the product to include some AI capabilities."

What is our primary use case?

We use Selenium HQ for the automation of functional test cases.

What is most valuable?

The tool is easy to use and log in with respect to other tools. It is open-source. We can customize the product. I also like its security.  

What needs improvement?

When we upgrade the version, some features are missing. I want the product to include some AI capabilities. 

For how long have I used the solution?

I have been using the product for 11 years. 

What do I think about the stability of the solution?

Selenium HQ is very stable. 

What do I think about the scalability of the solution?

The solution is scalable, and we have around 9,000 users for the product. 

How are customer service and support?

The tool's support is good, and they resolve issues nicely. 

How would you rate customer service and support?

Positive

What's my experience with pricing, setup cost, and licensing?

I have been using the open-source version. 

What other advice do I have?

You need to be aware of Selenium HQ's architecture. I rate it a ten out of ten. 

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer2026422 - PeerSpot reviewer
Senior Test Consultant at a government with 1,001-5,000 employees
Real User
Top 20
Open-source and easy to set up but can be challenging to learn
Pros and Cons
  • "Due to its popularity, you can find pretty much any answer in open discussions from the community."
  • "The drawback is the solution is not easy to learn."

What is our primary use case?

We are using Selenium for web test automation.

How has it helped my organization?

We are saving time with regression testing by using test automation.  

Selenium is also open source, so now we are integrating all our automation tests into the full pipeline. 

What is most valuable?

Selenium is very famous. Due to its popularity, you can find pretty much any answer in open discussions from the community. This is the power of Selenium. Whatever you need, whatever your question, you will find an answer.

The initial setup is easy.

You can integrate the solution with pretty much anything.

It's open-source and free to use.

What needs improvement?

Maybe they could improve the record and play plugin for element detection. That would be ideal. If they could build some tools above Selenium for that, I'd find it helpful. People sometimes do not have that much technical knowledge, and having something more plug-and-play would be appealing.

We have many plans in our pipeline that still need to be implemented. Maybe we will find that we need some features that need to be integrated with Selenium, for example, for a multi-browser or for implementing many machines. We haven't fully implemented this solution yet.

The drawback is the solution is not easy to learn. You need resources and technical knowledge and have to deal with the maintenance of script changes. 

While it works well with Chrome, if you use it with other browsers, you may have issues. 

For how long have I used the solution?

I've been using the solution for three or four years. 

What do I think about the stability of the solution?

We've never had any stability issues. It's reliable. The performance is good. It doesn't crash or freeze.

What do I think about the scalability of the solution?

It is scalable. It's easy to expand. 

We have about 15 people working on the solution. 

How are customer service and support?

I've never spoken to technical support per se. We tend to get help via the community if we have questions. It is quite robust and there is a lot of information about all kinds of issues publicly available. 

Which solution did I use previously and why did I switch?

I have used other tools as well. Each tool has its own pros and cons. Each organization also has its own unique needs. There are budgets, resources, and other factors that would come into play as well.

How was the initial setup?

The solution isn't difficult to set up. It's quite straightforward. 

I'd rate the ease of setup eight out of ten. 

I cannot recall exactly how long the deployment itself took. 

Sometimes there may be some maintenance required around upgrades. You would need to check the compatibility between the software, for example. That said, the maintenance requirements are pretty low. It's not complex to maintain the product. 

What about the implementation team?

We handled the implementation ourselves, in-house. 

What's my experience with pricing, setup cost, and licensing?

This is an open-source solution, which is a very positive benefit. 

What other advice do I have?

I'd rate the solution six out of ten. It's not an out-of-the-box solution like Oracle or SAP. 

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
QA Team Lead at a comms service provider with 10,001+ employees
Real User
Open-source with good documentation and good reliability
Pros and Cons
  • "It is very stable."
  • "The initial setup was difficult."

What is our primary use case?

We primarily use the solution for normal regression tests.

What is most valuable?

I like most of it. It is possible to get a lot of help and find help on the internet since Selenium is so widespread and established. The documentation is great.  There is  a lot of help on websites like Stack Overflow.

It is very stable.

The product is open-source. 

What needs improvement?

We are thinking about codeless automation, like what ACCELQ offers. They could maybe release a similar product that would be a codeless product.

The initial setup was difficult. 

It would be nice to have it on the cloud, like ACCELQ. That way, we don't need to set up it ourselves and don't need hardware for that. That would also allow for many people at many subsidiaries or locations to work simultaneously with it.

I'd like the possibility of automatically checking the installed browser version and automatically downloading the Selenium driver that suits the installed browser. Otherwise, you have to download and set up it manually, and if you get a new browser version, you have to do it every time, and it's time-consuming.

For how long have I used the solution?

We've been using the solution for one year. 

What do I think about the stability of the solution?

The solution is stable and reliable. There are no bugs or glitches. It doesn't crash or freeze. 

Of course, you need a lot of time to optimize your scripts so that they run stable.

What do I think about the scalability of the solution?

This is not really scalable. 

If you consider load tests or multi-thread testing, you need very powerful hardware to start several browsers. That's why in this aspect, not very scalable if you run tests in parallel.

We just have two people leveraging the solution right now. They use it regularly, on a daily basis. 

How are customer service and support?

There is a lot of documentation and general product knowledge online. We don't have direct support contact as it is an open-source solution. 

Which solution did I use previously and why did I switch?

We did previously use Eggplant. It's not open-source. It's actually pretty expensive. 

One benefit of Eggplant was testing mobile apps. Also, you don't find so much information on Stack Overflow or on the internet about Eggplant; they have good support.

How was the initial setup?

It was not very easy to set up. 

We needed to add a lot of plugins like TestNG and Maven. The whole configuration was not very easy. I am not sure if it is the Selenium setup or just the whole system setup.

What's my experience with pricing, setup cost, and licensing?

The solution is open-source and free to use. 

What other advice do I have?

I'm an end-user. 

The solution is okay, however, you need to use it together with the TestNG and with Maven and use different plugins that improve it.

I'd rate the solution nine out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free Selenium HQ Report and get advice and tips from experienced pros sharing their opinions.
Updated: June 2025
Buyer's Guide
Download our free Selenium HQ Report and get advice and tips from experienced pros sharing their opinions.