Closed roma3784 closed 2 years ago
@roma3784 allowed-origins
should normally fix it.
Hello! @vania-pooh, allowed-origins doesn't help unfortunately, here's my browser.json -
{ "MicrosoftEdge": { "default": "103.0", "versions": { "103.0": { "image": ["C:\selenoid\msedgedriver.exe", "--allowed-origins=*"] } } } }
Maybe there's another way to write it down
Here's the screenshot
@roma3784 probably trying to build selenoid
binary from latest source code will help.
@vania-pooh thank you so much, that helped!
Closing then.
I've been having an issue with MS Edge. I'm trying to run tests on virtual desktop against Edge using selenoid. Jenkins errors: "E/runner - Unable to start a WebDriver session." "I/runnerCli - Host header or origin header is specified and is not whitelisted or localhost."
in cmd selenoid.bat error- "Passthrough is not supported, GL is disabled, ANGLE is" Browsers open , but nothing else happens -> can see 'data' shown, but tests don't run.
What I've tried to do to fix it up:
In order to run tests against Edge locally, I'm using 'webdriver-manager start --edge ..path/msedgedriver.exe' to run 'Selenium Server ' after that everything works fine locally -> I don't know if it helps, I tried to use the way like this on Jenkins instance where containers with 'ggr' ,'ggr-ui' ,'selenoid' are, but it didn't help.
Using Protractor, Windows 10.
Any ideas what I missed? Thank you!