in reply to Re^2: How to set-up the firefox,chrome,IE driver for selenium?
in thread How to set-up the firefox,chrome,IE driver for selenium?

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

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

Replies are listed 'Best First'.
Re^4: How to set-up the firefox,chrome,IE driver for selenium?
by Anonymous Monk on Jun 14, 2013 at 05:31 UTC
    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