Oskar Zając
Oskar Zając
Hi @Tawheedwahid Can you try to provide some more details? Patrol logs, adb logs would be useful. I am using Patrol to test webview without issues so the problem must...
Hi @DmytroChuchmaiBarges, thanks for the report. We will investigate that
Hi @Shpaner Could you also add logs from `adb logcat`?
@Shpaner Could you resend the logcat by running `adb logcat` and then running the test in another console? Sorry for not specifying that right away.
I don't quite see any Patrol related logs. Please try: 1. run `adb logcat -T 1 > adblog.txt` in first terminal 2. run `patrol test -t integration_test/example_test.dart` in second terminal...
Unfortunately still no Patrol logs are visible. We will take a look at this on our end
Hello @dannmf Unfortunately without [additional information](https://stackoverflow.com/help/minimal-reproducible-example) we can't check if the problem is caused by Patrol framework of somehow faulty Patrol setup / your application. If you can't provide it...
Hello @gair-mddv, thank you taking time to report this bug, I added it to the task list.
Hi @duchv-selex ~Could you provide some more details? I've just rechecked this test from example app https://github.com/leancodepl/patrol/blob/master/packages/patrol/example/integration_test/main_test.dart#L51 on both iOS and Android simulators with Polish language set up (popups were...
@duchv-selex Actually, I was wrong, sorry for that. What I described above works on Android. If you try to use those native commands (`isPermissionDialogVisible ` etc.) on iOS, they will...