Oh, just found that I was trying to run tests using Puppeteer for edge, but it only runs for Chrome and Chromium. My bad.
If we will go back to the question about the chromedriver, is it possible to run the tests in Chrome inside the windows image?
For now I have google chrome installed + downloaded chromedriver.
How to correctly open the driver so the tests could be executed?
This is the error I have now: -WARN webdriver: Request failed due to socket hang up, no logs inside the VM
Tried to run driver through following commands:
-chromedriver.exe --host=
10.0.2.15 --port=4444 --verbose
-C:\...\chromedriver.exe --host=
0.0.0.0 --port=4444 --log-level=DEBUG
Both gave me the same error.
What is the appropriate way to do the stuff with chromedriver?