Puja Jagani

Results 123 comments of Puja Jagani

I think the changes in the PR are not necessary. I looked into this further to realize the findings below: ``` public static String format(String format, Object... args) { return...

Before we close this PR, can you try on your end to double-check if it works as expected using "`setDefault`"?

https://github.com/SeleniumHQ/selenium/pull/13934#issuecomment-2136539473 - I think we don't need to make any changes. Just the tests are sufficient.

If users are facing a startup problem, it might be good idea to add it on their end. I am not sure if Selenium should assume which default locale to...

I understand your point and agree we should have better error handling for this or an informative message. My concern here is that for example if someone wants to use...

> @pujagani > > What if we minimize the scope by moving back to String.format with locale set to en for the required parts only, I guess this way the...

> @MustafaAgamy - Just curious. Even the [JVM arguments way](https://stackoverflow.com/a/8809137/679824) of setting the locale doesnt help here is it? @MustafaAgamy Can you please try this out? If that works, then...

Thank you for trying it out. Can we close this PR then? Can you help document it too?