Forum Discussion
- Lukasz_SStaff
Bitbar Testing Cloud is offering browser tests thru Appium but Bitbar devices have chrome installed in highest version available. With Cloud Side Appium execution ( https://support.smartbear.com/bitbar/docs/testing-with-bitbar/automated-testing/appium/running-cloud-side-appium-tests.html ) You could control the version by first uninstalling all updates by command 'adb uninstall com.android.chrome' and then update device with needed app version 'adb install -r chromeFileInProperVersion.apk' (app file will have to be added to zip archive with test project). Commands can be triggered from 'run-tests.sh' script before starting Appium execution.
- TanyaYatskovskaSmartBear Alumni (Retired)
Thanks for the reply Lukasz_S!
DanMor, you may also want to take a look at other SmartBear products - TestComplete and CrossBrowserTesting. They allow creating automation tests and running them on different browser versions
- DanMorNew Contributor
I mean the problem is with the system browser engine and using Cordova app engine over it with a WebView. Do you mean by running that operation we can change the version of system browser in WebView?
Related Content
- 3 years ago
Recent Discussions
- 11 days ago
- 11 days ago