Selenium WebDriver

By Selenium

Unclaimed Profile

Claim Selenium WebDriver profile for Free

Your G2 page is often the first place buyers evaluate you. Take control of how your brand shows up.

WHAT YOU UNLOCK

Control your profile

Update logo, screenshots, pricing info

Engage with customers

Respond to reviews, build trust with prospects

See buyer activity

Track who’s viewing, understand engagement

Collect reviews

Create landing page and collect reviews

Sellers who actively manage their G2 profile build more trust and convert more buyers

4.5 out of 5 stars

How would you rate your experience with Selenium WebDriver?

Compare this with other toolsSave it to your board and evaluate your options side by side.
Save to board

Selenium WebDriver Reviews & Product Details

Value at a Glance

Averages based on real user reviews.

Perceived Cost

$$$$$
Product Avatar Image

Have you used Selenium WebDriver before?

Answer a few questions to help the Selenium WebDriver community

Selenium WebDriver Reviews (96)

View 1 Video Reviews
Reviews

Selenium WebDriver Reviews (96)

View 1 Video Reviews
4.5
96 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise the ease of use and flexibility of Selenium WebDriver, highlighting its ability to automate web applications across multiple browsers and programming languages. Many appreciate its open-source nature and strong community support, which facilitate learning and integration with other tools. However, a common limitation is its lack of support for mobile applications and desktop software.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Anurag T.
AT
Automation Test Engineer
Mid-Market (51-1000 emp.)
"Flexible, Cross-Browser Automation with Strong Community Support"
What do you like best about Selenium WebDriver?

Selenium WebDriver is highly flexible and supports multiple programming languages like Java, Python, and C#. It allows automation across different browsers such as Chrome, Firefox, and Edge, making cross-browser testing easier. Being open source, it has strong community support and integrates well with frameworks like TestNG, Maven, and CI/CD tools. It helps build scalable automation frameworks like Page Object Model and significantly improves regression testing efficiency. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

Selenium WebDriver requires good programming knowledge, which can be challenging for beginners. It also does not provide built-in reporting or test management features, so additional tools like TestNG or Extent Reports are needed. Handling dynamic elements and synchronization issues can sometimes make scripts unstable and increase maintenance effort. Review collected by and hosted on G2.com.

Luis C.
LC
Quality Engineer
Small-Business (50 or fewer emp.)
"Review of Selenium WebDriver"
What do you like best about Selenium WebDriver?

Well, Selenium WebDriver is by far one of the most used tools for automation testing, I started with it! ;) so it is nostalgic to use everyday, hehe,there are many good points for its use, for example: Cross-Browser Testing, I can testin on Chrome, Firefox, Edge, Safari, support of Multiple Programming Languages, such as Java, which is the one I use the most, is independent of the Platform, I can use on Windows and Mac, it has a strong community and there is plenty documentation, it can be integrated with CI/CD tools, such as Jenkins, GitHub Actions. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

And nothing is perfect, the downsides will be, the Learning Curve for Beginners, it takes some time to get familiar with the functionality and what you can accomplish with it, there is plenty documentation out there, but yeah, it will take some time for you to be an expert, reporting, if you want one, you will need to use different libraries and customize it, takes time to create a framework from zero, but once you get there it would be easier Review collected by and hosted on G2.com.

MERUGU S.
MS
Employee
Computer Software
Mid-Market (51-1000 emp.)
"Best Beginner Automation tool"
What do you like best about Selenium WebDriver?

Best way to learn automation as a beginner. Provides all concepts related to automating web. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

Only suitable for web applications and not supports for mobile or other things. This is the biggest disadvantage. Review collected by and hosted on G2.com.

Shiva Kiran L.
SL
Manager, QA
Enterprise (> 1000 emp.)
"Selenium WebDriver: Powerful but Flaky Without Strong Framework Support"
What do you like best about Selenium WebDriver?

Integration friendly – Fits well into CI/CD pipelines (Jenkins, GitHub Actions, Azure DevOps, etc.) and works alongside tools like TestNG, JUnit, and Cucumber. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

Handling dynamic elements is tricky – AJAX-heavy apps, synchronization issues, and waiting strategies can make tests flaky. Review collected by and hosted on G2.com.

Prem K.
PK
Test Engineer
Enterprise (> 1000 emp.)
"A free Good automation testing tool for everyone"
What do you like best about Selenium WebDriver?

Easy to use, it will automate webpages and web applications, Automate the large number of test cases, Easily understand, supports most of the languages like java, python etc.., It's a free tool. Make automation framework with high quality, Works for most of the we browsers like chorme, firefox, edge, safari, opera etc.., We can make central automation and integrate with other teams in organization. It will make my repeated work simple and fast. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

We can't automate mobiles and mobile apps, for this we have check for other tools.

Out local machine broswer version and browser driver version is not matching automation code will not work.

For example: if my browser is automatically updated and in my selenium i have older version of broswer driver at this time when i run the automation test suite, it will fail at initical stage only. because of this broswer version difference. Review collected by and hosted on G2.com.

Rakshit R.
RR
Back End Developer
Enterprise (> 1000 emp.)
"The best platform to perform automation testing of webpages."
What do you like best about Selenium WebDriver?

The code snippets are easily understandable with even minimal knowledge of java or python. Parallel testing of wesites across different browsers. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

UI testing is a bit difficult, without the robot framework.

Initial time taken to wirte the testcases is more. Review collected by and hosted on G2.com.

Hakeem m.
HM
Senior QA
Computer Software
Enterprise (> 1000 emp.)
"Best Automation Tool for Learning and use"
What do you like best about Selenium WebDriver?

Easy to automate web applications, Repetitive tasks which are automated can be helpful to all the teams.

As its open source it can be easily installable and can be used, Mainly Java is best language as its easy to program and faster.

Using java with selenium can be more easy to learn and adapt quickly. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

Because of upgrades the element locators are changing all the time.

If chrome browser is updated the webdriver also has to be auto-updated Review collected by and hosted on G2.com.

Bharat V.
BV
Consultant
Hospital & Health Care
Mid-Market (51-1000 emp.)
"Benefits of Selenium for Modern Software Testing"
What do you like best about Selenium WebDriver?

I am integrating my selenium framework for our project using hybrid framework all testng, pom file and builder pattern .

Supports a wide range of web browsers and platforms (Chrome, Firefox, Safari, Edge, etc.), making it highly adaptable.

Interacts with diverse web elements (buttons, links, text fields, etc.) using various locators, catering to different web application interfaces.

Integrates with multiple programming languages (Python, Java, C#, JavaScript, etc.), offering flexibility for development teams. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

Selenium WebDriver interacts with web browsers, and issues related to browser updates or compatibility can arise. Sometimes, WebDriver may not support the latest version of a browser immediately, leading to compatibility issues Review collected by and hosted on G2.com.

KM
Senior Test Engineer
Enterprise (> 1000 emp.)
"Better Tool for Better Automation"
What do you like best about Selenium WebDriver?

Open source platform, Easy to automate web applications.

Repetitive tasks can easily be automation and can be used for future purposes.

Time consuming is less compared to other tools. I would recommend all the people to use selenium. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

While upgrades the chrome driver has to be auto-updated. Review collected by and hosted on G2.com.

TG
Enterprise (> 1000 emp.)
"Good for automating web applications"
What do you like best about Selenium WebDriver?

Selenium is a very robust tool to automate user actions on web applications. We use it to automate our manual tasks very easily. So, for all the students whose marksheets are corrected, and their grades need to be updated in the student portal one by one, we use excel sheets of grades which are then fed to Selenium, which then inputs grades one by one automatically per student, saving a lot of manual effort, and preventing any manual errors. We use it almost once a month, saving a lot of teachers' time. Review collected by and hosted on G2.com.

What do you dislike about Selenium WebDriver?

The only thing that is needed is one-time coding effort. So, we need a person who has hands-on knowledge of Java who can then easily implement frameworks and scripts. Other than that, no issues because Selenium has a very powerful library to accomplish most of the manual tasks very easily. Review collected by and hosted on G2.com.

Questions about Selenium WebDriver? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

GU
Guest User
Last activity 7 months ago

What do you recommend for new users of Selenium WebDriver to get the most out of its testing capabilities?

GU
Guest User
Last activity almost 2 years ago

What does Selenium Webdriver do?

Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

Selenium WebDriver Comparisons
Product Avatar Image
Flutter
Compare Now
Product Avatar Image
Material UI
Compare Now
Product Avatar Image
python celery
Compare Now
Selenium WebDriver Features
Language Contingency
Component Library
Unlocked Components
Framework Integration
Repository Management
Support
Product Avatar Image
Selenium WebDriver