Upgrade Patrol to 4.5.0 (#4446)

This commit is contained in:
Dat Dang
2026-04-17 20:50:22 +07:00
committed by GitHub
parent 77e2381ca9
commit e3dfadce34
15 changed files with 45 additions and 31 deletions
+2
View File
@@ -6,4 +6,6 @@ abstract class CoreRobot {
CoreRobot(this.$);
dynamic ignoreException() => $.tester.takeException();
MobileAutomator get native => $.platformAutomator.mobile;
}