You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -243,7 +243,7 @@ You can use these tab groups to navigate and get information about how to manage
243
243
| mobile_deviceName |``| example: `ANDROID_EMULATOR`| • You can add any property from the <ahref="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. |
244
244
| mobile_automationName |`UIAutomator2`|`UiAutomator2`, `Espresso`, `XCUITest`| • You can add any property from the <ahref="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. |
245
245
| 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 <ahref="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 <ahref="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 <ahref="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. |
247
247
| 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 <ahref="https://www.selenium.dev/documentation/en/webdriver/driver_requirements/#quick-reference">here</a>.<br/>• You can add any property from the <ahref="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. ||
248
248
| mobile_app |``|`relativePath/to/myApp.apk`, `absolutePath/to/myApp.apk`, `http://myapp.com/app.ipa`| • You can add any property from the <ahref="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. |
249
249
| mobile_appPackage |``| example: `com.example.android.myApp`| • You can add any property from the <ahref="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