-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛 Bug]: Tests fail when using Selenium Grid on Windows with Turkish language #14916
Comments
@alpakyol, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
@alpakyol thanks for the detailed report, i have visited all relevant calls to @nvborisenko could you check the .NET part or does .NET ignore the system local for |
Is this the case with other bindings like Python and Ruby? |
I think it is Grid only related issue. |
In this case i will close the issue, thanks for the fast feedback. |
What happened?
I'm working on an implementation of Selenium Grid to my current test project but I always get this problem while running tests over Selenium Grid. The RemoteWebDriver initializes correctly, can start a browser window, can navigate to a URL without problem. However, when I try to find an element, I'm always getting
invalid header name: "x-regıstratıon-secret
" error. I created this sample code to reproduce this error so, this is the only code that the test project has. An important note: 'ı' is a special character in Turkish alphabet so, I think it may be related with some language specific problem in somewhere (windows, chrome, webdriver, etc.)Update: After I check the problem definition, I changed the OS language to English, ran the test again and it succeeded. So, it is definitely a problem with the language. I did one more testing with the chrome option argument '--lang=tr' and again no problem.
Some notes about my environment:
How can we reproduce the issue?
Relevant log output
Operating System
Windows 11
Selenium version
.NET 4.27.0
What are the browser(s) and version(s) where you see this issue?
Chrome 130
What are the browser driver(s) and version(s) where you see this issue?
Are you using Selenium Grid?
4.27.0
The text was updated successfully, but these errors were encountered: