Monday, April 11, 2011

Difference between seleniumserver.boot() and seleniumserver.start()

when you use .boot() your user-extensions.js is invoked too, which is not the case when you use .start() .

Seleniumserver.boot internally calls Selenium.server ..So using boot and start in same code means like trying to start the server twice .

1 comment:

  1. As u said, when we use .boot() your user-extensions.js is invoked too

    which is the best option to use?
    what can we do with the user-extensions.js?

    Can u explain me abt this....

    Thanks,
    Vijay

    ReplyDelete