BrowserStack Grid Configuration:
In order to run tests on latest version of Safari browser(12) under Mac Mojave OS, we need to specify the following capabilities in the Execution Configuration:
Name | Data Type | Value |
---|---|---|
browserstack.selenium_version | String | 3.14.0 Default: 2.53.0 ( 2.45.0 for Safari ) |
browserstack.safari.driver | String | 2.48 Default: 2.45 |
For more, check the below link:
Desired Capabilities to configure your Selenium tests on the BrowserStack Selenium grid
In order to run tests on Android/iOS web, we need to specify the following capabilities in the Execution Configuration:
Name | Data Type | Value |
---|---|---|
realMobile | Boolean | true |
In order to run tests on Android/iOS native, we need to specify the following capabilities in the Execution Configuration:
Name | Data Type | Value |
---|---|---|
realMobile | Boolean | true |
app | String | BrowserStack appID Eg : <bs:appURL> |
SauceLabs Grid Configuration:
In order to run tests on web appplication, we need to specify the following capabilities in the Execution Configuration:
Name | Data Type | Value |
---|---|---|
platform | String | MAC (not mandatory) |
For more, check the below link:
Desired Capabilities to configure your Selenium tests on the saucelabs Selenium grid
In order to run tests on Android/iOS web, we need to specify the following capabilities in the Execution Configuration:
Name | Data Type | Value |
---|---|---|
platformVersion | String | Eg : 6.0 |
appiumVersion | String | Eg: 1.8.1 |
Hybrid Grid Configuration:
In order to run tests on Android/iOS native, we need to specify the following capabilities in the Execution Configuration:
Name | Data Type | Value |
---|---|---|
appPackage | String | Eg : org.wikipedia.alpha |
appActivity | String | Eg : org.wikipedia.main.MainActivity |