Does Google Chrome work with Selenium IDE (as Firefox does)?

artejera picture artejera · Jan 10, 2012 · Viewed 157.2k times · Source

I can't find an equivalent of Selenium IDE that works with Chrome.

Does anyone know how to use Selenium IDE with Chrome instead of Firefox? Or is there an alternative tool which works with Chrome?

Answer

faramka picture faramka · Jan 10, 2012

artejera, do you mean Selenium as plugin to your browser (Selenium IDE)? Here is something for automation in Google Chrome.

But if you want to work with Selenium RC, just set up browser in your test script. There is setBrowser() method in Selenium.