Chrome and selenium

I know that Selenium IDE is available as a plugin for Firefox. What about chrome? If this does not happen, is there something equivalent for Chrome?

+4
source share
5 answers

Perhaps this is what you are looking for?

https://github.com/jherault/Selenium-IDE-for-google-chrome

Actually this is not so active, and I just got it from google search, so this may not be what you are looking for.

+2
source

Selenium IDE is available only for firefox.

It is better to use Selenium RC or Webdriver to test the compatibility of all other browsers.

+2
source

Put everything on one line. Selenium IDE is a plugin designed for Firefox. There is almost no web element that will behave differently after writing from the Selenium IDE from browser to browser. This way you can use firefox to write and run code using chrome if this is your requirement.

+2
source

Selenium IDE is a plugin in Firefox, so it is available only for Firefox. If you want to run the selenium script in a browser other than Firefox, you can use Selenium Webdriver or selenium RC.

0
source

iMacros works, for example, firefox and chrome. Community Editions are free.

0
source

All Articles