Eugene Zhernakov
Eugene Zhernakov
Bump - also facing same issue as @micahdasMA: ``` const attributes = await element(by.id('message')).getAttributes() jestExpect(attributes.text).toContain(message) ``` results in error: ``` Property 'text' does not exist on type 'IosElementAttributes | AndroidElementAttributes...
On RN `0.71.3`, Detox `20.12.0`, Node `v20.8.1` I am also seeing this on a `.tap()`, on a debug build: ``` java.lang.NoSuchMethodException: No such accessible method: perform() on class: com.wix.detox.espresso.EspressoDetox at...
Managed to get it to work. I updated my Kotlin version in `build.gradle` as per https://wix.github.io/Detox/docs/introduction/project-setup to 1.9.0 to match my system and rebuilt the app with `detox build --configuration...
Not during build process, but when running `detox test --configuration android.emu.debug` Might be worth doing as `0.70.x` and `0.71.x` are mentioned on the docs as the officially supported versions.