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 ?