EDIT: For anyone else having this issue, I had a response from browserstack. Add this to your appium capabilities:
“appium:disableSuppressAccessibilityService”: false,
Hi all, this might be a bit of a niche question but has anyone else ran into issues recently on your android runs on physical devices where appium slows down to a halt, and it takes 15 seconds plus to send through any commands?
Our current setup is as follows:
Webdriver.io with Appium
uiAutomator2
Running tests on Browserstack app automate
I’ve spent today going through our changes and it seems we did a minor bump to a library we use on our android app was causing the issue: GitHub - coil-kt/coil: Image loading for Android and Compose Multiplatform.
After downgrading this back to the old version it fixed things.
The issue was only happening when we ran the tests against physical devices on browserstack. I’m trying to chase them up to get a stack trace or any info about whats going on on their end before reporting a potential issue to coil. While I’m waiting for this info I’m just curious if anyone else has ran into similar issues recently?