Android with internal browser on Chrome ver.76
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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... ) 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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
