Hi Michael, Could you please help me installing this protractor. We are planning to use Selenium to automate our angular JS application. And from what i have understood is that protractor will help me to hook onto the methods directly. So would like to install on windows. We will be using selenium on Eclipse (Java) Please throw me some light. Thanks, Rohit
On Tuesday, October 15, 2013 4:45:30 AM UTC+6:30, Michael Bielski wrote: > Gotta love pity from co-workers. The correct command for starting Selenium > (which is where the ./ folder was referenced) is this: > java -jar selenium/selenium-server-standalone-2.35.0.jar > -Dwebdriver.chrome.driver=selenium/chromedriver.exe > > Also, when you install Protractor on Windows remember to preface that > command listed in the docs with "node ". > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
