Jari Heikkilä

Results 4 comments of Jari Heikkilä

I have tested that the following works for iOS but not for Android: `const multipleMatchedElements = await element(by.text('Multiple')).getAttributes();` (=clip from Detox documentation https://wix.github.io/Detox/docs/api/actions-on-element#getattributes. And Btw the documentation does not say...

@d4vidi I have similar problems than described in https://github.com/wix/Detox/issues/3071 with android-31, android-32 and android-33 (android-30 works fine). Detox version is 19.7.1. In #3071 it is mentioned "If the emulator is...

@d4vidi @mikehardy I was able to use work around for using Android API 31 and above with Detox. So making emulator running before Detox as described in #3071 (see my...

Hoping this issue will be solved soon, I've been waiting for this since April. I have several Detox tests that are currently "iOS only" because of this issue. Thank you...