Skip to content

Commit cb6204f

Browse files
authored
Update PropertiesList.mdx
mobile_browserName => browserName Signed-off-by: Mohab Mohie <[email protected]>
1 parent 6b742d6 commit cb6204f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Properties/PropertiesList.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ You can use these tab groups to navigate and get information about how to manage
227227
mobile_deviceName=Google Pixel 7
228228
mobile_automationName=UIAutomator2
229229
mobile_udid=
230-
mobile_browserName=
230+
browserName=
231231
MobileBrowserVersion=
232232
mobile_app=src/test/resources/testDataFiles/apps/ApiDemos-debug.apk
233233
mobile_appPackage=
@@ -243,7 +243,7 @@ You can use these tab groups to navigate and get information about how to manage
243243
| mobile_deviceName | ` ` | example: `ANDROID_EMULATOR` | • You can add any property from the <a href="https://appium.io/docs/en/2.0/guides/caps/">List of Appium Capabilities</a> directly to your .property files or via CLI arguments, just make sure to add `mobile_` as a prefix. |
244244
| mobile_automationName | `UIAutomator2` | `UiAutomator2`, `Espresso`, `XCUITest` | • You can add any property from the <a href="https://appium.io/docs/en/2.0/guides/caps/">List of Appium Capabilities</a> directly to your .property files or via CLI arguments, just make sure to add `mobile_` as a prefix. |
245245
| mobile_udid | ` ` | example: `RQ3005TAQP` | • Unique device identifier of the connected physical device (leave empty if not applicable).<br/>• You can add any property from the <a href="https://appium.io/docs/en/2.0/guides/caps/">List of Appium Capabilities</a> directly to your .property files or via CLI arguments, just make sure to add `mobile_` as a prefix. | |
246-
| mobile_browserName | ` ` | `chrome`, `Chromium`, `Browser`, `Safari`, `samsung` | • You can add any property from the <a href="https://appium.io/docs/en/2.0/guides/caps/">List of Appium Capabilities</a> directly to your .property files or via CLI arguments, just make sure to add `mobile_` as a prefix. |
246+
| browserName | ` ` | `chrome`, `Chromium`, `Browser`, `Safari`, `samsung` | • You can add any property from the <a href="https://appium.io/docs/en/2.0/guides/caps/">List of Appium Capabilities</a> directly to your .property files or via CLI arguments, just make sure to add `mobile_` as a prefix. |
247247
| MobileBrowserVersion | ` ` | example: `83.0.4103.39` | • The latest version of the WebDriver executable that is compatible with the target browser. You can get it from <a href="https://www.selenium.dev/documentation/en/webdriver/driver_requirements/#quick-reference">here</a>.<br/>• You can add any property from the <a href="https://appium.io/docs/en/2.0/guides/caps/">List of Appium Capabilities</a> directly to your .property files or via CLI arguments, just make sure to add `mobile_` as a prefix. | |
248248
| mobile_app | ` ` | `relativePath/to/myApp.apk`, `absolutePath/to/myApp.apk`, `http://myapp.com/app.ipa` | • You can add any property from the <a href="https://appium.io/docs/en/2.0/guides/caps/">List of Appium Capabilities</a> directly to your .property files or via CLI arguments, just make sure to add `mobile_` as a prefix. |
249249
| mobile_appPackage | ` ` | example: `com.example.android.myApp` | • You can add any property from the <a href="https://appium.io/docs/en/2.0/guides/caps/">List of Appium Capabilities</a> directly to your .property files or via CLI arguments, just make sure to add `mobile_` as a prefix. |

0 commit comments

Comments
 (0)