top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the set of tools available with Selenium?

+4 votes
304 views
What are the set of tools available with Selenium?
posted Sep 15, 2016 by Jdk

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Selenium is a Suite of tools to automate web browsers.
Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that.
Boring web-based administration tasks can also be automated as well.
Selenium has the support of some of the largest browser vendors who have taken steps to make Selenium a native part of their browser.
It is also the core technology in countless other browser automation tools, APIs and frameworks.
Selenium tools are as follows:

  1. Selenium IDE
  2. Selenium RC
  3. Selenium WebDriver
  4. Selenium Grid
answer Sep 23, 2016 by Vrije Mani Upadhyay
...