Skip to content

Commit c6769ef

Browse files
MustafaAgamydiemol
andauthored
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 <[email protected]>
1 parent 6ce81d0 commit c6769ef

File tree

1 file changed

+3
-0
lines changed
  • website_and_docs/content/documentation/webdriver/browsers

1 file changed

+3
-0
lines changed

website_and_docs/content/documentation/webdriver/browsers/_index.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ aliases: [
1212
---
1313

1414
Each browser has custom capabilities and unique features.
15+
16+
**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 :`
17+
**`-Duser.language=en -Duser.region=US`**

0 commit comments

Comments
 (0)