From c6769ef064d8bc3ffb6343fba3c10ab4ddbad78c Mon Sep 17 00:00:00 2001 From: MustafaAgamy Date: Fri, 2 Aug 2024 11:16:15 +0300 Subject: [PATCH] Adding the required JVM Arguments to handle Arabic Locale (#1833) * Adding the required JVM Arguments to handle Arabic Locale * Fix some typo issues [deploy site] --------- Co-authored-by: Diego Molina --- .../content/documentation/webdriver/browsers/_index.en.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website_and_docs/content/documentation/webdriver/browsers/_index.en.md b/website_and_docs/content/documentation/webdriver/browsers/_index.en.md index 60e763b78512..519691e9fdd7 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/_index.en.md +++ b/website_and_docs/content/documentation/webdriver/browsers/_index.en.md @@ -12,3 +12,6 @@ aliases: [ --- Each browser has custom capabilities and unique features. + +**Note** : `If your device's date and language settings are set to Arabic, you must change the localization settings of your Java Virtual Machine (JVM) to prevent startup failures. Add the following arguments to your JVM :` +**`-Duser.language=en -Duser.region=US`** \ No newline at end of file