in reply to How to set-up the firefox,chrome,IE driver for selenium?

Hi, I was able to make Selenium on chrome and firefox using Selenium-Remote-Driver.

The basic steps are create a test script and on firefox you just run it. In Chrome you need to download and run download and run ChromiumDriver before running the test script at the same time you need to specify the location to the chromium browser binary in the capabilities

  • Comment on Re: How to set-up the firefox,chrome,IE driver for selenium?

Replies are listed 'Best First'.
Re^2: How to set-up the firefox,chrome,IE driver for selenium?
by anurag_perl (Novice) on Dec 23, 2011 at 05:46 UTC
    Can you give me your Selenium-Remote-Driver ide plugin.js and can you give me some example on how to do with the steps?

      I haven't used the IDE plugin and as far as examples the distribution comes with an example you can look into

        Hi,

        I recently started learning Selenium, and i have one question may be its dumb question, when using selenium remote driver do we need to start the selenium server explictly, because when i am testing a simple testcase its not working if the sever is not started, but i heard that using selenium web driver , there is no need to start the server, so could you please help me to understand this. thanks

      LOL