0

I am running vagrant on windows machine, using "ubuntu/trusty64" box. I running selenium tests on vagrant (using pytest-selenium with django) how can I set the webdriver work with my local machine(windows) firefox/chrome ?

did it possible to trigger my local browser from vagrant machine ? did i need X-server for it ?

Yuri Ritvin
  • 343
  • 2
  • 9
  • Do you specifically want to test Firefox/Chrome on Windows? If not, it might be easier to use [phantomjs](http://phantomjs.org/) instead. – Alasdair Apr 06 '16 at 15:52
  • Yes, I want to be able to run Firefox/Chrome on Windows. – Yuri Ritvin Apr 07 '16 at 06:09
  • In that case, I think you'll have to install selenium server on Windows, then use the remote Web driver in your script. – Alasdair Apr 07 '16 at 07:33

0 Answers0