Forum Discussion

DanMor's avatar
DanMor
New Contributor
4 years ago

Android with internal browser on Chrome ver.76

Hey guys. Do we have the android device within all with internal browser on Chrome ver.76 engine ?

e.g. with similar user-agent?

(Linux; Android 5.0.2; SM-G530M Build/LRX22G) Chrome/76.0.3809.132

We have an annoying bug there, and would be nice to have such device to test

3 Replies

  • 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.

      • DanMor's avatar
        DanMor
        New 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?