-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!C-javaJava BindingsJava BindingsD-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itOS-windows
Description
Description
I am using Selenium 4.36.0 with Java and I am running my tests on Jenkins.
Inside my application there is redirection to another application - during this redirection in Chrome Browser console (f12) there is "401 unauthorized error - no origin request header". There is no bug during local run on my computer, this happens only during Jenkins remote run.
I am using newest chrome browser and newest chromedriver. Maybe ChromeOptions or Chrome Preferences are responsible for this ? My suspicion is also CORS policy. How can I get round this problem ?
Reproducible Code
Selenium 4.36.0 with Java 17, newest chrome driver
ℹ️ Last known working version: 4.36.0
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!C-javaJava BindingsJava BindingsD-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itOS-windows