-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find or interact with any elements on Android #163
Comments
Hi @PaperbagWriter, can you post your owl config? I'm guessing you're building the Android debug Not sure what is wrong with the debug |
I am experiencing the same thing on my mature app. Except takeScreenshot, other apis are timing out the tests. |
Same here, it seems press can't find those elements on the screen. Any ideas to give a try? |
In case it can help someone, we noticed this was an issue in our monorepo setup, due to how the client/index.app.ts is implemented. We managed to make it work via pnpm setting |
I ran your example app with no problem on Android.
On the other end our mature app does not work as expected.
takeScreenshot
works as expected but every interacting API method does nothing and hangs.toExist
andpress
do not find element. I'm 100% certain I have the right testID. We also have e2e tests with appium having no issues finding those elements by test ids.We are on "react-native": "0.71.8"
Is there something I'm missing?
The text was updated successfully, but these errors were encountered: