@stripe/stripe-react-native 0.51.0 → 0.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (879) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/android/src/main/java/com/reactnativestripesdk/CollectBankAccountLauncherFragment.kt +1 -1
  3. package/android/src/main/java/com/reactnativestripesdk/EmbeddedPaymentElementView.kt +7 -7
  4. package/android/src/main/java/com/reactnativestripesdk/EventEmitterCompat.kt +86 -0
  5. package/android/src/main/java/com/reactnativestripesdk/FinancialConnectionsSheetFragment.kt +1 -1
  6. package/android/src/main/java/com/reactnativestripesdk/PaymentSheetFragment.kt +4 -3
  7. package/android/src/main/java/com/reactnativestripesdk/StripeSdkModule.kt +10 -0
  8. package/android/src/main/java/com/reactnativestripesdk/customersheet/ReactNativeCustomerAdapter.kt +6 -6
  9. package/android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt +2 -0
  10. package/android/src/oldarch/java/com/reactnativestripesdk/NativeStripeSdkModuleSpec.java +8 -0
  11. package/ios/Mappers.swift +5 -2
  12. package/ios/OldArch/StripeSdkEventEmitterCompat.h +0 -3
  13. package/ios/OldArch/StripeSdkEventEmitterCompat.m +0 -4
  14. package/ios/StripeSdk.h +6 -2
  15. package/ios/StripeSdkImpl.swift +2 -2
  16. package/lib/commonjs/components/AddToWalletButton.js +1 -1
  17. package/lib/commonjs/components/AddToWalletButton.js.map +1 -1
  18. package/lib/commonjs/components/AddressSheet.js +1 -1
  19. package/lib/commonjs/components/AddressSheet.js.map +1 -1
  20. package/lib/commonjs/components/AuBECSDebitForm.js +1 -1
  21. package/lib/commonjs/components/AuBECSDebitForm.js.map +1 -1
  22. package/lib/commonjs/components/CardField.js +1 -1
  23. package/lib/commonjs/components/CardField.js.map +1 -1
  24. package/lib/commonjs/components/CardForm.js +1 -1
  25. package/lib/commonjs/components/CardForm.js.map +1 -1
  26. package/lib/commonjs/components/PlatformPayButton.js +1 -1
  27. package/lib/commonjs/components/PlatformPayButton.js.map +1 -1
  28. package/lib/commonjs/components/StripeContainer.js +1 -1
  29. package/lib/commonjs/components/StripeContainer.js.map +1 -1
  30. package/lib/commonjs/events.js +1 -1
  31. package/lib/commonjs/events.js.map +1 -1
  32. package/lib/commonjs/functions.js +1 -1
  33. package/lib/commonjs/functions.js.map +1 -1
  34. package/lib/commonjs/specs/NativeStripeSdkModule.js.map +1 -1
  35. package/lib/commonjs/types/EmbeddedPaymentElement.js +1 -1
  36. package/lib/commonjs/types/EmbeddedPaymentElement.js.map +1 -1
  37. package/lib/module/components/AddToWalletButton.js +1 -1
  38. package/lib/module/components/AddToWalletButton.js.map +1 -1
  39. package/lib/module/components/AddressSheet.js +1 -1
  40. package/lib/module/components/AddressSheet.js.map +1 -1
  41. package/lib/module/components/AuBECSDebitForm.js +1 -1
  42. package/lib/module/components/AuBECSDebitForm.js.map +1 -1
  43. package/lib/module/components/CardField.js +1 -1
  44. package/lib/module/components/CardField.js.map +1 -1
  45. package/lib/module/components/CardForm.js +1 -1
  46. package/lib/module/components/CardForm.js.map +1 -1
  47. package/lib/module/components/PlatformPayButton.js +1 -1
  48. package/lib/module/components/PlatformPayButton.js.map +1 -1
  49. package/lib/module/components/StripeContainer.js +1 -1
  50. package/lib/module/components/StripeContainer.js.map +1 -1
  51. package/lib/module/events.js +1 -1
  52. package/lib/module/events.js.map +1 -1
  53. package/lib/module/functions.js +1 -1
  54. package/lib/module/functions.js.map +1 -1
  55. package/lib/module/specs/NativeStripeSdkModule.js.map +1 -1
  56. package/lib/module/types/EmbeddedPaymentElement.js +1 -1
  57. package/lib/module/types/EmbeddedPaymentElement.js.map +1 -1
  58. package/lib/typescript/src/events.d.ts +32 -3
  59. package/lib/typescript/src/events.d.ts.map +1 -1
  60. package/lib/typescript/src/functions.d.ts.map +1 -1
  61. package/lib/typescript/src/specs/NativeStripeSdkModule.d.ts +3 -27
  62. package/lib/typescript/src/specs/NativeStripeSdkModule.d.ts.map +1 -1
  63. package/lib/typescript/src/types/index.d.ts +1 -0
  64. package/lib/typescript/src/types/index.d.ts.map +1 -1
  65. package/package.json +4 -9
  66. package/src/events.ts +44 -29
  67. package/src/functions.ts +2 -1
  68. package/src/specs/NativeStripeSdkModule.ts +3 -34
  69. package/src/types/index.ts +1 -0
  70. package/stripe-react-native.podspec +1 -1
  71. package/.claude/settings.local.json +0 -21
  72. package/.idea/codeStyles/Project.xml +0 -126
  73. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  74. package/.idea/misc.xml +0 -838
  75. package/.idea/modules.xml +0 -8
  76. package/.idea/stripe-react-native.iml +0 -9
  77. package/.idea/vcs.xml +0 -6
  78. package/android/.gradle/8.11.1/checksums/checksums.lock +0 -0
  79. package/android/.gradle/8.11.1/checksums/md5-checksums.bin +0 -0
  80. package/android/.gradle/8.11.1/checksums/sha1-checksums.bin +0 -0
  81. package/android/.gradle/8.11.1/executionHistory/executionHistory.lock +0 -0
  82. package/android/.gradle/8.11.1/fileChanges/last-build.bin +0 -0
  83. package/android/.gradle/8.11.1/fileHashes/fileHashes.lock +0 -0
  84. package/android/.gradle/8.11.1/gc.properties +0 -0
  85. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  86. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  87. package/android/.gradle/config.properties +0 -2
  88. package/android/.gradle/vcs-1/gc.properties +0 -0
  89. package/android/.idea/caches/deviceStreaming.xml +0 -835
  90. package/android/.idea/compiler.xml +0 -6
  91. package/android/.idea/gradle.xml +0 -19
  92. package/android/.idea/migrations.xml +0 -10
  93. package/android/.idea/misc.xml +0 -10
  94. package/android/.idea/runConfigurations.xml +0 -17
  95. package/android/.idea/vcs.xml +0 -6
  96. package/android/local.properties +0 -8
  97. package/e2e-artifacts/afterpay-clearpay/ai-(afterpay-clearpay).json +0 -4
  98. package/e2e-artifacts/afterpay-clearpay/ai-report-afterpay-clearpay.html +0 -76
  99. package/e2e-artifacts/afterpay-clearpay/commands-(afterpay-clearpay.yml).json +0 -218
  100. package/e2e-artifacts/afterpay-clearpay/maestro.log +0 -2203
  101. package/e2e-artifacts/afterpay-clearpay/screenshot-/342/235/214-1751932683444-(afterpay-clearpay.yml).png +0 -0
  102. package/e2e-artifacts/afterpay-clearpay/screenshot-/342/235/214-1751992816916-(afterpay-clearpay.yml).png +0 -0
  103. package/e2e-artifacts/afterpay-clearpay/screenshot-/342/235/214-1751992999846-(afterpay-clearpay.yml).png +0 -0
  104. package/e2e-artifacts/afterpay-clearpay-retry-1/ai-(afterpay-clearpay).json +0 -4
  105. package/e2e-artifacts/afterpay-clearpay-retry-1/ai-report-afterpay-clearpay.html +0 -76
  106. package/e2e-artifacts/afterpay-clearpay-retry-1/commands-(afterpay-clearpay.yml).json +0 -197
  107. package/e2e-artifacts/afterpay-clearpay-retry-1/maestro.log +0 -174
  108. package/e2e-artifacts/afterpay-clearpay-retry-1/screenshot-/342/235/214-1751932748917-(afterpay-clearpay.yml).png +0 -0
  109. package/e2e-artifacts/afterpay-clearpay-retry-1/screenshot-/342/235/214-1751992855856-(afterpay-clearpay.yml).png +0 -0
  110. package/e2e-artifacts/afterpay-clearpay-retry-1/screenshot-/342/235/214-1751993038742-(afterpay-clearpay.yml).png +0 -0
  111. package/e2e-artifacts/afterpay-clearpay-retry-2/ai-(afterpay-clearpay).json +0 -4
  112. package/e2e-artifacts/afterpay-clearpay-retry-2/ai-report-afterpay-clearpay.html +0 -76
  113. package/e2e-artifacts/afterpay-clearpay-retry-2/commands-(afterpay-clearpay.yml).json +0 -895
  114. package/e2e-artifacts/afterpay-clearpay-retry-2/maestro.log +0 -27
  115. package/e2e-artifacts/afterpay-clearpay-retry-2/screenshot-/342/235/214-1751932906289-(afterpay-clearpay.yml).png +0 -0
  116. package/e2e-artifacts/alipay/ai-(alipay).json +0 -4
  117. package/e2e-artifacts/alipay/ai-report-alipay.html +0 -76
  118. package/e2e-artifacts/alipay/commands-(alipay.yml).json +0 -213
  119. package/e2e-artifacts/alipay/maestro.log +0 -1894
  120. package/e2e-artifacts/alipay/screenshot-/342/235/214-1751932943893-(alipay.yml).png +0 -0
  121. package/e2e-artifacts/alipay-retry-1/ai-(alipay).json +0 -4
  122. package/e2e-artifacts/alipay-retry-1/ai-report-alipay.html +0 -76
  123. package/e2e-artifacts/alipay-retry-1/commands-(alipay.yml).json +0 -895
  124. package/e2e-artifacts/alipay-retry-1/maestro.log +0 -27
  125. package/e2e-artifacts/alipay-retry-1/screenshot-/342/235/214-1751933009773-(alipay.yml).png +0 -0
  126. package/e2e-artifacts/bancontact-payment/ai-(bancontact-payment).json +0 -4
  127. package/e2e-artifacts/bancontact-payment/ai-report-bancontact-payment.html +0 -76
  128. package/e2e-artifacts/bancontact-payment/commands-(bancontact-payment.yml).json +0 -213
  129. package/e2e-artifacts/bancontact-payment/maestro.log +0 -913
  130. package/e2e-artifacts/bancontact-setup/ai-(bancontact-setup).json +0 -4
  131. package/e2e-artifacts/bancontact-setup/ai-report-bancontact-setup.html +0 -76
  132. package/e2e-artifacts/bancontact-setup/commands-(bancontact-setup.yml).json +0 -213
  133. package/e2e-artifacts/bancontact-setup/maestro.log +0 -913
  134. package/e2e-artifacts/becs-payment/ai-(becs-payment).json +0 -4
  135. package/e2e-artifacts/becs-payment/ai-report-becs-payment.html +0 -76
  136. package/e2e-artifacts/becs-payment/commands-(becs-payment.yml).json +0 -319
  137. package/e2e-artifacts/becs-payment/maestro.log +0 -2556
  138. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752191589279-(becs-payment.yml).png +0 -0
  139. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752192047648-(becs-payment.yml).png +0 -0
  140. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752192059123-(becs-payment.yml).png +0 -0
  141. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752267774930-(becs-payment.yml).png +0 -0
  142. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752267786454-(becs-payment.yml).png +0 -0
  143. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752289149231-(becs-payment.yml).png +0 -0
  144. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752289160062-(becs-payment.yml).png +0 -0
  145. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752295793578-(becs-payment.yml).png +0 -0
  146. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752295805087-(becs-payment.yml).png +0 -0
  147. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752298269308-(becs-payment.yml).png +0 -0
  148. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752298281188-(becs-payment.yml).png +0 -0
  149. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752342548823-(becs-payment.yml).png +0 -0
  150. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752342559509-(becs-payment.yml).png +0 -0
  151. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752535766448-(becs-payment.yml).png +0 -0
  152. package/e2e-artifacts/becs-payment/screenshot-/342/232/240/357/270/217-1752535778130-(becs-payment.yml).png +0 -0
  153. package/e2e-artifacts/becs-payment/screenshot-/342/235/214-1752008141102-(becs-payment.yml).png +0 -0
  154. package/e2e-artifacts/becs-payment/screenshot-/342/235/214-1752267819705-(becs-payment.yml).png +0 -0
  155. package/e2e-artifacts/becs-payment/screenshot-/342/235/214-1752289193341-(becs-payment.yml).png +0 -0
  156. package/e2e-artifacts/becs-payment/screenshot-/342/235/214-1752342592173-(becs-payment.yml).png +0 -0
  157. package/e2e-artifacts/becs-payment-retry-1/ai-(becs-payment).json +0 -4
  158. package/e2e-artifacts/becs-payment-retry-1/ai-report-becs-payment.html +0 -76
  159. package/e2e-artifacts/becs-payment-retry-1/commands-(becs-payment.yml).json +0 -1788
  160. package/e2e-artifacts/becs-payment-retry-1/maestro.log +0 -610
  161. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/232/240/357/270/217-1752267893617-(becs-payment.yml).png +0 -0
  162. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/232/240/357/270/217-1752267905656-(becs-payment.yml).png +0 -0
  163. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/232/240/357/270/217-1752289249541-(becs-payment.yml).png +0 -0
  164. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/232/240/357/270/217-1752289260302-(becs-payment.yml).png +0 -0
  165. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/232/240/357/270/217-1752342647004-(becs-payment.yml).png +0 -0
  166. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/232/240/357/270/217-1752342657723-(becs-payment.yml).png +0 -0
  167. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/235/214-1752008239968-(becs-payment.yml).png +0 -0
  168. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/235/214-1752267940717-(becs-payment.yml).png +0 -0
  169. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/235/214-1752289292735-(becs-payment.yml).png +0 -0
  170. package/e2e-artifacts/becs-payment-retry-1/screenshot-/342/235/214-1752342689855-(becs-payment.yml).png +0 -0
  171. package/e2e-artifacts/becs-payment-retry-2/ai-(becs-payment).json +0 -4
  172. package/e2e-artifacts/becs-payment-retry-2/ai-report-becs-payment.html +0 -76
  173. package/e2e-artifacts/becs-payment-retry-2/commands-(becs-payment.yml).json +0 -1788
  174. package/e2e-artifacts/becs-payment-retry-2/maestro.log +0 -615
  175. package/e2e-artifacts/becs-payment-retry-2/screenshot-/342/232/240/357/270/217-1752268096065-(becs-payment.yml).png +0 -0
  176. package/e2e-artifacts/becs-payment-retry-2/screenshot-/342/232/240/357/270/217-1752268106829-(becs-payment.yml).png +0 -0
  177. package/e2e-artifacts/becs-payment-retry-2/screenshot-/342/232/240/357/270/217-1752289439137-(becs-payment.yml).png +0 -0
  178. package/e2e-artifacts/becs-payment-retry-2/screenshot-/342/232/240/357/270/217-1752289449816-(becs-payment.yml).png +0 -0
  179. package/e2e-artifacts/becs-payment-retry-2/screenshot-/342/232/240/357/270/217-1752342847864-(becs-payment.yml).png +0 -0
  180. package/e2e-artifacts/becs-payment-retry-2/screenshot-/342/232/240/357/270/217-1752342859457-(becs-payment.yml).png +0 -0
  181. package/e2e-artifacts/becs-payment-retry-2/screenshot-/342/235/214-1752008431186-(becs-payment.yml).png +0 -0
  182. package/e2e-artifacts/becs-payment-retry-2/screenshot-/342/235/214-1752268139494-(becs-payment.yml).png +0 -0
  183. package/e2e-artifacts/becs-payment-retry-2/screenshot-/342/235/214-1752342893182-(becs-payment.yml).png +0 -0
  184. package/e2e-artifacts/becs-setup/ai-(becs-setup).json +0 -4
  185. package/e2e-artifacts/becs-setup/ai-report-becs-setup.html +0 -76
  186. package/e2e-artifacts/becs-setup/commands-(becs-setup.yml).json +0 -319
  187. package/e2e-artifacts/becs-setup/maestro.log +0 -2387
  188. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752191629555-(becs-setup.yml).png +0 -0
  189. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752192103457-(becs-setup.yml).png +0 -0
  190. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752192114728-(becs-setup.yml).png +0 -0
  191. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752268164621-(becs-setup.yml).png +0 -0
  192. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752268175332-(becs-setup.yml).png +0 -0
  193. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752289492222-(becs-setup.yml).png +0 -0
  194. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752289502891-(becs-setup.yml).png +0 -0
  195. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752295847246-(becs-setup.yml).png +0 -0
  196. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752295858049-(becs-setup.yml).png +0 -0
  197. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752298340721-(becs-setup.yml).png +0 -0
  198. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752298352698-(becs-setup.yml).png +0 -0
  199. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752342931653-(becs-setup.yml).png +0 -0
  200. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752342943156-(becs-setup.yml).png +0 -0
  201. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752535821555-(becs-setup.yml).png +0 -0
  202. package/e2e-artifacts/becs-setup/screenshot-/342/232/240/357/270/217-1752535832830-(becs-setup.yml).png +0 -0
  203. package/e2e-artifacts/becs-setup/screenshot-/342/235/214-1752008503037-(becs-setup.yml).png +0 -0
  204. package/e2e-artifacts/becs-setup/screenshot-/342/235/214-1752268207066-(becs-setup.yml).png +0 -0
  205. package/e2e-artifacts/becs-setup/screenshot-/342/235/214-1752342978467-(becs-setup.yml).png +0 -0
  206. package/e2e-artifacts/becs-setup-retry-1/ai-(becs-setup).json +0 -4
  207. package/e2e-artifacts/becs-setup-retry-1/ai-report-becs-setup.html +0 -76
  208. package/e2e-artifacts/becs-setup-retry-1/commands-(becs-setup.yml).json +0 -1788
  209. package/e2e-artifacts/becs-setup-retry-1/maestro.log +0 -453
  210. package/e2e-artifacts/becs-setup-retry-1/screenshot-/342/232/240/357/270/217-1752268263289-(becs-setup.yml).png +0 -0
  211. package/e2e-artifacts/becs-setup-retry-1/screenshot-/342/232/240/357/270/217-1752268274202-(becs-setup.yml).png +0 -0
  212. package/e2e-artifacts/becs-setup-retry-1/screenshot-/342/232/240/357/270/217-1752343045539-(becs-setup.yml).png +0 -0
  213. package/e2e-artifacts/becs-setup-retry-1/screenshot-/342/232/240/357/270/217-1752343057228-(becs-setup.yml).png +0 -0
  214. package/e2e-artifacts/becs-setup-retry-1/screenshot-/342/235/214-1752008602080-(becs-setup.yml).png +0 -0
  215. package/e2e-artifacts/becs-setup-retry-1/screenshot-/342/235/214-1752268306872-(becs-setup.yml).png +0 -0
  216. package/e2e-artifacts/becs-setup-retry-1/screenshot-/342/235/214-1752343091926-(becs-setup.yml).png +0 -0
  217. package/e2e-artifacts/becs-setup-retry-2/ai-(becs-setup).json +0 -4
  218. package/e2e-artifacts/becs-setup-retry-2/ai-report-becs-setup.html +0 -76
  219. package/e2e-artifacts/becs-setup-retry-2/commands-(becs-setup.yml).json +0 -1788
  220. package/e2e-artifacts/becs-setup-retry-2/maestro.log +0 -443
  221. package/e2e-artifacts/becs-setup-retry-2/screenshot-/342/232/240/357/270/217-1752268453388-(becs-setup.yml).png +0 -0
  222. package/e2e-artifacts/becs-setup-retry-2/screenshot-/342/232/240/357/270/217-1752268464337-(becs-setup.yml).png +0 -0
  223. package/e2e-artifacts/becs-setup-retry-2/screenshot-/342/232/240/357/270/217-1752343248140-(becs-setup.yml).png +0 -0
  224. package/e2e-artifacts/becs-setup-retry-2/screenshot-/342/232/240/357/270/217-1752343259649-(becs-setup.yml).png +0 -0
  225. package/e2e-artifacts/becs-setup-retry-2/screenshot-/342/235/214-1752008791651-(becs-setup.yml).png +0 -0
  226. package/e2e-artifacts/becs-setup-retry-2/screenshot-/342/235/214-1752343293977-(becs-setup.yml).png +0 -0
  227. package/e2e-artifacts/cardfield-basic/ai-(cardfield-basic).json +0 -4
  228. package/e2e-artifacts/cardfield-basic/ai-report-cardfield-basic.html +0 -76
  229. package/e2e-artifacts/cardfield-basic/commands-(cardfield-basic.yml).json +0 -4278
  230. package/e2e-artifacts/cardfield-basic/maestro.log +0 -851
  231. package/e2e-artifacts/cardfield-basic/screenshot-/342/235/214-1752006899348-(cardfield-basic.yml).png +0 -0
  232. package/e2e-artifacts/cardfield-basic/screenshot-/342/235/214-1752108482034-(cardfield-basic.yml).png +0 -0
  233. package/e2e-artifacts/cardfield-basic/screenshot-/342/235/214-1752536624593-(cardfield-basic.yml).png +0 -0
  234. package/e2e-artifacts/cardfield-basic-retry-1/ai-(cardfield-basic).json +0 -4
  235. package/e2e-artifacts/cardfield-basic-retry-1/ai-report-cardfield-basic.html +0 -76
  236. package/e2e-artifacts/cardfield-basic-retry-1/commands-(cardfield-basic.yml).json +0 -4530
  237. package/e2e-artifacts/cardfield-basic-retry-1/maestro.log +0 -214
  238. package/e2e-artifacts/cardfield-basic-retry-1/screenshot-/342/235/214-1752006951817-(cardfield-basic.yml).png +0 -0
  239. package/e2e-artifacts/cardfield-basic-retry-1/screenshot-/342/235/214-1752108538577-(cardfield-basic.yml).png +0 -0
  240. package/e2e-artifacts/cardfield-basic-retry-1/screenshot-/342/235/214-1752536700901-(cardfield-basic.yml).png +0 -0
  241. package/e2e-artifacts/cardfield-basic-retry-2/ai-(cardfield-basic).json +0 -4
  242. package/e2e-artifacts/cardfield-basic-retry-2/ai-report-cardfield-basic.html +0 -76
  243. package/e2e-artifacts/cardfield-basic-retry-2/commands-(cardfield-basic.yml).json +0 -4530
  244. package/e2e-artifacts/cardfield-basic-retry-2/maestro.log +0 -205
  245. package/e2e-artifacts/cardfield-basic-retry-2/screenshot-/342/235/214-1752536867811-(cardfield-basic.yml).png +0 -0
  246. package/e2e-artifacts/cardform-basic/ai-(cardform-basic).json +0 -4
  247. package/e2e-artifacts/cardform-basic/ai-report-cardform-basic.html +0 -76
  248. package/e2e-artifacts/cardform-basic/commands-(cardform-basic.yml).json +0 -260
  249. package/e2e-artifacts/cardform-basic/maestro.log +0 -1086
  250. package/e2e-artifacts/create-tokens/ai-(create-tokens).json +0 -4
  251. package/e2e-artifacts/create-tokens/ai-report-create-tokens.html +0 -76
  252. package/e2e-artifacts/create-tokens/commands-(create-tokens.yml).json +0 -323
  253. package/e2e-artifacts/create-tokens/maestro.log +0 -1083
  254. package/e2e-artifacts/create-tokens/screenshot-/342/235/214-1752007162488-(create-tokens.yml).png +0 -0
  255. package/e2e-artifacts/create-tokens/screenshot-/342/235/214-1752009333893-(create-tokens.yml).png +0 -0
  256. package/e2e-artifacts/create-tokens/screenshot-/342/235/214-1752289980749-(create-tokens.yml).png +0 -0
  257. package/e2e-artifacts/create-tokens/screenshot-/342/235/214-1752344369354-(create-tokens.yml).png +0 -0
  258. package/e2e-artifacts/create-tokens-retry-1/ai-(create-tokens).json +0 -4
  259. package/e2e-artifacts/create-tokens-retry-1/ai-report-create-tokens.html +0 -76
  260. package/e2e-artifacts/create-tokens-retry-1/commands-(create-tokens.yml).json +0 -1686
  261. package/e2e-artifacts/create-tokens-retry-1/maestro.log +0 -352
  262. package/e2e-artifacts/create-tokens-retry-1/screenshot-/342/235/214-1752007236765-(create-tokens.yml).png +0 -0
  263. package/e2e-artifacts/create-tokens-retry-1/screenshot-/342/235/214-1752009405283-(create-tokens.yml).png +0 -0
  264. package/e2e-artifacts/create-tokens-retry-1/screenshot-/342/235/214-1752290080672-(create-tokens.yml).png +0 -0
  265. package/e2e-artifacts/create-tokens-retry-1/screenshot-/342/235/214-1752344443581-(create-tokens.yml).png +0 -0
  266. package/e2e-artifacts/create-tokens-retry-2/ai-(create-tokens).json +0 -4
  267. package/e2e-artifacts/create-tokens-retry-2/ai-report-create-tokens.html +0 -76
  268. package/e2e-artifacts/create-tokens-retry-2/commands-(create-tokens.yml).json +0 -1686
  269. package/e2e-artifacts/create-tokens-retry-2/maestro.log +0 -347
  270. package/e2e-artifacts/create-tokens-retry-2/screenshot-/342/235/214-1752007398022-(create-tokens.yml).png +0 -0
  271. package/e2e-artifacts/create-tokens-retry-2/screenshot-/342/235/214-1752009567834-(create-tokens.yml).png +0 -0
  272. package/e2e-artifacts/create-tokens-retry-2/screenshot-/342/235/214-1752290264003-(create-tokens.yml).png +0 -0
  273. package/e2e-artifacts/create-tokens-retry-2/screenshot-/342/235/214-1752344607648-(create-tokens.yml).png +0 -0
  274. package/e2e-artifacts/customersheet/ai-(customersheet).json +0 -4
  275. package/e2e-artifacts/customersheet/ai-report-customersheet.html +0 -76
  276. package/e2e-artifacts/customersheet/commands-(customersheet.yml).json +0 -403
  277. package/e2e-artifacts/customersheet/maestro.log +0 -1469
  278. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752192655142-(customersheet.yml).png +0 -0
  279. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752290316490-(customersheet.yml).png +0 -0
  280. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752290326981-(customersheet.yml).png +0 -0
  281. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752296326908-(customersheet.yml).png +0 -0
  282. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752296338143-(customersheet.yml).png +0 -0
  283. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752299012146-(customersheet.yml).png +0 -0
  284. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752299023432-(customersheet.yml).png +0 -0
  285. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752344638361-(customersheet.yml).png +0 -0
  286. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752344648732-(customersheet.yml).png +0 -0
  287. package/e2e-artifacts/customersheet/screenshot-/342/232/240/357/270/217-1752536970554-(customersheet.yml).png +0 -0
  288. package/e2e-artifacts/customersheet/screenshot-/342/235/214-1752007431103-(customersheet.yml).png +0 -0
  289. package/e2e-artifacts/customersheet-retry-1/ai-(customersheet).json +0 -4
  290. package/e2e-artifacts/customersheet-retry-1/ai-report-customersheet.html +0 -76
  291. package/e2e-artifacts/customersheet-retry-1/commands-(customersheet.yml).json +0 -376
  292. package/e2e-artifacts/customersheet-retry-1/maestro.log +0 -154
  293. package/e2e-artifacts/embedded/ai-(embedded).json +0 -4
  294. package/e2e-artifacts/embedded/ai-report-embedded.html +0 -76
  295. package/e2e-artifacts/embedded/commands-(embedded.yml).json +0 -221
  296. package/e2e-artifacts/embedded/maestro.log +0 -1034
  297. package/e2e-artifacts/embedded/screenshot-/342/232/240/357/270/217-1752192779722-(embedded.yml).png +0 -0
  298. package/e2e-artifacts/embedded/screenshot-/342/232/240/357/270/217-1752192779907-(embedded.yml).png +0 -0
  299. package/e2e-artifacts/embedded/screenshot-/342/232/240/357/270/217-1752290510734-(embedded.yml).png +0 -0
  300. package/e2e-artifacts/embedded/screenshot-/342/232/240/357/270/217-1752290518280-(embedded.yml).png +0 -0
  301. package/e2e-artifacts/embedded/screenshot-/342/232/240/357/270/217-1752296505697-(embedded.yml).png +0 -0
  302. package/e2e-artifacts/embedded/screenshot-/342/232/240/357/270/217-1752296513223-(embedded.yml).png +0 -0
  303. package/e2e-artifacts/embedded/screenshot-/342/232/240/357/270/217-1752299191237-(embedded.yml).png +0 -0
  304. package/e2e-artifacts/embedded/screenshot-/342/232/240/357/270/217-1752299198660-(embedded.yml).png +0 -0
  305. package/e2e-artifacts/embedded-immediate-action/ai-(embedded-immediate-action).json +0 -4
  306. package/e2e-artifacts/embedded-immediate-action/ai-report-embedded-immediate-action.html +0 -76
  307. package/e2e-artifacts/embedded-immediate-action/commands-(embedded-immediate-action.yml).json +0 -257
  308. package/e2e-artifacts/embedded-immediate-action/maestro.log +0 -1270
  309. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/232/240/357/270/217-1752192724905-(embedded-immediate-action.yml).png +0 -0
  310. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/232/240/357/270/217-1752192725087-(embedded-immediate-action.yml).png +0 -0
  311. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/232/240/357/270/217-1752290422012-(embedded-immediate-action.yml).png +0 -0
  312. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/232/240/357/270/217-1752290429522-(embedded-immediate-action.yml).png +0 -0
  313. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/232/240/357/270/217-1752296423280-(embedded-immediate-action.yml).png +0 -0
  314. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/232/240/357/270/217-1752296430624-(embedded-immediate-action.yml).png +0 -0
  315. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/232/240/357/270/217-1752299110166-(embedded-immediate-action.yml).png +0 -0
  316. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/232/240/357/270/217-1752299117548-(embedded-immediate-action.yml).png +0 -0
  317. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/235/214-1752007704403-(embedded-immediate-action.yml).png +0 -0
  318. package/e2e-artifacts/embedded-immediate-action/screenshot-/342/235/214-1752009814336-(embedded-immediate-action.yml).png +0 -0
  319. package/e2e-artifacts/embedded-immediate-action-retry-1/ai-(embedded-immediate-action).json +0 -4
  320. package/e2e-artifacts/embedded-immediate-action-retry-1/ai-report-embedded-immediate-action.html +0 -76
  321. package/e2e-artifacts/embedded-immediate-action-retry-1/commands-(embedded-immediate-action.yml).json +0 -1934
  322. package/e2e-artifacts/embedded-immediate-action-retry-1/maestro.log +0 -236
  323. package/e2e-artifacts/embedded-immediate-action-retry-1/screenshot-/342/235/214-1752010026842-(embedded-immediate-action.yml).png +0 -0
  324. package/e2e-artifacts/embedded-immediate-action-retry-2/ai-(embedded-immediate-action).json +0 -4
  325. package/e2e-artifacts/embedded-immediate-action-retry-2/ai-report-embedded-immediate-action.html +0 -76
  326. package/e2e-artifacts/embedded-immediate-action-retry-2/commands-(embedded-immediate-action.yml).json +0 -1934
  327. package/e2e-artifacts/embedded-immediate-action-retry-2/maestro.log +0 -90
  328. package/e2e-artifacts/embedded-immediate-action-retry-2/screenshot-/342/235/214-1752010329350-(embedded-immediate-action.yml).png +0 -0
  329. package/e2e-artifacts/embedded-rn-compose/ai-(embedded-rn-compose).json +0 -4
  330. package/e2e-artifacts/embedded-rn-compose/ai-report-embedded-rn-compose.html +0 -76
  331. package/e2e-artifacts/embedded-rn-compose/commands-(embedded-rn-compose.yml).json +0 -205
  332. package/e2e-artifacts/embedded-rn-compose/maestro.log +0 -1865
  333. package/e2e-artifacts/embedded-rn-compose/screenshot-/342/235/214-1752191678608-(embedded-rn-compose.yml).png +0 -0
  334. package/e2e-artifacts/embedded-rn-compose-retry-1/ai-(embedded-rn-compose).json +0 -4
  335. package/e2e-artifacts/embedded-rn-compose-retry-1/ai-report-embedded-rn-compose.html +0 -76
  336. package/e2e-artifacts/embedded-rn-compose-retry-1/commands-(embedded-rn-compose.yml).json +0 -1184
  337. package/e2e-artifacts/embedded-rn-compose-retry-1/maestro.log +0 -955
  338. package/e2e-artifacts/embedded-rn-compose-retry-1/screenshot-/342/235/214-1752191739530-(embedded-rn-compose.yml).png +0 -0
  339. package/e2e-artifacts/eps/ai-(eps).json +0 -4
  340. package/e2e-artifacts/eps/ai-report-eps.html +0 -76
  341. package/e2e-artifacts/eps/commands-(eps.yml).json +0 -213
  342. package/e2e-artifacts/eps/maestro.log +0 -835
  343. package/e2e-artifacts/eps-fail/ai-(eps-fail).json +0 -4
  344. package/e2e-artifacts/eps-fail/ai-report-eps-fail.html +0 -76
  345. package/e2e-artifacts/eps-fail/commands-(eps-fail.yml).json +0 -1737
  346. package/e2e-artifacts/eps-fail/maestro.log +0 -788
  347. package/e2e-artifacts/eps-fail/screenshot-/342/235/214-1752537098375-(eps-fail.yml).png +0 -0
  348. package/e2e-artifacts/eps-fail-retry-1/ai-(eps-fail).json +0 -4
  349. package/e2e-artifacts/eps-fail-retry-1/ai-report-eps-fail.html +0 -76
  350. package/e2e-artifacts/eps-fail-retry-1/commands-(eps-fail.yml).json +0 -213
  351. package/e2e-artifacts/eps-fail-retry-1/maestro.log +0 -105
  352. package/e2e-artifacts/finalize-on-server/ai-(finalize-on-server).json +0 -4
  353. package/e2e-artifacts/finalize-on-server/ai-report-finalize-on-server.html +0 -76
  354. package/e2e-artifacts/finalize-on-server/commands-(finalize-on-server.yml).json +0 -184
  355. package/e2e-artifacts/finalize-on-server/maestro.log +0 -802
  356. package/e2e-artifacts/financial-connections-session/ai-(financial-connections-session).json +0 -4
  357. package/e2e-artifacts/financial-connections-session/ai-report-financial-connections-session.html +0 -76
  358. package/e2e-artifacts/financial-connections-session/commands-(financial-connections-session.yml).json +0 -1416
  359. package/e2e-artifacts/financial-connections-session/maestro.log +0 -1506
  360. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192188210-(financial-connections-session.yml).png +0 -0
  361. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192198610-(financial-connections-session.yml).png +0 -0
  362. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192223007-(financial-connections-session.yml).png +0 -0
  363. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192223207-(financial-connections-session.yml).png +0 -0
  364. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192223489-(financial-connections-session.yml).png +0 -0
  365. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192223672-(financial-connections-session.yml).png +0 -0
  366. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192223907-(financial-connections-session.yml).png +0 -0
  367. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192224140-(financial-connections-session.yml).png +0 -0
  368. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192245127-(financial-connections-session.yml).png +0 -0
  369. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752192245207-(financial-connections-session.yml).png +0 -0
  370. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752289577158-(financial-connections-session.yml).png +0 -0
  371. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752289577283-(financial-connections-session.yml).png +0 -0
  372. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752289577462-(financial-connections-session.yml).png +0 -0
  373. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752289600602-(financial-connections-session.yml).png +0 -0
  374. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752289600793-(financial-connections-session.yml).png +0 -0
  375. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752289600974-(financial-connections-session.yml).png +0 -0
  376. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752289601109-(financial-connections-session.yml).png +0 -0
  377. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752295932948-(financial-connections-session.yml).png +0 -0
  378. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752295933191-(financial-connections-session.yml).png +0 -0
  379. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752295933384-(financial-connections-session.yml).png +0 -0
  380. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752295956642-(financial-connections-session.yml).png +0 -0
  381. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752295956832-(financial-connections-session.yml).png +0 -0
  382. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752295957032-(financial-connections-session.yml).png +0 -0
  383. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752295957160-(financial-connections-session.yml).png +0 -0
  384. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752298453924-(financial-connections-session.yml).png +0 -0
  385. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752298454168-(financial-connections-session.yml).png +0 -0
  386. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752298454389-(financial-connections-session.yml).png +0 -0
  387. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752298477150-(financial-connections-session.yml).png +0 -0
  388. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752298477378-(financial-connections-session.yml).png +0 -0
  389. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752298477622-(financial-connections-session.yml).png +0 -0
  390. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752298477945-(financial-connections-session.yml).png +0 -0
  391. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752343371270-(financial-connections-session.yml).png +0 -0
  392. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752343371955-(financial-connections-session.yml).png +0 -0
  393. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752343372844-(financial-connections-session.yml).png +0 -0
  394. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752535901388-(financial-connections-session.yml).png +0 -0
  395. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752535901599-(financial-connections-session.yml).png +0 -0
  396. package/e2e-artifacts/financial-connections-session/screenshot-/342/232/240/357/270/217-1752535901839-(financial-connections-session.yml).png +0 -0
  397. package/e2e-artifacts/financial-connections-session/screenshot-/342/235/214-1752268556007-(financial-connections-session.yml).png +0 -0
  398. package/e2e-artifacts/financial-connections-session/screenshot-/342/235/214-1752343381694-(financial-connections-session.yml).png +0 -0
  399. package/e2e-artifacts/financial-connections-session/screenshot-/342/235/214-1752535911667-(financial-connections-session.yml).png +0 -0
  400. package/e2e-artifacts/financial-connections-session-retry-1/ai-(financial-connections-session).json +0 -4
  401. package/e2e-artifacts/financial-connections-session-retry-1/ai-report-financial-connections-session.html +0 -76
  402. package/e2e-artifacts/financial-connections-session-retry-1/commands-(financial-connections-session.yml).json +0 -1543
  403. package/e2e-artifacts/financial-connections-session-retry-1/maestro.log +0 -256
  404. package/e2e-artifacts/financial-connections-session-retry-1/screenshot-/342/232/240/357/270/217-1752343454904-(financial-connections-session.yml).png +0 -0
  405. package/e2e-artifacts/financial-connections-session-retry-1/screenshot-/342/232/240/357/270/217-1752343455473-(financial-connections-session.yml).png +0 -0
  406. package/e2e-artifacts/financial-connections-session-retry-1/screenshot-/342/232/240/357/270/217-1752343456133-(financial-connections-session.yml).png +0 -0
  407. package/e2e-artifacts/financial-connections-session-retry-1/screenshot-/342/232/240/357/270/217-1752535971599-(financial-connections-session.yml).png +0 -0
  408. package/e2e-artifacts/financial-connections-session-retry-1/screenshot-/342/232/240/357/270/217-1752535972730-(financial-connections-session.yml).png +0 -0
  409. package/e2e-artifacts/financial-connections-session-retry-1/screenshot-/342/232/240/357/270/217-1752535972862-(financial-connections-session.yml).png +0 -0
  410. package/e2e-artifacts/financial-connections-session-retry-1/screenshot-/342/235/214-1752268634356-(financial-connections-session.yml).png +0 -0
  411. package/e2e-artifacts/financial-connections-session-retry-1/screenshot-/342/235/214-1752343464973-(financial-connections-session.yml).png +0 -0
  412. package/e2e-artifacts/financial-connections-session-retry-1/screenshot-/342/235/214-1752535981697-(financial-connections-session.yml).png +0 -0
  413. package/e2e-artifacts/financial-connections-session-retry-2/ai-(financial-connections-session).json +0 -4
  414. package/e2e-artifacts/financial-connections-session-retry-2/ai-report-financial-connections-session.html +0 -76
  415. package/e2e-artifacts/financial-connections-session-retry-2/commands-(financial-connections-session.yml).json +0 -1416
  416. package/e2e-artifacts/financial-connections-session-retry-2/maestro.log +0 -257
  417. package/e2e-artifacts/financial-connections-session-retry-2/screenshot-/342/232/240/357/270/217-1752343630491-(financial-connections-session.yml).png +0 -0
  418. package/e2e-artifacts/financial-connections-session-retry-2/screenshot-/342/232/240/357/270/217-1752343631157-(financial-connections-session.yml).png +0 -0
  419. package/e2e-artifacts/financial-connections-session-retry-2/screenshot-/342/232/240/357/270/217-1752343631749-(financial-connections-session.yml).png +0 -0
  420. package/e2e-artifacts/financial-connections-session-retry-2/screenshot-/342/232/240/357/270/217-1752536131257-(financial-connections-session.yml).png +0 -0
  421. package/e2e-artifacts/financial-connections-session-retry-2/screenshot-/342/232/240/357/270/217-1752536131540-(financial-connections-session.yml).png +0 -0
  422. package/e2e-artifacts/financial-connections-session-retry-2/screenshot-/342/232/240/357/270/217-1752536131860-(financial-connections-session.yml).png +0 -0
  423. package/e2e-artifacts/financial-connections-session-retry-2/screenshot-/342/235/214-1752268798701-(financial-connections-session.yml).png +0 -0
  424. package/e2e-artifacts/financial-connections-session-retry-2/screenshot-/342/235/214-1752343640487-(financial-connections-session.yml).png +0 -0
  425. package/e2e-artifacts/financial-connections-session-retry-2/screenshot-/342/235/214-1752536141307-(financial-connections-session.yml).png +0 -0
  426. package/e2e-artifacts/financial-connections-token/ai-(financial-connections-token).json +0 -4
  427. package/e2e-artifacts/financial-connections-token/ai-report-financial-connections-token.html +0 -76
  428. package/e2e-artifacts/financial-connections-token/commands-(financial-connections-token.yml).json +0 -1416
  429. package/e2e-artifacts/financial-connections-token/maestro.log +0 -1464
  430. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192277125-(financial-connections-token.yml).png +0 -0
  431. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192287025-(financial-connections-token.yml).png +0 -0
  432. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192310902-(financial-connections-token.yml).png +0 -0
  433. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192311110-(financial-connections-token.yml).png +0 -0
  434. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192311364-(financial-connections-token.yml).png +0 -0
  435. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192311571-(financial-connections-token.yml).png +0 -0
  436. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192311872-(financial-connections-token.yml).png +0 -0
  437. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192312050-(financial-connections-token.yml).png +0 -0
  438. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192333542-(financial-connections-token.yml).png +0 -0
  439. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752192333675-(financial-connections-token.yml).png +0 -0
  440. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752289638381-(financial-connections-token.yml).png +0 -0
  441. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752289638620-(financial-connections-token.yml).png +0 -0
  442. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752289638878-(financial-connections-token.yml).png +0 -0
  443. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752289662124-(financial-connections-token.yml).png +0 -0
  444. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752289662302-(financial-connections-token.yml).png +0 -0
  445. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752289662510-(financial-connections-token.yml).png +0 -0
  446. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752289662633-(financial-connections-token.yml).png +0 -0
  447. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752295994701-(financial-connections-token.yml).png +0 -0
  448. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752295994874-(financial-connections-token.yml).png +0 -0
  449. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752295995069-(financial-connections-token.yml).png +0 -0
  450. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752296017923-(financial-connections-token.yml).png +0 -0
  451. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752296018049-(financial-connections-token.yml).png +0 -0
  452. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752296018150-(financial-connections-token.yml).png +0 -0
  453. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752296018241-(financial-connections-token.yml).png +0 -0
  454. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752298538688-(financial-connections-token.yml).png +0 -0
  455. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752298539992-(financial-connections-token.yml).png +0 -0
  456. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752298540735-(financial-connections-token.yml).png +0 -0
  457. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752298568015-(financial-connections-token.yml).png +0 -0
  458. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752298568524-(financial-connections-token.yml).png +0 -0
  459. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752298569207-(financial-connections-token.yml).png +0 -0
  460. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752298569674-(financial-connections-token.yml).png +0 -0
  461. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752343686465-(financial-connections-token.yml).png +0 -0
  462. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752343687157-(financial-connections-token.yml).png +0 -0
  463. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752343687767-(financial-connections-token.yml).png +0 -0
  464. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752536170632-(financial-connections-token.yml).png +0 -0
  465. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752536170882-(financial-connections-token.yml).png +0 -0
  466. package/e2e-artifacts/financial-connections-token/screenshot-/342/232/240/357/270/217-1752536171074-(financial-connections-token.yml).png +0 -0
  467. package/e2e-artifacts/financial-connections-token/screenshot-/342/235/214-1752268848764-(financial-connections-token.yml).png +0 -0
  468. package/e2e-artifacts/financial-connections-token/screenshot-/342/235/214-1752343696653-(financial-connections-token.yml).png +0 -0
  469. package/e2e-artifacts/financial-connections-token/screenshot-/342/235/214-1752536180658-(financial-connections-token.yml).png +0 -0
  470. package/e2e-artifacts/financial-connections-token-retry-1/ai-(financial-connections-token).json +0 -4
  471. package/e2e-artifacts/financial-connections-token-retry-1/ai-report-financial-connections-token.html +0 -76
  472. package/e2e-artifacts/financial-connections-token-retry-1/commands-(financial-connections-token.yml).json +0 -1416
  473. package/e2e-artifacts/financial-connections-token-retry-1/maestro.log +0 -187
  474. package/e2e-artifacts/financial-connections-token-retry-1/screenshot-/342/232/240/357/270/217-1752343770584-(financial-connections-token.yml).png +0 -0
  475. package/e2e-artifacts/financial-connections-token-retry-1/screenshot-/342/232/240/357/270/217-1752343771255-(financial-connections-token.yml).png +0 -0
  476. package/e2e-artifacts/financial-connections-token-retry-1/screenshot-/342/232/240/357/270/217-1752343771927-(financial-connections-token.yml).png +0 -0
  477. package/e2e-artifacts/financial-connections-token-retry-1/screenshot-/342/232/240/357/270/217-1752536240139-(financial-connections-token.yml).png +0 -0
  478. package/e2e-artifacts/financial-connections-token-retry-1/screenshot-/342/232/240/357/270/217-1752536240335-(financial-connections-token.yml).png +0 -0
  479. package/e2e-artifacts/financial-connections-token-retry-1/screenshot-/342/232/240/357/270/217-1752536240479-(financial-connections-token.yml).png +0 -0
  480. package/e2e-artifacts/financial-connections-token-retry-1/screenshot-/342/235/214-1752343780663-(financial-connections-token.yml).png +0 -0
  481. package/e2e-artifacts/financial-connections-token-retry-1/screenshot-/342/235/214-1752536250257-(financial-connections-token.yml).png +0 -0
  482. package/e2e-artifacts/financial-connections-token-retry-2/ai-(financial-connections-token).json +0 -4
  483. package/e2e-artifacts/financial-connections-token-retry-2/ai-report-financial-connections-token.html +0 -76
  484. package/e2e-artifacts/financial-connections-token-retry-2/commands-(financial-connections-token.yml).json +0 -1416
  485. package/e2e-artifacts/financial-connections-token-retry-2/maestro.log +0 -187
  486. package/e2e-artifacts/financial-connections-token-retry-2/screenshot-/342/232/240/357/270/217-1752343945157-(financial-connections-token.yml).png +0 -0
  487. package/e2e-artifacts/financial-connections-token-retry-2/screenshot-/342/232/240/357/270/217-1752343945953-(financial-connections-token.yml).png +0 -0
  488. package/e2e-artifacts/financial-connections-token-retry-2/screenshot-/342/232/240/357/270/217-1752343946689-(financial-connections-token.yml).png +0 -0
  489. package/e2e-artifacts/financial-connections-token-retry-2/screenshot-/342/232/240/357/270/217-1752536403843-(financial-connections-token.yml).png +0 -0
  490. package/e2e-artifacts/financial-connections-token-retry-2/screenshot-/342/232/240/357/270/217-1752536404354-(financial-connections-token.yml).png +0 -0
  491. package/e2e-artifacts/financial-connections-token-retry-2/screenshot-/342/232/240/357/270/217-1752536404539-(financial-connections-token.yml).png +0 -0
  492. package/e2e-artifacts/financial-connections-token-retry-2/screenshot-/342/235/214-1752343955444-(financial-connections-token.yml).png +0 -0
  493. package/e2e-artifacts/financial-connections-token-retry-2/screenshot-/342/235/214-1752536413822-(financial-connections-token.yml).png +0 -0
  494. package/e2e-artifacts/future-payments/ai-(future-payments).json +0 -4
  495. package/e2e-artifacts/future-payments/ai-report-future-payments.html +0 -76
  496. package/e2e-artifacts/future-payments/commands-(future-payments.yml).json +0 -320
  497. package/e2e-artifacts/future-payments/maestro.log +0 -1197
  498. package/e2e-artifacts/grabpay/ai-(grabpay).json +0 -4
  499. package/e2e-artifacts/grabpay/ai-report-grabpay.html +0 -76
  500. package/e2e-artifacts/grabpay/commands-(grabpay.yml).json +0 -213
  501. package/e2e-artifacts/grabpay/maestro.log +0 -914
  502. package/e2e-artifacts/ideal-payment/ai-(ideal-payment).json +0 -4
  503. package/e2e-artifacts/ideal-payment/ai-report-ideal-payment.html +0 -76
  504. package/e2e-artifacts/ideal-payment/commands-(ideal-payment.yml).json +0 -235
  505. package/e2e-artifacts/ideal-payment/maestro.log +0 -877
  506. package/e2e-artifacts/ideal-setup/ai-(ideal-setup).json +0 -4
  507. package/e2e-artifacts/ideal-setup/ai-report-ideal-setup.html +0 -76
  508. package/e2e-artifacts/ideal-setup/commands-(ideal-setup.yml).json +0 -235
  509. package/e2e-artifacts/ideal-setup/maestro.log +0 -877
  510. package/e2e-artifacts/oxxo/ai-(oxxo).json +0 -4
  511. package/e2e-artifacts/oxxo/ai-report-oxxo.html +0 -76
  512. package/e2e-artifacts/oxxo/commands-(oxxo.yml).json +0 -195
  513. package/e2e-artifacts/oxxo/maestro.log +0 -851
  514. package/e2e-artifacts/p24/ai-(p24).json +0 -4
  515. package/e2e-artifacts/p24/ai-report-p24.html +0 -76
  516. package/e2e-artifacts/p24/commands-(p24.yml).json +0 -235
  517. package/e2e-artifacts/p24/maestro.log +0 -900
  518. package/e2e-artifacts/payment-sheet-pmo-sfu/ai-(payment-sheet-pmo-sfu).json +0 -4
  519. package/e2e-artifacts/payment-sheet-pmo-sfu/ai-report-payment-sheet-pmo-sfu.html +0 -76
  520. package/e2e-artifacts/payment-sheet-pmo-sfu/commands-(payment-sheet-pmo-sfu.yml).json +0 -289
  521. package/e2e-artifacts/payment-sheet-pmo-sfu/maestro.log +0 -1342
  522. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752193048425-(payment-sheet-pmo-sfu.yml).png +0 -0
  523. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752193060701-(payment-sheet-pmo-sfu.yml).png +0 -0
  524. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752193084149-(payment-sheet-pmo-sfu.yml).png +0 -0
  525. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752193093418-(payment-sheet-pmo-sfu.yml).png +0 -0
  526. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752266713946-(payment-sheet-pmo-sfu.yml).png +0 -0
  527. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752266729361-(payment-sheet-pmo-sfu.yml).png +0 -0
  528. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752266754452-(payment-sheet-pmo-sfu.yml).png +0 -0
  529. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752266765610-(payment-sheet-pmo-sfu.yml).png +0 -0
  530. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752290940472-(payment-sheet-pmo-sfu.yml).png +0 -0
  531. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752290940926-(payment-sheet-pmo-sfu.yml).png +0 -0
  532. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752290957900-(payment-sheet-pmo-sfu.yml).png +0 -0
  533. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752290983393-(payment-sheet-pmo-sfu.yml).png +0 -0
  534. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752290996132-(payment-sheet-pmo-sfu.yml).png +0 -0
  535. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752296890588-(payment-sheet-pmo-sfu.yml).png +0 -0
  536. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752296890957-(payment-sheet-pmo-sfu.yml).png +0 -0
  537. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752296905568-(payment-sheet-pmo-sfu.yml).png +0 -0
  538. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752296930052-(payment-sheet-pmo-sfu.yml).png +0 -0
  539. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752296939433-(payment-sheet-pmo-sfu.yml).png +0 -0
  540. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752299566746-(payment-sheet-pmo-sfu.yml).png +0 -0
  541. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752299567277-(payment-sheet-pmo-sfu.yml).png +0 -0
  542. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752299581526-(payment-sheet-pmo-sfu.yml).png +0 -0
  543. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752299605510-(payment-sheet-pmo-sfu.yml).png +0 -0
  544. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752299614764-(payment-sheet-pmo-sfu.yml).png +0 -0
  545. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752345011850-(payment-sheet-pmo-sfu.yml).png +0 -0
  546. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752345027149-(payment-sheet-pmo-sfu.yml).png +0 -0
  547. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752345041670-(payment-sheet-pmo-sfu.yml).png +0 -0
  548. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752537373375-(payment-sheet-pmo-sfu.yml).png +0 -0
  549. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752537385585-(payment-sheet-pmo-sfu.yml).png +0 -0
  550. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/232/240/357/270/217-1752537396794-(payment-sheet-pmo-sfu.yml).png +0 -0
  551. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/235/214-1752010651521-(payment-sheet-pmo-sfu.yml).png +0 -0
  552. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/235/214-1752109124457-(payment-sheet-pmo-sfu.yml).png +0 -0
  553. package/e2e-artifacts/payment-sheet-pmo-sfu/screenshot-/342/235/214-1752266775622-(payment-sheet-pmo-sfu.yml).png +0 -0
  554. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/ai-(payment-sheet-pmo-sfu).json +0 -4
  555. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/ai-report-payment-sheet-pmo-sfu.html +0 -76
  556. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/commands-(payment-sheet-pmo-sfu.yml).json +0 -350
  557. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/maestro.log +0 -373
  558. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/screenshot-/342/232/240/357/270/217-1752266834228-(payment-sheet-pmo-sfu.yml).png +0 -0
  559. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/screenshot-/342/232/240/357/270/217-1752266849613-(payment-sheet-pmo-sfu.yml).png +0 -0
  560. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/screenshot-/342/232/240/357/270/217-1752266873132-(payment-sheet-pmo-sfu.yml).png +0 -0
  561. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/screenshot-/342/232/240/357/270/217-1752266882998-(payment-sheet-pmo-sfu.yml).png +0 -0
  562. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/screenshot-/342/235/214-1752010718755-(payment-sheet-pmo-sfu.yml).png +0 -0
  563. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-1/screenshot-/342/235/214-1752109197091-(payment-sheet-pmo-sfu.yml).png +0 -0
  564. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-2/ai-(payment-sheet-pmo-sfu).json +0 -4
  565. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-2/ai-report-payment-sheet-pmo-sfu.html +0 -76
  566. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-2/commands-(payment-sheet-pmo-sfu.yml).json +0 -281
  567. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-2/maestro.log +0 -170
  568. package/e2e-artifacts/payment-sheet-pmo-sfu-retry-2/screenshot-/342/235/214-1752010877836-(payment-sheet-pmo-sfu.yml).png +0 -0
  569. package/e2e-artifacts/paymentsheet-basic/ai-(paymentsheet-basic).json +0 -4
  570. package/e2e-artifacts/paymentsheet-basic/ai-report-paymentsheet-basic.html +0 -76
  571. package/e2e-artifacts/paymentsheet-basic/commands-(paymentsheet-basic.yml).json +0 -1581
  572. package/e2e-artifacts/paymentsheet-basic/maestro.log +0 -755
  573. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/232/240/357/270/217-1752291041575-(paymentsheet-basic.yml).png +0 -0
  574. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/232/240/357/270/217-1752296982457-(paymentsheet-basic.yml).png +0 -0
  575. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/232/240/357/270/217-1752299655021-(paymentsheet-basic.yml).png +0 -0
  576. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/232/240/357/270/217-1752299673912-(paymentsheet-basic.yml).png +0 -0
  577. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/232/240/357/270/217-1752299699069-(paymentsheet-basic.yml).png +0 -0
  578. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/232/240/357/270/217-1752299708944-(paymentsheet-basic.yml).png +0 -0
  579. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/232/240/357/270/217-1752345083193-(paymentsheet-basic.yml).png +0 -0
  580. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/232/240/357/270/217-1752537426052-(paymentsheet-basic.yml).png +0 -0
  581. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/235/214-1752109309741-(paymentsheet-basic.yml).png +0 -0
  582. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/235/214-1752291051537-(paymentsheet-basic.yml).png +0 -0
  583. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/235/214-1752296992447-(paymentsheet-basic.yml).png +0 -0
  584. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/235/214-1752345093250-(paymentsheet-basic.yml).png +0 -0
  585. package/e2e-artifacts/paymentsheet-basic/screenshot-/342/235/214-1752537436039-(paymentsheet-basic.yml).png +0 -0
  586. package/e2e-artifacts/paymentsheet-basic-retry-1/ai-(paymentsheet-basic).json +0 -4
  587. package/e2e-artifacts/paymentsheet-basic-retry-1/ai-report-paymentsheet-basic.html +0 -76
  588. package/e2e-artifacts/paymentsheet-basic-retry-1/commands-(paymentsheet-basic.yml).json +0 -1581
  589. package/e2e-artifacts/paymentsheet-basic-retry-1/maestro.log +0 -427
  590. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/232/240/357/270/217-1752291124709-(paymentsheet-basic.yml).png +0 -0
  591. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/232/240/357/270/217-1752297061360-(paymentsheet-basic.yml).png +0 -0
  592. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/232/240/357/270/217-1752345150430-(paymentsheet-basic.yml).png +0 -0
  593. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/232/240/357/270/217-1752537492145-(paymentsheet-basic.yml).png +0 -0
  594. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/235/214-1752109357432-(paymentsheet-basic.yml).png +0 -0
  595. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/235/214-1752193137003-(paymentsheet-basic.yml).png +0 -0
  596. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/235/214-1752291134584-(paymentsheet-basic.yml).png +0 -0
  597. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/235/214-1752297071313-(paymentsheet-basic.yml).png +0 -0
  598. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/235/214-1752345160427-(paymentsheet-basic.yml).png +0 -0
  599. package/e2e-artifacts/paymentsheet-basic-retry-1/screenshot-/342/235/214-1752537502161-(paymentsheet-basic.yml).png +0 -0
  600. package/e2e-artifacts/paymentsheet-basic-retry-2/ai-(paymentsheet-basic).json +0 -4
  601. package/e2e-artifacts/paymentsheet-basic-retry-2/ai-report-paymentsheet-basic.html +0 -76
  602. package/e2e-artifacts/paymentsheet-basic-retry-2/commands-(paymentsheet-basic.yml).json +0 -1581
  603. package/e2e-artifacts/paymentsheet-basic-retry-2/maestro.log +0 -720
  604. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752193280480-(paymentsheet-basic.yml).png +0 -0
  605. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752193292728-(paymentsheet-basic.yml).png +0 -0
  606. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752193318618-(paymentsheet-basic.yml).png +0 -0
  607. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752193327971-(paymentsheet-basic.yml).png +0 -0
  608. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752291297321-(paymentsheet-basic.yml).png +0 -0
  609. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752297220595-(paymentsheet-basic.yml).png +0 -0
  610. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752297236007-(paymentsheet-basic.yml).png +0 -0
  611. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752297260266-(paymentsheet-basic.yml).png +0 -0
  612. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752297269132-(paymentsheet-basic.yml).png +0 -0
  613. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752345318711-(paymentsheet-basic.yml).png +0 -0
  614. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/232/240/357/270/217-1752537650037-(paymentsheet-basic.yml).png +0 -0
  615. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/235/214-1752291307116-(paymentsheet-basic.yml).png +0 -0
  616. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/235/214-1752345328480-(paymentsheet-basic.yml).png +0 -0
  617. package/e2e-artifacts/paymentsheet-basic-retry-2/screenshot-/342/235/214-1752537659911-(paymentsheet-basic.yml).png +0 -0
  618. package/e2e-artifacts/paymentsheet-canceled/ai-(paymentsheet-canceled).json +0 -4
  619. package/e2e-artifacts/paymentsheet-canceled/ai-report-paymentsheet-canceled.html +0 -76
  620. package/e2e-artifacts/paymentsheet-canceled/commands-(paymentsheet-canceled.yml).json +0 -184
  621. package/e2e-artifacts/paymentsheet-canceled/maestro.log +0 -779
  622. package/e2e-artifacts/paymentsheet-customFlow/ai-(paymentsheet-customFlow).json +0 -4
  623. package/e2e-artifacts/paymentsheet-customFlow/ai-report-paymentsheet-customFlow.html +0 -76
  624. package/e2e-artifacts/paymentsheet-customFlow/commands-(paymentsheet-customFlow.yml).json +0 -369
  625. package/e2e-artifacts/paymentsheet-customFlow/maestro.log +0 -1141
  626. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752193443928-(paymentsheet-customFlow.yml).png +0 -0
  627. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752193456198-(paymentsheet-customFlow.yml).png +0 -0
  628. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752193470537-(paymentsheet-customFlow.yml).png +0 -0
  629. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752291514795-(paymentsheet-customFlow.yml).png +0 -0
  630. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752291543278-(paymentsheet-customFlow.yml).png +0 -0
  631. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752291554179-(paymentsheet-customFlow.yml).png +0 -0
  632. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752297411098-(paymentsheet-customFlow.yml).png +0 -0
  633. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752297437011-(paymentsheet-customFlow.yml).png +0 -0
  634. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752297446243-(paymentsheet-customFlow.yml).png +0 -0
  635. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752299893375-(paymentsheet-customFlow.yml).png +0 -0
  636. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752299918926-(paymentsheet-customFlow.yml).png +0 -0
  637. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752299929025-(paymentsheet-customFlow.yml).png +0 -0
  638. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752345495490-(paymentsheet-customFlow.yml).png +0 -0
  639. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752345509775-(paymentsheet-customFlow.yml).png +0 -0
  640. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752345536653-(paymentsheet-customFlow.yml).png +0 -0
  641. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752345546371-(paymentsheet-customFlow.yml).png +0 -0
  642. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752537788712-(paymentsheet-customFlow.yml).png +0 -0
  643. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752537800452-(paymentsheet-customFlow.yml).png +0 -0
  644. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752537824887-(paymentsheet-customFlow.yml).png +0 -0
  645. package/e2e-artifacts/paymentsheet-customFlow/screenshot-/342/232/240/357/270/217-1752537834239-(paymentsheet-customFlow.yml).png +0 -0
  646. package/e2e-artifacts/paymentsheet-customFlow-canceled/ai-(paymentsheet-customFlow-canceled).json +0 -4
  647. package/e2e-artifacts/paymentsheet-customFlow-canceled/ai-report-paymentsheet-customFlow-canceled.html +0 -76
  648. package/e2e-artifacts/paymentsheet-customFlow-canceled/commands-(paymentsheet-customFlow-canceled.yml).json +0 -185
  649. package/e2e-artifacts/paymentsheet-customFlow-canceled/maestro.log +0 -791
  650. package/e2e-artifacts/paymentsheet-customFlow-decoupled/ai-(paymentsheet-customFlow-decoupled).json +0 -4
  651. package/e2e-artifacts/paymentsheet-customFlow-decoupled/ai-report-paymentsheet-customFlow-decoupled.html +0 -76
  652. package/e2e-artifacts/paymentsheet-customFlow-decoupled/commands-(paymentsheet-customFlow-decoupled.yml).json +0 -369
  653. package/e2e-artifacts/paymentsheet-customFlow-decoupled/maestro.log +0 -1152
  654. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752193357065-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  655. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752193369442-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  656. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752193384883-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  657. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752291353334-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  658. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752291368900-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  659. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752291397599-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  660. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752291408393-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  661. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752297297971-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  662. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752297310424-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  663. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752297335915-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  664. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752297345041-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  665. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752299750277-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  666. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752299764079-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  667. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752299791636-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  668. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752299801553-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  669. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752345364591-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  670. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752345379270-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  671. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752345405445-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  672. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752345415192-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  673. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752537686839-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  674. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752537698555-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  675. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752537723050-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  676. package/e2e-artifacts/paymentsheet-customFlow-decoupled/screenshot-/342/232/240/357/270/217-1752537732236-(paymentsheet-customFlow-decoupled.yml).png +0 -0
  677. package/e2e-artifacts/paymentsheet-customFlow-timeout/ai-(paymentsheet-customFlow-timeout).json +0 -4
  678. package/e2e-artifacts/paymentsheet-customFlow-timeout/ai-report-paymentsheet-customFlow-timeout.html +0 -76
  679. package/e2e-artifacts/paymentsheet-customFlow-timeout/commands-(paymentsheet-customFlow-timeout.yml).json +0 -149
  680. package/e2e-artifacts/paymentsheet-customFlow-timeout/maestro.log +0 -608
  681. package/e2e-artifacts/paymentsheet-decoupled/ai-(paymentsheet-decoupled).json +0 -4
  682. package/e2e-artifacts/paymentsheet-decoupled/ai-report-paymentsheet-decoupled.html +0 -76
  683. package/e2e-artifacts/paymentsheet-decoupled/commands-(paymentsheet-decoupled.yml).json +0 -1508
  684. package/e2e-artifacts/paymentsheet-decoupled/maestro.log +0 -1047
  685. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752193503646-(paymentsheet-decoupled.yml).png +0 -0
  686. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752193515914-(paymentsheet-decoupled.yml).png +0 -0
  687. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752193538955-(paymentsheet-decoupled.yml).png +0 -0
  688. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752193548323-(paymentsheet-decoupled.yml).png +0 -0
  689. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752291605929-(paymentsheet-decoupled.yml).png +0 -0
  690. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752291625377-(paymentsheet-decoupled.yml).png +0 -0
  691. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752291651691-(paymentsheet-decoupled.yml).png +0 -0
  692. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752291663253-(paymentsheet-decoupled.yml).png +0 -0
  693. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752297477438-(paymentsheet-decoupled.yml).png +0 -0
  694. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752297492579-(paymentsheet-decoupled.yml).png +0 -0
  695. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752297516727-(paymentsheet-decoupled.yml).png +0 -0
  696. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752297525542-(paymentsheet-decoupled.yml).png +0 -0
  697. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752299971782-(paymentsheet-decoupled.yml).png +0 -0
  698. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752299990229-(paymentsheet-decoupled.yml).png +0 -0
  699. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752300015012-(paymentsheet-decoupled.yml).png +0 -0
  700. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752300023820-(paymentsheet-decoupled.yml).png +0 -0
  701. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752345590405-(paymentsheet-decoupled.yml).png +0 -0
  702. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/232/240/357/270/217-1752537864878-(paymentsheet-decoupled.yml).png +0 -0
  703. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/235/214-1752109553190-(paymentsheet-decoupled.yml).png +0 -0
  704. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/235/214-1752345600393-(paymentsheet-decoupled.yml).png +0 -0
  705. package/e2e-artifacts/paymentsheet-decoupled/screenshot-/342/235/214-1752537874928-(paymentsheet-decoupled.yml).png +0 -0
  706. package/e2e-artifacts/paymentsheet-decoupled-retry-1/ai-(paymentsheet-decoupled).json +0 -4
  707. package/e2e-artifacts/paymentsheet-decoupled-retry-1/ai-report-paymentsheet-decoupled.html +0 -76
  708. package/e2e-artifacts/paymentsheet-decoupled-retry-1/commands-(paymentsheet-decoupled.yml).json +0 -1508
  709. package/e2e-artifacts/paymentsheet-decoupled-retry-1/maestro.log +0 -230
  710. package/e2e-artifacts/paymentsheet-decoupled-retry-1/screenshot-/342/232/240/357/270/217-1752345669405-(paymentsheet-decoupled.yml).png +0 -0
  711. package/e2e-artifacts/paymentsheet-decoupled-retry-1/screenshot-/342/232/240/357/270/217-1752537930903-(paymentsheet-decoupled.yml).png +0 -0
  712. package/e2e-artifacts/paymentsheet-decoupled-retry-1/screenshot-/342/235/214-1752109599557-(paymentsheet-decoupled.yml).png +0 -0
  713. package/e2e-artifacts/paymentsheet-decoupled-retry-1/screenshot-/342/235/214-1752345679416-(paymentsheet-decoupled.yml).png +0 -0
  714. package/e2e-artifacts/paymentsheet-decoupled-retry-1/screenshot-/342/235/214-1752537940282-(paymentsheet-decoupled.yml).png +0 -0
  715. package/e2e-artifacts/paymentsheet-decoupled-retry-2/ai-(paymentsheet-decoupled).json +0 -4
  716. package/e2e-artifacts/paymentsheet-decoupled-retry-2/ai-report-paymentsheet-decoupled.html +0 -76
  717. package/e2e-artifacts/paymentsheet-decoupled-retry-2/commands-(paymentsheet-decoupled.yml).json +0 -1508
  718. package/e2e-artifacts/paymentsheet-decoupled-retry-2/maestro.log +0 -229
  719. package/e2e-artifacts/paymentsheet-decoupled-retry-2/screenshot-/342/232/240/357/270/217-1752345837378-(paymentsheet-decoupled.yml).png +0 -0
  720. package/e2e-artifacts/paymentsheet-decoupled-retry-2/screenshot-/342/232/240/357/270/217-1752538088137-(paymentsheet-decoupled.yml).png +0 -0
  721. package/e2e-artifacts/paymentsheet-decoupled-retry-2/screenshot-/342/235/214-1752109655331-(paymentsheet-decoupled.yml).png +0 -0
  722. package/e2e-artifacts/paymentsheet-decoupled-retry-2/screenshot-/342/235/214-1752345847387-(paymentsheet-decoupled.yml).png +0 -0
  723. package/e2e-artifacts/paymentsheet-decoupled-retry-2/screenshot-/342/235/214-1752538098120-(paymentsheet-decoupled.yml).png +0 -0
  724. package/e2e-artifacts/paymentsheet-timeout/ai-(paymentsheet-timeout).json +0 -4
  725. package/e2e-artifacts/paymentsheet-timeout/ai-report-paymentsheet-timeout.html +0 -76
  726. package/e2e-artifacts/paymentsheet-timeout/commands-(paymentsheet-timeout.yml).json +0 -148
  727. package/e2e-artifacts/paymentsheet-timeout/maestro.log +0 -609
  728. package/e2e-artifacts/paypal-payment/ai-(paypal-payment).json +0 -4
  729. package/e2e-artifacts/paypal-payment/ai-report-paypal-payment.html +0 -76
  730. package/e2e-artifacts/paypal-payment/commands-(paypal-payment.yml).json +0 -252
  731. package/e2e-artifacts/paypal-payment/maestro.log +0 -885
  732. package/e2e-artifacts/paypal-payment/screenshot-/342/232/240/357/270/217-1752193610511-(paypal-payment.yml).png +0 -0
  733. package/e2e-artifacts/paypal-payment/screenshot-/342/232/240/357/270/217-1752291761857-(paypal-payment.yml).png +0 -0
  734. package/e2e-artifacts/paypal-payment/screenshot-/342/232/240/357/270/217-1752297584807-(paypal-payment.yml).png +0 -0
  735. package/e2e-artifacts/paypal-payment/screenshot-/342/232/240/357/270/217-1752300081978-(paypal-payment.yml).png +0 -0
  736. package/e2e-artifacts/paypal-payment/screenshot-/342/232/240/357/270/217-1752345926389-(paypal-payment.yml).png +0 -0
  737. package/e2e-artifacts/paypal-payment/screenshot-/342/232/240/357/270/217-1752538157143-(paypal-payment.yml).png +0 -0
  738. package/e2e-artifacts/paypal-payment/screenshot-/342/235/214-1752011390029-(paypal-payment.yml).png +0 -0
  739. package/e2e-artifacts/paypal-payment/screenshot-/342/235/214-1752109714183-(paypal-payment.yml).png +0 -0
  740. package/e2e-artifacts/paypal-payment-retry-1/ai-(paypal-payment).json +0 -4
  741. package/e2e-artifacts/paypal-payment-retry-1/ai-report-paypal-payment.html +0 -76
  742. package/e2e-artifacts/paypal-payment-retry-1/commands-(paypal-payment.yml).json +0 -1074
  743. package/e2e-artifacts/paypal-payment-retry-1/maestro.log +0 -138
  744. package/e2e-artifacts/paypal-payment-retry-1/screenshot-/342/235/214-1752011463293-(paypal-payment.yml).png +0 -0
  745. package/e2e-artifacts/paypal-payment-retry-1/screenshot-/342/235/214-1752109760712-(paypal-payment.yml).png +0 -0
  746. package/e2e-artifacts/paypal-payment-retry-2/ai-(paypal-payment).json +0 -4
  747. package/e2e-artifacts/paypal-payment-retry-2/ai-report-paypal-payment.html +0 -76
  748. package/e2e-artifacts/paypal-payment-retry-2/commands-(paypal-payment.yml).json +0 -1074
  749. package/e2e-artifacts/paypal-payment-retry-2/maestro.log +0 -138
  750. package/e2e-artifacts/paypal-payment-retry-2/screenshot-/342/235/214-1752011626344-(paypal-payment.yml).png +0 -0
  751. package/e2e-artifacts/paypal-payment-retry-2/screenshot-/342/235/214-1752109815260-(paypal-payment.yml).png +0 -0
  752. package/e2e-artifacts/paypal-setup/ai-(paypal-setup).json +0 -4
  753. package/e2e-artifacts/paypal-setup/ai-report-paypal-setup.html +0 -76
  754. package/e2e-artifacts/paypal-setup/commands-(paypal-setup.yml).json +0 -4352
  755. package/e2e-artifacts/paypal-setup/maestro.log +0 -865
  756. package/e2e-artifacts/paypal-setup/screenshot-/342/232/240/357/270/217-1752193647977-(paypal-setup.yml).png +0 -0
  757. package/e2e-artifacts/paypal-setup/screenshot-/342/232/240/357/270/217-1752291819634-(paypal-setup.yml).png +0 -0
  758. package/e2e-artifacts/paypal-setup/screenshot-/342/232/240/357/270/217-1752297622907-(paypal-setup.yml).png +0 -0
  759. package/e2e-artifacts/paypal-setup/screenshot-/342/232/240/357/270/217-1752300119084-(paypal-setup.yml).png +0 -0
  760. package/e2e-artifacts/paypal-setup/screenshot-/342/232/240/357/270/217-1752345975045-(paypal-setup.yml).png +0 -0
  761. package/e2e-artifacts/paypal-setup/screenshot-/342/232/240/357/270/217-1752538202122-(paypal-setup.yml).png +0 -0
  762. package/e2e-artifacts/paypal-setup/screenshot-/342/235/214-1752011668904-(paypal-setup.yml).png +0 -0
  763. package/e2e-artifacts/paypal-setup/screenshot-/342/235/214-1752109850384-(paypal-setup.yml).png +0 -0
  764. package/e2e-artifacts/paypal-setup/screenshot-/342/235/214-1752345985129-(paypal-setup.yml).png +0 -0
  765. package/e2e-artifacts/paypal-setup/screenshot-/342/235/214-1752538212167-(paypal-setup.yml).png +0 -0
  766. package/e2e-artifacts/paypal-setup-retry-1/ai-(paypal-setup).json +0 -4
  767. package/e2e-artifacts/paypal-setup-retry-1/ai-report-paypal-setup.html +0 -76
  768. package/e2e-artifacts/paypal-setup-retry-1/commands-(paypal-setup.yml).json +0 -1129
  769. package/e2e-artifacts/paypal-setup-retry-1/maestro.log +0 -278
  770. package/e2e-artifacts/paypal-setup-retry-1/screenshot-/342/235/214-1752011741968-(paypal-setup.yml).png +0 -0
  771. package/e2e-artifacts/paypal-setup-retry-1/screenshot-/342/235/214-1752109895003-(paypal-setup.yml).png +0 -0
  772. package/e2e-artifacts/paypal-setup-retry-1/screenshot-/342/235/214-1752346063117-(paypal-setup.yml).png +0 -0
  773. package/e2e-artifacts/paypal-setup-retry-1/screenshot-/342/235/214-1752538279448-(paypal-setup.yml).png +0 -0
  774. package/e2e-artifacts/paypal-setup-retry-2/ai-(paypal-setup).json +0 -4
  775. package/e2e-artifacts/paypal-setup-retry-2/ai-report-paypal-setup.html +0 -76
  776. package/e2e-artifacts/paypal-setup-retry-2/commands-(paypal-setup.yml).json +0 -1072
  777. package/e2e-artifacts/paypal-setup-retry-2/maestro.log +0 -209
  778. package/e2e-artifacts/paypal-setup-retry-2/screenshot-/342/235/214-1752011905309-(paypal-setup.yml).png +0 -0
  779. package/e2e-artifacts/paypal-setup-retry-2/screenshot-/342/235/214-1752109950396-(paypal-setup.yml).png +0 -0
  780. package/e2e-artifacts/paypal-setup-retry-2/screenshot-/342/235/214-1752346229906-(paypal-setup.yml).png +0 -0
  781. package/e2e-artifacts/recollect-cvc/ai-(recollect-cvc).json +0 -4
  782. package/e2e-artifacts/recollect-cvc/ai-report-recollect-cvc.html +0 -76
  783. package/e2e-artifacts/recollect-cvc/commands-(recollect-cvc.yml).json +0 -1050
  784. package/e2e-artifacts/recollect-cvc/maestro.log +0 -864
  785. package/e2e-artifacts/recollect-cvc/screenshot-/342/235/214-1752011953304-(recollect-cvc.yml).png +0 -0
  786. package/e2e-artifacts/recollect-cvc/screenshot-/342/235/214-1752109995445-(recollect-cvc.yml).png +0 -0
  787. package/e2e-artifacts/recollect-cvc/screenshot-/342/235/214-1752193696617-(recollect-cvc.yml).png +0 -0
  788. package/e2e-artifacts/recollect-cvc/screenshot-/342/235/214-1752266928228-(recollect-cvc.yml).png +0 -0
  789. package/e2e-artifacts/recollect-cvc/screenshot-/342/235/214-1752346270346-(recollect-cvc.yml).png +0 -0
  790. package/e2e-artifacts/recollect-cvc-retry-1/ai-(recollect-cvc).json +0 -4
  791. package/e2e-artifacts/recollect-cvc-retry-1/ai-report-recollect-cvc.html +0 -76
  792. package/e2e-artifacts/recollect-cvc-retry-1/commands-(recollect-cvc.yml).json +0 -1050
  793. package/e2e-artifacts/recollect-cvc-retry-1/maestro.log +0 -472
  794. package/e2e-artifacts/recollect-cvc-retry-1/screenshot-/342/235/214-1752012028776-(recollect-cvc.yml).png +0 -0
  795. package/e2e-artifacts/recollect-cvc-retry-1/screenshot-/342/235/214-1752110050358-(recollect-cvc.yml).png +0 -0
  796. package/e2e-artifacts/recollect-cvc-retry-1/screenshot-/342/235/214-1752193772110-(recollect-cvc.yml).png +0 -0
  797. package/e2e-artifacts/recollect-cvc-retry-1/screenshot-/342/235/214-1752346344346-(recollect-cvc.yml).png +0 -0
  798. package/e2e-artifacts/recollect-cvc-retry-2/ai-(recollect-cvc).json +0 -4
  799. package/e2e-artifacts/recollect-cvc-retry-2/ai-report-recollect-cvc.html +0 -76
  800. package/e2e-artifacts/recollect-cvc-retry-2/commands-(recollect-cvc.yml).json +0 -1050
  801. package/e2e-artifacts/recollect-cvc-retry-2/maestro.log +0 -338
  802. package/e2e-artifacts/recollect-cvc-retry-2/screenshot-/342/235/214-1752012195960-(recollect-cvc.yml).png +0 -0
  803. package/e2e-artifacts/recollect-cvc-retry-2/screenshot-/342/235/214-1752110114810-(recollect-cvc.yml).png +0 -0
  804. package/e2e-artifacts/recollect-cvc-retry-2/screenshot-/342/235/214-1752193938256-(recollect-cvc.yml).png +0 -0
  805. package/e2e-artifacts/recollect-cvc-retry-2/screenshot-/342/235/214-1752346506212-(recollect-cvc.yml).png +0 -0
  806. package/e2e-artifacts/rn-arch/ai-(rn-arch).json +0 -4
  807. package/e2e-artifacts/rn-arch/ai-report-rn-arch.html +0 -76
  808. package/e2e-artifacts/rn-arch/commands-(rn-arch.yml).json +0 -110
  809. package/e2e-artifacts/rn-arch/maestro.log +0 -288
  810. package/e2e-artifacts/sepa-payment/ai-(sepa-payment).json +0 -4
  811. package/e2e-artifacts/sepa-payment/ai-report-sepa-payment.html +0 -76
  812. package/e2e-artifacts/sepa-payment/commands-(sepa-payment.yml).json +0 -1050
  813. package/e2e-artifacts/sepa-payment/maestro.log +0 -678
  814. package/e2e-artifacts/sepa-payment/screenshot-/342/235/214-1752346561738-(sepa-payment.yml).png +0 -0
  815. package/e2e-artifacts/sepa-payment-retry-1/ai-(sepa-payment).json +0 -4
  816. package/e2e-artifacts/sepa-payment-retry-1/ai-report-sepa-payment.html +0 -76
  817. package/e2e-artifacts/sepa-payment-retry-1/commands-(sepa-payment.yml).json +0 -1050
  818. package/e2e-artifacts/sepa-payment-retry-1/maestro.log +0 -71
  819. package/e2e-artifacts/sepa-payment-retry-1/screenshot-/342/235/214-1752346634436-(sepa-payment.yml).png +0 -0
  820. package/e2e-artifacts/sepa-payment-retry-2/ai-(sepa-payment).json +0 -4
  821. package/e2e-artifacts/sepa-payment-retry-2/ai-report-sepa-payment.html +0 -76
  822. package/e2e-artifacts/sepa-payment-retry-2/commands-(sepa-payment.yml).json +0 -1050
  823. package/e2e-artifacts/sepa-payment-retry-2/maestro.log +0 -60
  824. package/e2e-artifacts/sepa-payment-retry-2/screenshot-/342/235/214-1752346801569-(sepa-payment.yml).png +0 -0
  825. package/e2e-artifacts/sepa-setup/ai-(sepa-setup).json +0 -4
  826. package/e2e-artifacts/sepa-setup/ai-report-sepa-setup.html +0 -76
  827. package/e2e-artifacts/sepa-setup/commands-(sepa-setup.yml).json +0 -1050
  828. package/e2e-artifacts/sepa-setup/maestro.log +0 -689
  829. package/e2e-artifacts/sepa-setup/screenshot-/342/235/214-1752346849094-(sepa-setup.yml).png +0 -0
  830. package/e2e-artifacts/sepa-setup-retry-1/ai-(sepa-setup).json +0 -4
  831. package/e2e-artifacts/sepa-setup-retry-1/ai-report-sepa-setup.html +0 -76
  832. package/e2e-artifacts/sepa-setup-retry-1/commands-(sepa-setup.yml).json +0 -1050
  833. package/e2e-artifacts/sepa-setup-retry-1/maestro.log +0 -70
  834. package/e2e-artifacts/sepa-setup-retry-1/screenshot-/342/235/214-1752346922295-(sepa-setup.yml).png +0 -0
  835. package/e2e-artifacts/sepa-setup-retry-2/ai-(sepa-setup).json +0 -4
  836. package/e2e-artifacts/sepa-setup-retry-2/ai-report-sepa-setup.html +0 -76
  837. package/e2e-artifacts/sepa-setup-retry-2/commands-(sepa-setup.yml).json +0 -1050
  838. package/e2e-artifacts/sepa-setup-retry-2/maestro.log +0 -61
  839. package/e2e-artifacts/sepa-setup-retry-2/screenshot-/342/235/214-1752347084224-(sepa-setup.yml).png +0 -0
  840. package/e2e-artifacts/sofort-payment/.maestro/tests/2025-07-15_142313/ai-(sofort-payment).json +0 -4
  841. package/e2e-artifacts/sofort-payment/.maestro/tests/2025-07-15_142313/ai-report-sofort-payment.html +0 -76
  842. package/e2e-artifacts/sofort-payment/.maestro/tests/2025-07-15_142313/commands-(sofort-payment.yml).json +0 -1194
  843. package/e2e-artifacts/sofort-payment/.maestro/tests/2025-07-15_142313/maestro.log +0 -107
  844. package/e2e-artifacts/sofort-payment/.maestro/tests/2025-07-15_142313/screenshot-/342/235/214-1752614629726-(sofort-payment.yml).png +0 -0
  845. package/e2e-artifacts/sofort-payment/ai-(sofort-payment).json +0 -4
  846. package/e2e-artifacts/sofort-payment/ai-report-sofort-payment.html +0 -76
  847. package/e2e-artifacts/sofort-payment/commands-(sofort-payment.yml).json +0 -1072
  848. package/e2e-artifacts/sofort-payment/maestro.log +0 -146
  849. package/e2e-artifacts/sofort-payment/screenshot-/342/235/214-1752012316899-(sofort-payment.yml).png +0 -0
  850. package/e2e-artifacts/sofort-payment/screenshot-/342/235/214-1752347129213-(sofort-payment.yml).png +0 -0
  851. package/e2e-artifacts/sofort-payment-retry-1/ai-(sofort-payment).json +0 -4
  852. package/e2e-artifacts/sofort-payment-retry-1/ai-report-sofort-payment.html +0 -76
  853. package/e2e-artifacts/sofort-payment-retry-1/commands-(sofort-payment.yml).json +0 -1072
  854. package/e2e-artifacts/sofort-payment-retry-1/maestro.log +0 -146
  855. package/e2e-artifacts/sofort-payment-retry-1/screenshot-/342/235/214-1752012393773-(sofort-payment.yml).png +0 -0
  856. package/e2e-artifacts/sofort-payment-retry-1/screenshot-/342/235/214-1752347205761-(sofort-payment.yml).png +0 -0
  857. package/e2e-artifacts/sofort-payment-retry-2/ai-(sofort-payment).json +0 -4
  858. package/e2e-artifacts/sofort-payment-retry-2/ai-report-sofort-payment.html +0 -76
  859. package/e2e-artifacts/sofort-payment-retry-2/commands-(sofort-payment.yml).json +0 -1072
  860. package/e2e-artifacts/sofort-payment-retry-2/maestro.log +0 -146
  861. package/e2e-artifacts/sofort-payment-retry-2/screenshot-/342/235/214-1752012557936-(sofort-payment.yml).png +0 -0
  862. package/e2e-artifacts/sofort-payment-retry-2/screenshot-/342/235/214-1752347372429-(sofort-payment.yml).png +0 -0
  863. package/e2e-artifacts/sofort-setup/ai-(sofort-setup).json +0 -4
  864. package/e2e-artifacts/sofort-setup/ai-report-sofort-setup.html +0 -76
  865. package/e2e-artifacts/sofort-setup/commands-(sofort-setup.yml).json +0 -1072
  866. package/e2e-artifacts/sofort-setup/maestro.log +0 -164
  867. package/e2e-artifacts/sofort-setup/screenshot-/342/235/214-1752347418334-(sofort-setup.yml).png +0 -0
  868. package/e2e-artifacts/sofort-setup-retry-1/ai-(sofort-setup).json +0 -4
  869. package/e2e-artifacts/sofort-setup-retry-1/ai-report-sofort-setup.html +0 -76
  870. package/e2e-artifacts/sofort-setup-retry-1/commands-(sofort-setup.yml).json +0 -1072
  871. package/e2e-artifacts/sofort-setup-retry-1/maestro.log +0 -71
  872. package/e2e-artifacts/sofort-setup-retry-1/screenshot-/342/235/214-1752347493463-(sofort-setup.yml).png +0 -0
  873. package/e2e-artifacts/sofort-setup-retry-2/ai-(sofort-setup).json +0 -4
  874. package/e2e-artifacts/sofort-setup-retry-2/ai-report-sofort-setup.html +0 -76
  875. package/e2e-artifacts/sofort-setup-retry-2/commands-(sofort-setup.yml).json +0 -1072
  876. package/e2e-artifacts/sofort-setup-retry-2/maestro.log +0 -70
  877. package/e2e-artifacts/sofort-setup-retry-2/screenshot-/342/235/214-1752347663091-(sofort-setup.yml).png +0 -0
  878. package/lib/commonjs/package.json +0 -1
  879. package/lib/module/package.json +0 -1
@@ -1,2387 +0,0 @@
1
- [INFO ] MAESTRO - ---- System Info ----
2
- [INFO ] MAESTRO - Maestro Version: 1.38.1
3
- [INFO ] MAESTRO - CI: Undefined
4
- [INFO ] MAESTRO - OS Name: Mac OS X
5
- [INFO ] MAESTRO - OS Version: 15.5
6
- [INFO ] MAESTRO - Architecture: aarch64
7
- [INFO ] MAESTRO - Java Version: 17
8
- [INFO ] MAESTRO - Xcode Version: 16.0
9
- [INFO ] MAESTRO - Flutter Version: Undefined
10
- [INFO ] MAESTRO - Flutter Channel: Undefined
11
- [INFO ] MAESTRO - ---------------------
12
- [INFO ] maestro.Maestro - Getting device info
13
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables RUNNING
14
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=}, label=null), runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
15
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables COMPLETED
16
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration RUNNING
17
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null), openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
18
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration COMPLETED
19
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" RUNNING
20
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null), applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
21
- [INFO ] maestro.Maestro - Launching app com.stripe.react.native
22
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" COMPLETED
23
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Bank Debits" RUNNING
24
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
25
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
26
- [INFO ] maestro.Maestro - Refreshed element
27
- [INFO ] maestro.Maestro - Tapping at (540, 590) using hierarchy based logic for wait
28
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
29
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
30
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
31
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Bank Debits" COMPLETED
32
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BECS Direct Debit set up" RUNNING
33
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
34
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
35
- [INFO ] maestro.Maestro - Refreshed element
36
- [INFO ] maestro.Maestro - Tapping at (561, 1310) using hierarchy based logic for wait
37
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
38
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
39
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
40
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BECS Direct Debit set up" COMPLETED
41
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Name" RUNNING
42
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
43
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
44
- [INFO ] maestro.Maestro - Refreshed element
45
- [INFO ] maestro.Maestro - Tapping at (301, 376) using hierarchy based logic for wait
46
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
47
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
48
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
49
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Name" COMPLETED
50
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Full name" RUNNING
51
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
52
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Full name" COMPLETED
53
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text stripe RUNNING
54
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=stripe, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
55
- [INFO ] maestro.Maestro - Inputting text: stripe
56
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text stripe COMPLETED
57
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email Address" RUNNING
58
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
59
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
60
- [INFO ] maestro.Maestro - Refreshed element
61
- [INFO ] maestro.Maestro - Tapping at (778, 376) using hierarchy based logic for wait
62
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
63
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
64
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
65
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email Address" COMPLETED
66
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email", Index: 1 RUNNING
67
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=1, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
68
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email", Index: 1 COMPLETED
69
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com RUNNING
70
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=test@stripe.com, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
71
- [INFO ] maestro.Maestro - Inputting text: test@stripe.com
72
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com COMPLETED
73
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BSB" RUNNING
74
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
75
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
76
- [INFO ] maestro.Maestro - Refreshed element
77
- [INFO ] maestro.Maestro - Tapping at (301, 594) using hierarchy based logic for wait
78
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
79
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
80
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
81
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BSB" COMPLETED
82
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000000 RUNNING
83
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=000000, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
84
- [INFO ] maestro.Maestro - Inputting text: 000000
85
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000000 COMPLETED
86
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Account number" RUNNING
87
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
88
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
89
- [INFO ] maestro.Maestro - Refreshed element
90
- [INFO ] maestro.Maestro - Tapping at (778, 594) using hierarchy based logic for wait
91
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
92
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
93
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
94
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
95
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=0.009533482). Proceed.
96
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Account number" COMPLETED
97
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000123456 RUNNING
98
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=000123456, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
99
- [INFO ] maestro.Maestro - Inputting text: 000123456
100
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000123456 COMPLETED
101
- [INFO ] m.cli.runner.MaestroCommandRunner - Hide Keyboard RUNNING
102
- [INFO ] m.cli.runner.MaestroCommandRunner - Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=HideKeyboardCommand(), takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
103
- [INFO ] maestro.Maestro - Hiding Keyboard
104
- [INFO ] m.cli.runner.MaestroCommandRunner - Hide Keyboard COMPLETED
105
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "Save" is visible. RUNNING
106
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "Save" is visible. metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, centerElement=false, label=null), travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
107
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "Save" is visible. COMPLETED
108
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Save" RUNNING
109
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Save" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
110
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Save, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[493,1434][586,1491], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=493, y=1434, width=93, height=57))
111
- [INFO ] maestro.Maestro - Refreshed element
112
- [INFO ] maestro.Maestro - Tapping at (539, 1462) using hierarchy based logic for wait
113
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
114
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
115
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
116
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
117
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=1.2513441). Proceed.
118
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Save" COMPLETED
119
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible RUNNING
120
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null), assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
121
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible COMPLETED
122
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "OK" RUNNING
123
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
124
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=OK, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=android:id/button1, clickable=true, bounds=[810,1029][978,1155], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=810, y=1029, width=168, height=126))
125
- [INFO ] maestro.Maestro - Refreshed element
126
- [INFO ] maestro.Maestro - Tapping at (894, 1092) using hierarchy based logic for wait
127
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
128
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
129
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
130
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "OK" COMPLETED
131
- [INFO ] MAESTRO - ---- System Info ----
132
- [INFO ] MAESTRO - Maestro Version: 1.38.1
133
- [INFO ] MAESTRO - CI: Undefined
134
- [INFO ] MAESTRO - OS Name: Mac OS X
135
- [INFO ] MAESTRO - OS Version: 15.5
136
- [INFO ] MAESTRO - Architecture: aarch64
137
- [INFO ] MAESTRO - Java Version: 17
138
- [INFO ] MAESTRO - Xcode Version: 16.0
139
- [INFO ] MAESTRO - Flutter Version: Undefined
140
- [INFO ] MAESTRO - Flutter Channel: Undefined
141
- [INFO ] MAESTRO - ---------------------
142
- [INFO ] maestro.Maestro - Getting device info
143
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables RUNNING
144
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=}, label=null), runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
145
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables COMPLETED
146
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration RUNNING
147
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null), openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
148
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration COMPLETED
149
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" RUNNING
150
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null), applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
151
- [INFO ] maestro.Maestro - Launching app com.stripe.react.native
152
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" COMPLETED
153
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Bank Debits" RUNNING
154
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
155
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
156
- [INFO ] maestro.Maestro - Refreshed element
157
- [INFO ] maestro.Maestro - Tapping at (540, 590) using hierarchy based logic for wait
158
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
159
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
160
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
161
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Bank Debits" COMPLETED
162
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BECS Direct Debit set up" RUNNING
163
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
164
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
165
- [INFO ] maestro.Maestro - Refreshed element
166
- [INFO ] maestro.Maestro - Tapping at (561, 1310) using hierarchy based logic for wait
167
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
168
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
169
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
170
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BECS Direct Debit set up" COMPLETED
171
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Name" RUNNING
172
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
173
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
174
- [INFO ] maestro.Maestro - Refreshed element
175
- [INFO ] maestro.Maestro - Tapping at (301, 376) using hierarchy based logic for wait
176
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
177
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
178
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
179
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Name" COMPLETED
180
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Full name" RUNNING
181
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
182
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Full name" COMPLETED
183
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text stripe RUNNING
184
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=stripe, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
185
- [INFO ] maestro.Maestro - Inputting text: stripe
186
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text stripe COMPLETED
187
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email Address" RUNNING
188
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
189
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
190
- [INFO ] maestro.Maestro - Refreshed element
191
- [INFO ] maestro.Maestro - Tapping at (778, 376) using hierarchy based logic for wait
192
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
193
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
194
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
195
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email Address" COMPLETED
196
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email", Index: 1 RUNNING
197
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=1, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
198
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email", Index: 1 COMPLETED
199
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com RUNNING
200
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=test@stripe.com, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
201
- [INFO ] maestro.Maestro - Inputting text: test@stripe.com
202
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com COMPLETED
203
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BSB" RUNNING
204
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
205
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
206
- [INFO ] maestro.Maestro - Refreshed element
207
- [INFO ] maestro.Maestro - Tapping at (301, 594) using hierarchy based logic for wait
208
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
209
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
210
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
211
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BSB" COMPLETED
212
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000000 RUNNING
213
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=000000, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
214
- [INFO ] maestro.Maestro - Inputting text: 000000
215
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000000 COMPLETED
216
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Account number" RUNNING
217
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
218
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
219
- [INFO ] maestro.Maestro - Refreshed element
220
- [INFO ] maestro.Maestro - Tapping at (778, 594) using hierarchy based logic for wait
221
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
222
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
223
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
224
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
225
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=0.009533482). Proceed.
226
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Account number" COMPLETED
227
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000123456 RUNNING
228
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=000123456, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
229
- [INFO ] maestro.Maestro - Inputting text: 000123456
230
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000123456 COMPLETED
231
- [INFO ] m.cli.runner.MaestroCommandRunner - Hide Keyboard RUNNING
232
- [INFO ] m.cli.runner.MaestroCommandRunner - Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=HideKeyboardCommand(), takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
233
- [INFO ] maestro.Maestro - Hiding Keyboard
234
- [INFO ] m.cli.runner.MaestroCommandRunner - Hide Keyboard COMPLETED
235
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "Save" is visible. RUNNING
236
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "Save" is visible. metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, centerElement=false, label=null), travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
237
- [INFO ] maestro.Maestro - Swiping UP from center
238
- [INFO ] maestro.Maestro - Swiping UP from center
239
- [INFO ] maestro.Maestro - Swiping UP from center
240
- [INFO ] maestro.Maestro - Swiping UP from center
241
- [INFO ] maestro.Maestro - Swiping UP from center
242
- [INFO ] maestro.Maestro - Swiping UP from center
243
- [INFO ] maestro.Maestro - Swiping UP from center
244
- [INFO ] maestro.Maestro - Swiping UP from center
245
- [INFO ] maestro.Maestro - Swiping UP from center
246
- [INFO ] maestro.Maestro - Swiping UP from center
247
- [INFO ] maestro.Maestro - Swiping UP from center
248
- [INFO ] maestro.Maestro - Swiping UP from center
249
- [INFO ] maestro.Maestro - Swiping UP from center
250
- [INFO ] maestro.Maestro - Swiping UP from center
251
- [INFO ] maestro.Maestro - Taking screenshot
252
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
253
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "Save" is visible. FAILED
254
- [INFO ] MAESTRO - ---- System Info ----
255
- [INFO ] MAESTRO - Maestro Version: 1.38.1
256
- [INFO ] MAESTRO - CI: Undefined
257
- [INFO ] MAESTRO - OS Name: Mac OS X
258
- [INFO ] MAESTRO - OS Version: 15.5
259
- [INFO ] MAESTRO - Architecture: aarch64
260
- [INFO ] MAESTRO - Java Version: 17
261
- [INFO ] MAESTRO - Xcode Version: 16.0
262
- [INFO ] MAESTRO - Flutter Version: Undefined
263
- [INFO ] MAESTRO - Flutter Channel: Undefined
264
- [INFO ] MAESTRO - ---------------------
265
- [INFO ] maestro.Maestro - Getting device info
266
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables RUNNING
267
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=}, label=null), runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
268
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables COMPLETED
269
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration RUNNING
270
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null), openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
271
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration COMPLETED
272
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" RUNNING
273
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null), applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
274
- [INFO ] maestro.Maestro - Launching app com.stripe.react.native
275
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" COMPLETED
276
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Bank Debits" RUNNING
277
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
278
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
279
- [INFO ] maestro.Maestro - Refreshed element
280
- [INFO ] maestro.Maestro - Tapping at (540, 590) using hierarchy based logic for wait
281
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
282
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
283
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
284
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Bank Debits" COMPLETED
285
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BECS Direct Debit set up" RUNNING
286
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
287
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
288
- [INFO ] maestro.Maestro - Refreshed element
289
- [INFO ] maestro.Maestro - Tapping at (561, 1310) using hierarchy based logic for wait
290
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
291
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
292
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
293
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BECS Direct Debit set up" COMPLETED
294
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Name" RUNNING
295
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
296
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
297
- [INFO ] maestro.Maestro - Refreshed element
298
- [INFO ] maestro.Maestro - Tapping at (301, 376) using hierarchy based logic for wait
299
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
300
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
301
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
302
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Name" COMPLETED
303
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Full name" RUNNING
304
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
305
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Full name" COMPLETED
306
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text stripe RUNNING
307
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=stripe, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
308
- [INFO ] maestro.Maestro - Inputting text: stripe
309
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text stripe COMPLETED
310
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email Address" RUNNING
311
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
312
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
313
- [INFO ] maestro.Maestro - Refreshed element
314
- [INFO ] maestro.Maestro - Tapping at (778, 376) using hierarchy based logic for wait
315
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
316
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
317
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
318
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email Address" COMPLETED
319
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email", Index: 1 RUNNING
320
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=1, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
321
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Email", Index: 1 COMPLETED
322
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com RUNNING
323
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=test@stripe.com, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
324
- [INFO ] maestro.Maestro - Inputting text: test@stripe.com
325
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com COMPLETED
326
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BSB" RUNNING
327
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
328
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
329
- [INFO ] maestro.Maestro - Refreshed element
330
- [INFO ] maestro.Maestro - Tapping at (301, 594) using hierarchy based logic for wait
331
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
332
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
333
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
334
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "BSB" COMPLETED
335
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000000 RUNNING
336
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=000000, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
337
- [INFO ] maestro.Maestro - Inputting text: 000000
338
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000000 COMPLETED
339
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Account number" RUNNING
340
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
341
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
342
- [INFO ] maestro.Maestro - Refreshed element
343
- [INFO ] maestro.Maestro - Tapping at (778, 594) using hierarchy based logic for wait
344
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
345
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
346
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
347
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
348
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=0.009533482). Proceed.
349
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Account number" COMPLETED
350
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000123456 RUNNING
351
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=000123456, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
352
- [INFO ] maestro.Maestro - Inputting text: 000123456
353
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 000123456 COMPLETED
354
- [INFO ] m.cli.runner.MaestroCommandRunner - Hide Keyboard RUNNING
355
- [INFO ] m.cli.runner.MaestroCommandRunner - Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=HideKeyboardCommand(), takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
356
- [INFO ] maestro.Maestro - Hiding Keyboard
357
- [INFO ] m.cli.runner.MaestroCommandRunner - Hide Keyboard COMPLETED
358
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "Save" is visible. RUNNING
359
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "Save" is visible. metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, centerElement=false, label=null), travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
360
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "Save" is visible. COMPLETED
361
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Save" RUNNING
362
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Save" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
363
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Save, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[493,1434][586,1491], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=493, y=1434, width=93, height=57))
364
- [INFO ] maestro.Maestro - Refreshed element
365
- [INFO ] maestro.Maestro - Tapping at (539, 1462) using hierarchy based logic for wait
366
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
367
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
368
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
369
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
370
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=2.6526423). Proceed.
371
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Save" COMPLETED
372
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible RUNNING
373
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null), assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
374
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible COMPLETED
375
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "OK" RUNNING
376
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
377
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=OK, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=android:id/button1, clickable=true, bounds=[810,1029][978,1155], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=810, y=1029, width=168, height=126))
378
- [INFO ] maestro.Maestro - Refreshed element
379
- [INFO ] maestro.Maestro - Tapping at (894, 1092) using hierarchy based logic for wait
380
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
381
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
382
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
383
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "OK" COMPLETED
384
- 16:53:28.751 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
385
- 16:53:28.752 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
386
- 16:53:28.752 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
387
- 16:53:28.753 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
388
- 16:53:28.753 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
389
- 16:53:28.753 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
390
- 16:53:28.753 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
391
- 16:53:28.863 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
392
- 16:53:28.867 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
393
- 16:53:28.871 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
394
- 16:53:28.871 [ INFO] MAESTRO.logSystemInfo: ---------------------
395
- 16:53:29.454 [ INFO] maestro.cli.command.TestCommand.runShardSuite: [shard 1] Selected device 042D1D96-33BF-40A7-B485-69F794152F60 using port 7001 with execution plan ExecutionPlan(flowsToRun=[/Users/tianzhao/stripe/stripe-react-native/./e2e-tests/android-only/becs-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
396
- 16:53:29.704 [TRACE] ios.xctest.XCTestIOSDevice.open: Opening a connection
397
- 16:53:29.705 [TRACE] xcuitest.XCTestDriverClient.restartXCTestRunner: Restarting XCTest Runner (uninstalling, installing and starting)
398
- 16:53:29.705 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
399
- 16:53:29.706 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Failed] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60, exception: java.net.ConnectException: Failed to connect to /127.0.0.1:7001
400
- 16:53:29.706 [TRACE] xcuitest.XCTestDriverClient.restartXCTestRunner: XCTest Runner uninstalled, will install and start it
401
- 16:53:29.706 [ INFO] xcuitest.installer.LocalXCTestInstaller.invoke: start()
402
- 16:53:29.706 [ INFO] xcuitest.installer.LocalXCTestInstaller.invoke: [Start] Install XCUITest runner on 042D1D96-33BF-40A7-B485-69F794152F60
403
- 16:53:29.706 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
404
- 16:53:29.707 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Failed] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60, exception: java.net.ConnectException: Failed to connect to /127.0.0.1:7001
405
- 16:53:29.707 [ INFO] xcuitest.installer.IOSBuildProductsExtractor.extract: [Start] Writing build products
406
- 16:53:29.736 [ INFO] xcuitest.installer.IOSBuildProductsExtractor.extract: [Done] Writing build products
407
- 16:53:29.736 [ INFO] xcuitest.installer.IOSBuildProductsExtractor.extract: [Start] Writing maestro-driver-iosUITests-Runner app
408
- 16:53:29.881 [ INFO] xcuitest.installer.IOSBuildProductsExtractor.extract: [Done] Writing maestro-driver-iosUITests-Runner app
409
- 16:53:29.881 [ INFO] xcuitest.installer.IOSBuildProductsExtractor.extract: [Start] Writing maestro-driver-ios app
410
- 16:53:29.888 [ INFO] xcuitest.installer.IOSBuildProductsExtractor.extract: [Done] Writing maestro-driver-ios app
411
- 16:53:29.889 [ INFO] xcuitest.installer.LocalXCTestInstaller.startXCTestRunner: Installing driver with xcodebuild
412
- 16:53:29.889 [ INFO] xcuitest.installer.LocalXCTestInstaller.startXCTestRunner: [Start] Running XcUITest with `xcodebuild test-without-building` with 7001 and config: IOSDriverConfig(prebuiltRunner=false, sourceDirectory=driver-iPhoneSimulator, context=CLI, snapshotKeyHonorModalViews=null)
413
- 16:53:29.892 [ INFO] util.CommandLineUtils.runCommand: Running command line operation: [xcodebuild, test-without-building, -xctestrun, /var/folders/fr/wwmrxrys7v32qhnlkj7xjbp80000gn/T/042D1D96-33BF-40A7-B485-69F794152F6017228302097432293447/maestro-driver-ios-config.xctestrun, -destination, id=042D1D96-33BF-40A7-B485-69F794152F60, -derivedDataPath, /var/folders/fr/wwmrxrys7v32qhnlkj7xjbp80000gn/T/maestro_xctestrunner_xcodebuild_output9148141699816998469] with {TEST_RUNNER_PORT=7001}
414
- 16:53:29.900 [ INFO] xcuitest.installer.LocalXCTestInstaller.startXCTestRunner: [Done] Running XcUITest with `xcodebuild test-without-building`
415
- 16:53:29.900 [ INFO] xcuitest.installer.LocalXCTestInstaller.invoke: [Done] Install XCUITest runner on 042D1D96-33BF-40A7-B485-69F794152F60
416
- 16:53:29.900 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
417
- 16:53:29.901 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Failed] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60, exception: java.net.ConnectException: Failed to connect to /127.0.0.1:7001
418
- 16:53:30.406 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
419
- 16:53:30.406 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Failed] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60, exception: java.net.ConnectException: Failed to connect to /127.0.0.1:7001
420
- 16:53:30.909 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
421
- 16:53:30.910 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Failed] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60, exception: java.net.ConnectException: Failed to connect to /127.0.0.1:7001
422
- 16:53:31.415 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
423
- 16:53:31.416 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Failed] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60, exception: java.net.ConnectException: Failed to connect to /127.0.0.1:7001
424
- 16:53:31.923 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
425
- 16:53:31.924 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Failed] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60, exception: java.net.ConnectException: Failed to connect to /127.0.0.1:7001
426
- 16:53:32.426 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
427
- 16:53:32.427 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Failed] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60, exception: java.net.ConnectException: Failed to connect to /127.0.0.1:7001
428
- 16:53:32.931 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
429
- 16:53:32.934 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Done] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
430
- 16:53:32.973 [ INFO] maestro.Maestro.invoke: Getting device info
431
- 16:53:33.063 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
432
- 16:53:33.063 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=IOS, widthPixels=1125, heightPixels=2436, widthGrid=375, heightGrid=812)
433
- 16:53:33.124 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
434
- 16:53:33.126 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=, MAESTRO_FILENAME=becs-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
435
- 16:53:33.129 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
436
- 16:53:33.132 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
437
- 16:53:33.135 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
438
- 16:53:33.136 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
439
- 16:53:33.137 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
440
- 16:53:33.139 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
441
- 16:53:33.141 [ INFO] device.SimctlIOSDevice.setPermissions: [Start] Setting permissions all=allow through applesimutils
442
- 16:53:33.141 [ INFO] util.LocalSimulatorUtils.setAppleSimutilsPermissions: [Start] Setting permissions via pinned applesimutils
443
- 16:53:33.141 [ INFO] util.CommandLineUtils.runCommand: Running command line operation: [/Users/tianzhao/.maestro/deps/applesimutils, --byId, 042D1D96-33BF-40A7-B485-69F794152F60, --bundle, com.stripe.react.native, --setPermissions, calendar=YES,camera=YES,contacts=YES,faceid=YES,homekit=YES,medialibrary=YES,microphone=YES,motion=YES,photos=YES,reminders=YES,siri=YES,speech=YES,userTracking=YES] with {}
444
- 16:53:33.206 [ERROR] util.CommandLineUtils.runCommand: Process failed with exit code 137
445
- 16:53:33.206 [ERROR] util.CommandLineUtils.runCommand: Error output
446
- 16:53:33.207 [ERROR] util.LocalSimulatorUtils.setAppleSimutilsPermissions: Exception while setting permissions through pinned applesimutils
447
- java.lang.IllegalStateException:
448
- at util.CommandLineUtils.runCommand(CommandLineUtils.kt:50)
449
- at util.CommandLineUtils.runCommand$default(CommandLineUtils.kt:17)
450
- at util.LocalSimulatorUtils.setAppleSimutilsPermissions(LocalSimulatorUtils.kt:442)
451
- at device.SimctlIOSDevice.setPermissions(SimctlIOSDevice.kt:165)
452
- at ios.LocalIOSDevice.setPermissions(LocalIOSDevice.kt:147)
453
- at maestro.drivers.IOSDriver$setPermissions$1$1.invoke(IOSDriver.kt:496)
454
- at maestro.drivers.IOSDriver$setPermissions$1$1.invoke(IOSDriver.kt:495)
455
- at maestro.drivers.IOSDriver.runDeviceCall(IOSDriver.kt:540)
456
- at maestro.drivers.IOSDriver.access$runDeviceCall(IOSDriver.kt:57)
457
- at maestro.drivers.IOSDriver$setPermissions$1.invoke(IOSDriver.kt:495)
458
- at maestro.drivers.IOSDriver$setPermissions$1.invoke(IOSDriver.kt:494)
459
- at maestro.utils.Metrics.measured(Metrics.kt:48)
460
- at maestro.drivers.IOSDriver.setPermissions(IOSDriver.kt:494)
461
- at maestro.Maestro.setPermissions(Maestro.kt:89)
462
- at maestro.orchestra.Orchestra.launchAppCommand(Orchestra.kt:986)
463
- at maestro.orchestra.Orchestra.executeCommand(Orchestra.kt:346)
464
- at maestro.orchestra.Orchestra.executeCommands(Orchestra.kt:256)
465
- at maestro.orchestra.Orchestra.runFlow(Orchestra.kt:174)
466
- at maestro.cli.runner.MaestroCommandRunner.runCommands(MaestroCommandRunner.kt:189)
467
- at maestro.cli.runner.TestRunner$runSingle$result$1$1.invokeSuspend(TestRunner.kt:74)
468
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
469
- at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
470
- at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
471
- at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
472
- at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
473
- at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
474
- at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
475
- at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
476
- at maestro.cli.runner.TestRunner$runSingle$result$1.invoke(TestRunner.kt:73)
477
- at maestro.cli.runner.TestRunner$runSingle$result$1.invoke(TestRunner.kt:64)
478
- at maestro.cli.runner.TestRunner.runCatching(TestRunner.kt:196)
479
- at maestro.cli.runner.TestRunner.runSingle(TestRunner.kt:64)
480
- at maestro.cli.command.TestCommand.runSingleFlow(TestCommand.kt:402)
481
- at maestro.cli.command.TestCommand.access$runSingleFlow(TestCommand.kt:65)
482
- at maestro.cli.command.TestCommand$runShardSuite$1.invoke(TestCommand.kt:377)
483
- at maestro.cli.command.TestCommand$runShardSuite$1.invoke(TestCommand.kt:342)
484
- at maestro.cli.session.MaestroSessionManager.newSession(MaestroSessionManager.kt:129)
485
- at maestro.cli.session.MaestroSessionManager.newSession$default(MaestroSessionManager.kt:65)
486
- at maestro.cli.command.TestCommand.runShardSuite(TestCommand.kt:342)
487
- at maestro.cli.command.TestCommand.access$runShardSuite(TestCommand.kt:65)
488
- at maestro.cli.command.TestCommand$handleSessions$1$results$1$1.invokeSuspend(TestCommand.kt:308)
489
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
490
- at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
491
- at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111)
492
- at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99)
493
- at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585)
494
- at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802)
495
- at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706)
496
- at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)
497
- 16:53:33.207 [ INFO] util.LocalSimulatorUtils.setAppleSimutilsPermissions: [Start] Setting permissions via applesimutils as fallback
498
- 16:53:33.207 [ INFO] util.CommandLineUtils.runCommand: Running command line operation: [applesimutils, --byId, 042D1D96-33BF-40A7-B485-69F794152F60, --bundle, com.stripe.react.native, --setPermissions, calendar=YES,camera=YES,contacts=YES,faceid=YES,homekit=YES,medialibrary=YES,microphone=YES,motion=YES,photos=YES,reminders=YES,siri=YES,speech=YES,userTracking=YES] with {}
499
- 16:53:33.212 [ERROR] device.SimctlIOSDevice.setPermissions: Failed setting permissions {all=allow} via applesimutils
500
- java.io.IOException: Cannot run program "applesimutils": error=2, No such file or directory
501
- at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
502
- at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
503
- at util.CommandLineUtils.runCommand(CommandLineUtils.kt:37)
504
- at util.CommandLineUtils.runCommand$default(CommandLineUtils.kt:17)
505
- at util.LocalSimulatorUtils.setAppleSimutilsPermissions(LocalSimulatorUtils.kt:457)
506
- at device.SimctlIOSDevice.setPermissions(SimctlIOSDevice.kt:165)
507
- at ios.LocalIOSDevice.setPermissions(LocalIOSDevice.kt:147)
508
- at maestro.drivers.IOSDriver$setPermissions$1$1.invoke(IOSDriver.kt:496)
509
- at maestro.drivers.IOSDriver$setPermissions$1$1.invoke(IOSDriver.kt:495)
510
- at maestro.drivers.IOSDriver.runDeviceCall(IOSDriver.kt:540)
511
- at maestro.drivers.IOSDriver.access$runDeviceCall(IOSDriver.kt:57)
512
- at maestro.drivers.IOSDriver$setPermissions$1.invoke(IOSDriver.kt:495)
513
- at maestro.drivers.IOSDriver$setPermissions$1.invoke(IOSDriver.kt:494)
514
- at maestro.utils.Metrics.measured(Metrics.kt:48)
515
- at maestro.drivers.IOSDriver.setPermissions(IOSDriver.kt:494)
516
- at maestro.Maestro.setPermissions(Maestro.kt:89)
517
- at maestro.orchestra.Orchestra.launchAppCommand(Orchestra.kt:986)
518
- at maestro.orchestra.Orchestra.executeCommand(Orchestra.kt:346)
519
- at maestro.orchestra.Orchestra.executeCommands(Orchestra.kt:256)
520
- at maestro.orchestra.Orchestra.runFlow(Orchestra.kt:174)
521
- at maestro.cli.runner.MaestroCommandRunner.runCommands(MaestroCommandRunner.kt:189)
522
- at maestro.cli.runner.TestRunner$runSingle$result$1$1.invokeSuspend(TestRunner.kt:74)
523
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
524
- at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
525
- at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
526
- at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
527
- at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
528
- at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
529
- at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
530
- at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
531
- at maestro.cli.runner.TestRunner$runSingle$result$1.invoke(TestRunner.kt:73)
532
- at maestro.cli.runner.TestRunner$runSingle$result$1.invoke(TestRunner.kt:64)
533
- at maestro.cli.runner.TestRunner.runCatching(TestRunner.kt:196)
534
- at maestro.cli.runner.TestRunner.runSingle(TestRunner.kt:64)
535
- at maestro.cli.command.TestCommand.runSingleFlow(TestCommand.kt:402)
536
- at maestro.cli.command.TestCommand.access$runSingleFlow(TestCommand.kt:65)
537
- at maestro.cli.command.TestCommand$runShardSuite$1.invoke(TestCommand.kt:377)
538
- at maestro.cli.command.TestCommand$runShardSuite$1.invoke(TestCommand.kt:342)
539
- at maestro.cli.session.MaestroSessionManager.newSession(MaestroSessionManager.kt:129)
540
- at maestro.cli.session.MaestroSessionManager.newSession$default(MaestroSessionManager.kt:65)
541
- at maestro.cli.command.TestCommand.runShardSuite(TestCommand.kt:342)
542
- at maestro.cli.command.TestCommand.access$runShardSuite(TestCommand.kt:65)
543
- at maestro.cli.command.TestCommand$handleSessions$1$results$1$1.invokeSuspend(TestCommand.kt:308)
544
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
545
- at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
546
- at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111)
547
- at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99)
548
- at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585)
549
- at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802)
550
- at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706)
551
- at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)
552
- Caused by: java.io.IOException: error=2, No such file or directory
553
- at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
554
- at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
555
- at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
556
- at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
557
- ... 50 common frames omitted
558
- 16:53:33.212 [ INFO] device.SimctlIOSDevice.setPermissions: [Start] Setting Permissions all=allow through simctl
559
- 16:53:33.212 [ INFO] util.CommandLineUtils.runCommand: Running command line operation: [xcrun, simctl, privacy, 042D1D96-33BF-40A7-B485-69F794152F60, grant, location-always, com.stripe.react.native] with {}
560
- 16:53:33.390 [ INFO] device.SimctlIOSDevice.setPermissions: [Done] Setting Permissions all=allow through simctl
561
- 16:53:33.400 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
562
- 16:53:34.500 [ INFO] util.CommandLineUtils.runCommand: Running command line operation: [xcrun, simctl, launch, 042D1D96-33BF-40A7-B485-69F794152F60, com.stripe.react.native] with {}
563
- 16:53:34.693 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
564
- 16:53:34.695 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" RUNNING
565
- 16:53:34.696 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
566
- 16:53:34.769 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
567
- 16:53:34.770 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
568
- 16:53:37.211 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 21
569
- 16:53:37.211 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 21
570
- 16:53:37.211 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
571
- 16:53:37.217 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={accessibilityText=Bank Debits, title=, value=, text=, hintText=, resource-id=, bounds=[0,205][375,260], enabled=true, focused=false, selected=false, checked=false}, children=[], clickable=null, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=205, width=375, height=55))
572
- 16:53:37.217 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
573
- 16:53:37.305 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
574
- 16:53:37.306 [ INFO] device.IOSDevice.invoke: screen static = false
575
- 16:53:37.389 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
576
- 16:53:37.390 [ INFO] device.IOSDevice.invoke: screen static = false
577
- 16:53:37.474 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
578
- 16:53:37.474 [ INFO] device.IOSDevice.invoke: screen static = true
579
- 16:53:37.475 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
580
- 16:53:37.476 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Tapping at (187, 232) using screenshot based logic for wait
581
- 16:53:37.848 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
582
- 16:53:37.937 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
583
- 16:53:37.937 [ INFO] device.IOSDevice.invoke: screen static = false
584
- 16:53:38.021 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
585
- 16:53:38.021 [ INFO] device.IOSDevice.invoke: screen static = true
586
- 16:53:38.021 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Something has changed in the UI judging by view hierarchy. Proceed.
587
- 16:53:38.021 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" COMPLETED
588
- 16:53:38.023 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" RUNNING
589
- 16:53:38.025 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
590
- 16:53:38.051 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
591
- 16:53:38.052 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
592
- 16:53:38.175 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 21
593
- 16:53:38.176 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 21
594
- 16:53:38.176 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
595
- 16:53:38.179 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={accessibilityText=BECS Direct Debit set up, title=, value=, text=, hintText=, resource-id=, bounds=[32,475][359,519], enabled=true, focused=false, selected=false, checked=false}, children=[], clickable=null, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=32, y=475, width=327, height=44))
596
- 16:53:38.179 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
597
- 16:53:38.265 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
598
- 16:53:38.266 [ INFO] device.IOSDevice.invoke: screen static = true
599
- 16:53:38.267 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
600
- 16:53:38.267 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Tapping at (195, 497) using screenshot based logic for wait
601
- 16:53:38.623 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
602
- 16:53:38.714 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
603
- 16:53:38.715 [ INFO] device.IOSDevice.invoke: screen static = false
604
- 16:53:38.803 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
605
- 16:53:38.804 [ INFO] device.IOSDevice.invoke: screen static = false
606
- 16:53:38.893 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
607
- 16:53:38.893 [ INFO] device.IOSDevice.invoke: screen static = false
608
- 16:53:38.981 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
609
- 16:53:38.982 [ INFO] device.IOSDevice.invoke: screen static = false
610
- 16:53:39.069 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
611
- 16:53:39.069 [ INFO] device.IOSDevice.invoke: screen static = false
612
- 16:53:39.157 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
613
- 16:53:39.157 [ INFO] device.IOSDevice.invoke: screen static = true
614
- 16:53:39.157 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Something has changed in the UI judging by view hierarchy. Proceed.
615
- 16:53:39.157 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" COMPLETED
616
- 16:53:39.159 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" RUNNING
617
- 16:53:39.161 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
618
- 16:53:39.207 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
619
- 16:53:39.207 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
620
- 16:53:39.344 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
621
- 16:53:39.345 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
622
- 16:53:39.345 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
623
- 16:53:39.349 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={accessibilityText=Name, title=, value=, text=, hintText=, resource-id=, bounds=[32,124][84,148], enabled=true, focused=false, selected=false, checked=false}, children=[], clickable=null, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=32, y=124, width=52, height=24))
624
- 16:53:39.349 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
625
- 16:53:39.438 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
626
- 16:53:39.438 [ INFO] device.IOSDevice.invoke: screen static = true
627
- 16:53:39.439 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
628
- 16:53:39.439 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Tapping at (58, 136) using screenshot based logic for wait
629
- 16:53:39.797 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
630
- 16:53:39.896 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
631
- 16:53:39.896 [ INFO] device.IOSDevice.invoke: screen static = true
632
- 16:53:39.896 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Something has changed in the UI judging by view hierarchy. Proceed.
633
- 16:53:39.896 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" COMPLETED
634
- 16:53:39.898 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" RUNNING
635
- 16:53:39.900 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
636
- 16:53:39.944 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
637
- 16:53:39.945 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
638
- 16:53:40.056 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
639
- 16:53:40.056 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
640
- 16:53:40.056 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
641
- 16:53:40.059 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={accessibilityText=Full name, title=, value=, text=, hintText=Full name, resource-id=, bounds=[100,125][343,147], enabled=true, focused=false, selected=false, checked=false}, children=[], clickable=null, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=100, y=125, width=243, height=22))
642
- 16:53:40.060 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
643
- 16:53:40.149 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
644
- 16:53:40.151 [ INFO] device.IOSDevice.invoke: screen static = true
645
- 16:53:40.152 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
646
- 16:53:40.152 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Tapping at (221, 136) using screenshot based logic for wait
647
- 16:53:40.509 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
648
- 16:53:40.600 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
649
- 16:53:40.600 [ INFO] device.IOSDevice.invoke: screen static = true
650
- 16:53:40.600 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Something has changed in the UI judging by view hierarchy. Proceed.
651
- 16:53:40.600 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" COMPLETED
652
- 16:53:40.602 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe RUNNING
653
- 16:53:40.603 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=stripe, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
654
- 16:53:40.605 [ INFO] maestro.Maestro.inputText: Inputting text: stripe
655
- 16:53:42.223 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
656
- 16:53:42.333 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
657
- 16:53:42.333 [ INFO] device.IOSDevice.invoke: screen static = true
658
- 16:53:42.333 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe COMPLETED
659
- 16:53:42.335 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" RUNNING
660
- 16:53:42.336 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
661
- 16:53:42.368 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
662
- 16:53:42.368 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
663
- 16:53:42.532 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
664
- 16:53:42.532 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
665
- 16:53:42.532 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
666
- 16:53:42.569 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
667
- 16:53:42.569 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
668
- 16:53:42.718 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
669
- 16:53:42.718 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
670
- 16:53:42.718 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
671
- 16:53:42.752 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
672
- 16:53:42.752 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
673
- 16:53:42.903 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
674
- 16:53:42.903 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
675
- 16:53:42.904 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
676
- 16:53:42.939 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
677
- 16:53:42.939 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
678
- 16:53:43.084 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
679
- 16:53:43.084 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
680
- 16:53:43.085 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
681
- 16:53:43.120 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
682
- 16:53:43.120 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
683
- 16:53:43.267 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
684
- 16:53:43.267 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
685
- 16:53:43.267 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
686
- 16:53:43.301 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
687
- 16:53:43.301 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
688
- 16:53:43.447 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
689
- 16:53:43.447 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
690
- 16:53:43.447 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
691
- 16:53:43.481 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
692
- 16:53:43.481 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
693
- 16:53:43.619 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
694
- 16:53:43.619 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
695
- 16:53:43.619 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
696
- 16:53:43.651 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
697
- 16:53:43.651 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
698
- 16:53:43.793 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
699
- 16:53:43.793 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
700
- 16:53:43.793 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
701
- 16:53:43.828 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
702
- 16:53:43.828 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
703
- 16:53:43.979 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
704
- 16:53:43.979 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
705
- 16:53:43.980 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
706
- 16:53:44.012 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
707
- 16:53:44.013 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
708
- 16:53:44.156 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
709
- 16:53:44.156 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
710
- 16:53:44.156 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
711
- 16:53:44.190 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
712
- 16:53:44.190 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
713
- 16:53:44.329 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
714
- 16:53:44.329 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
715
- 16:53:44.330 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
716
- 16:53:44.362 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
717
- 16:53:44.362 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
718
- 16:53:44.504 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
719
- 16:53:44.504 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
720
- 16:53:44.504 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
721
- 16:53:44.537 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
722
- 16:53:44.538 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
723
- 16:53:44.682 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
724
- 16:53:44.682 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
725
- 16:53:44.682 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
726
- 16:53:44.714 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
727
- 16:53:44.715 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
728
- 16:53:44.857 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
729
- 16:53:44.858 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
730
- 16:53:44.858 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
731
- 16:53:44.888 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
732
- 16:53:44.889 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
733
- 16:53:45.030 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
734
- 16:53:45.030 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
735
- 16:53:45.030 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
736
- 16:53:45.063 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
737
- 16:53:45.063 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
738
- 16:53:45.195 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
739
- 16:53:45.195 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
740
- 16:53:45.196 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
741
- 16:53:45.230 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
742
- 16:53:45.230 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
743
- 16:53:45.368 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
744
- 16:53:45.368 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
745
- 16:53:45.369 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
746
- 16:53:45.400 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
747
- 16:53:45.400 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
748
- 16:53:45.531 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
749
- 16:53:45.531 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
750
- 16:53:45.532 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
751
- 16:53:45.566 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
752
- 16:53:45.566 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
753
- 16:53:45.697 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
754
- 16:53:45.697 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
755
- 16:53:45.697 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
756
- 16:53:45.728 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
757
- 16:53:45.729 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
758
- 16:53:45.859 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
759
- 16:53:45.859 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
760
- 16:53:45.860 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
761
- 16:53:45.889 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
762
- 16:53:45.890 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
763
- 16:53:46.023 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
764
- 16:53:46.023 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
765
- 16:53:46.023 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
766
- 16:53:46.055 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
767
- 16:53:46.055 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
768
- 16:53:46.188 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
769
- 16:53:46.189 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
770
- 16:53:46.189 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
771
- 16:53:46.220 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
772
- 16:53:46.220 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
773
- 16:53:46.350 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
774
- 16:53:46.350 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
775
- 16:53:46.350 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
776
- 16:53:46.382 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
777
- 16:53:46.382 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
778
- 16:53:46.511 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
779
- 16:53:46.512 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
780
- 16:53:46.512 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
781
- 16:53:46.545 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
782
- 16:53:46.545 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
783
- 16:53:46.693 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
784
- 16:53:46.693 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
785
- 16:53:46.693 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
786
- 16:53:46.724 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
787
- 16:53:46.724 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
788
- 16:53:46.871 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
789
- 16:53:46.872 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
790
- 16:53:46.872 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
791
- 16:53:46.907 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
792
- 16:53:46.908 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
793
- 16:53:47.049 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
794
- 16:53:47.049 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
795
- 16:53:47.049 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
796
- 16:53:47.084 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
797
- 16:53:47.084 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
798
- 16:53:47.216 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
799
- 16:53:47.216 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
800
- 16:53:47.216 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
801
- 16:53:47.248 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
802
- 16:53:47.249 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
803
- 16:53:47.379 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
804
- 16:53:47.379 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
805
- 16:53:47.379 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
806
- 16:53:47.411 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
807
- 16:53:47.411 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
808
- 16:53:47.546 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
809
- 16:53:47.546 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
810
- 16:53:47.547 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
811
- 16:53:47.578 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
812
- 16:53:47.578 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
813
- 16:53:47.708 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
814
- 16:53:47.708 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
815
- 16:53:47.709 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
816
- 16:53:47.740 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
817
- 16:53:47.740 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
818
- 16:53:47.870 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
819
- 16:53:47.870 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
820
- 16:53:47.871 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
821
- 16:53:47.900 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
822
- 16:53:47.901 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
823
- 16:53:48.032 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
824
- 16:53:48.032 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
825
- 16:53:48.032 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
826
- 16:53:48.062 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
827
- 16:53:48.063 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
828
- 16:53:48.195 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
829
- 16:53:48.195 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
830
- 16:53:48.195 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
831
- 16:53:48.226 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
832
- 16:53:48.226 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
833
- 16:53:48.353 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
834
- 16:53:48.353 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
835
- 16:53:48.353 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
836
- 16:53:48.384 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
837
- 16:53:48.384 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
838
- 16:53:48.512 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
839
- 16:53:48.518 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
840
- 16:53:48.519 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
841
- 16:53:48.551 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
842
- 16:53:48.551 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
843
- 16:53:48.685 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
844
- 16:53:48.685 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
845
- 16:53:48.685 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
846
- 16:53:48.715 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
847
- 16:53:48.715 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
848
- 16:53:48.846 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
849
- 16:53:48.846 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
850
- 16:53:48.846 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
851
- 16:53:48.876 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
852
- 16:53:48.876 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
853
- 16:53:49.009 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
854
- 16:53:49.009 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
855
- 16:53:49.009 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
856
- 16:53:49.039 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
857
- 16:53:49.039 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
858
- 16:53:49.170 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
859
- 16:53:49.170 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
860
- 16:53:49.170 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
861
- 16:53:49.200 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
862
- 16:53:49.200 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
863
- 16:53:49.333 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
864
- 16:53:49.333 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
865
- 16:53:49.333 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
866
- 16:53:49.363 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
867
- 16:53:49.364 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
868
- 16:53:49.491 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
869
- 16:53:49.491 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
870
- 16:53:49.492 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
871
- 16:53:49.493 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Email Address
872
- 16:53:49.494 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Email Address, level=WARNING), aiReasoning=null, labeledCommand=null)
873
- 16:53:49.497 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" WARNED
874
- 16:53:49.500 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
875
- 16:53:49.501 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
876
- 16:53:49.557 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 RUNNING
877
- 16:53:49.558 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
878
- 16:53:49.590 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
879
- 16:53:49.591 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
880
- 16:53:49.731 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
881
- 16:53:49.731 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
882
- 16:53:49.732 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
883
- 16:53:49.734 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={accessibilityText=Email, title=, value=, text=, hintText=example@example.com, resource-id=, bounds=[100,169][343,191], enabled=true, focused=false, selected=false, checked=false}, children=[], clickable=null, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=100, y=169, width=243, height=22))
884
- 16:53:49.734 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
885
- 16:53:49.824 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
886
- 16:53:49.824 [ INFO] device.IOSDevice.invoke: screen static = false
887
- 16:53:49.914 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
888
- 16:53:49.915 [ INFO] device.IOSDevice.invoke: screen static = true
889
- 16:53:49.915 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
890
- 16:53:49.915 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Tapping at (221, 180) using screenshot based logic for wait
891
- 16:53:50.279 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
892
- 16:53:50.387 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
893
- 16:53:50.388 [ INFO] device.IOSDevice.invoke: screen static = false
894
- 16:53:50.485 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
895
- 16:53:50.485 [ INFO] device.IOSDevice.invoke: screen static = false
896
- 16:53:50.607 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
897
- 16:53:50.607 [ INFO] device.IOSDevice.invoke: screen static = false
898
- 16:53:50.717 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
899
- 16:53:50.717 [ INFO] device.IOSDevice.invoke: screen static = false
900
- 16:53:50.806 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
901
- 16:53:50.807 [ INFO] device.IOSDevice.invoke: screen static = false
902
- 16:53:50.902 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
903
- 16:53:50.902 [ INFO] device.IOSDevice.invoke: screen static = true
904
- 16:53:50.902 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Something has changed in the UI judging by view hierarchy. Proceed.
905
- 16:53:50.902 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 COMPLETED
906
- 16:53:50.903 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
907
- 16:53:50.904 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
908
- 16:53:50.905 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
909
- 16:53:52.813 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
910
- 16:53:52.938 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
911
- 16:53:52.939 [ INFO] device.IOSDevice.invoke: screen static = true
912
- 16:53:52.939 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
913
- 16:53:52.941 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" RUNNING
914
- 16:53:52.943 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
915
- 16:53:52.984 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
916
- 16:53:52.984 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
917
- 16:53:53.131 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
918
- 16:53:53.131 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
919
- 16:53:53.131 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
920
- 16:53:53.133 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={accessibilityText=BSB, title=, value=, text=, hintText=BSB, resource-id=, bounds=[32,239][181,261], enabled=true, focused=false, selected=false, checked=false}, children=[], clickable=null, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=32, y=239, width=149, height=22))
921
- 16:53:53.133 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
922
- 16:53:53.223 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
923
- 16:53:53.223 [ INFO] device.IOSDevice.invoke: screen static = false
924
- 16:53:53.312 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
925
- 16:53:53.313 [ INFO] device.IOSDevice.invoke: screen static = false
926
- 16:53:53.401 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
927
- 16:53:53.401 [ INFO] device.IOSDevice.invoke: screen static = false
928
- 16:53:53.491 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
929
- 16:53:53.491 [ INFO] device.IOSDevice.invoke: screen static = true
930
- 16:53:53.492 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
931
- 16:53:53.492 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Tapping at (106, 250) using screenshot based logic for wait
932
- 16:53:53.856 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
933
- 16:53:53.957 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
934
- 16:53:53.957 [ INFO] device.IOSDevice.invoke: screen static = false
935
- 16:53:54.059 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
936
- 16:53:54.059 [ INFO] device.IOSDevice.invoke: screen static = false
937
- 16:53:54.149 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
938
- 16:53:54.149 [ INFO] device.IOSDevice.invoke: screen static = false
939
- 16:53:54.235 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
940
- 16:53:54.236 [ INFO] device.IOSDevice.invoke: screen static = false
941
- 16:53:54.319 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
942
- 16:53:54.320 [ INFO] device.IOSDevice.invoke: screen static = false
943
- 16:53:54.403 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
944
- 16:53:54.403 [ INFO] device.IOSDevice.invoke: screen static = false
945
- 16:53:54.488 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
946
- 16:53:54.488 [ INFO] device.IOSDevice.invoke: screen static = true
947
- 16:53:54.489 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Something has changed in the UI judging by view hierarchy. Proceed.
948
- 16:53:54.489 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" COMPLETED
949
- 16:53:54.490 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 RUNNING
950
- 16:53:54.492 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
951
- 16:53:54.493 [ INFO] maestro.Maestro.inputText: Inputting text: 000000
952
- 16:53:56.097 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
953
- 16:53:56.195 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
954
- 16:53:56.196 [ INFO] device.IOSDevice.invoke: screen static = false
955
- 16:53:56.296 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
956
- 16:53:56.297 [ INFO] device.IOSDevice.invoke: screen static = false
957
- 16:53:56.387 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
958
- 16:53:56.387 [ INFO] device.IOSDevice.invoke: screen static = false
959
- 16:53:56.472 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
960
- 16:53:56.472 [ INFO] device.IOSDevice.invoke: screen static = false
961
- 16:53:56.557 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
962
- 16:53:56.557 [ INFO] device.IOSDevice.invoke: screen static = false
963
- 16:53:56.646 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
964
- 16:53:56.647 [ INFO] device.IOSDevice.invoke: screen static = false
965
- 16:53:56.736 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
966
- 16:53:56.736 [ INFO] device.IOSDevice.invoke: screen static = true
967
- 16:53:56.736 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 COMPLETED
968
- 16:53:56.738 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" RUNNING
969
- 16:53:56.740 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
970
- 16:53:56.769 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
971
- 16:53:56.769 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
972
- 16:53:56.894 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
973
- 16:53:56.894 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
974
- 16:53:56.894 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
975
- 16:53:56.896 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={accessibilityText=Account number, title=, value=, text=, hintText=Account number, resource-id=, bounds=[193,239][343,261], enabled=true, focused=false, selected=false, checked=false}, children=[], clickable=null, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=193, y=239, width=150, height=22))
976
- 16:53:56.896 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
977
- 16:53:56.986 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
978
- 16:53:56.986 [ INFO] device.IOSDevice.invoke: screen static = false
979
- 16:53:57.075 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
980
- 16:53:57.075 [ INFO] device.IOSDevice.invoke: screen static = false
981
- 16:53:57.162 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
982
- 16:53:57.162 [ INFO] device.IOSDevice.invoke: screen static = true
983
- 16:53:57.162 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
984
- 16:53:57.162 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Tapping at (268, 250) using screenshot based logic for wait
985
- 16:53:57.525 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
986
- 16:53:57.648 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
987
- 16:53:57.648 [ INFO] device.IOSDevice.invoke: screen static = true
988
- 16:53:57.648 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Something has changed in the UI judging by view hierarchy. Proceed.
989
- 16:53:57.649 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" COMPLETED
990
- 16:53:57.650 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 RUNNING
991
- 16:53:57.652 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000123456, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
992
- 16:53:57.654 [ INFO] maestro.Maestro.inputText: Inputting text: 000123456
993
- 16:53:59.357 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
994
- 16:53:59.467 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
995
- 16:53:59.468 [ INFO] device.IOSDevice.invoke: screen static = false
996
- 16:53:59.558 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
997
- 16:53:59.558 [ INFO] device.IOSDevice.invoke: screen static = false
998
- 16:53:59.645 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
999
- 16:53:59.645 [ INFO] device.IOSDevice.invoke: screen static = false
1000
- 16:53:59.731 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
1001
- 16:53:59.731 [ INFO] device.IOSDevice.invoke: screen static = false
1002
- 16:53:59.819 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
1003
- 16:53:59.820 [ INFO] device.IOSDevice.invoke: screen static = true
1004
- 16:53:59.820 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 COMPLETED
1005
- 16:53:59.822 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard RUNNING
1006
- 16:53:59.824 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1007
- 16:53:59.825 [ INFO] maestro.Maestro.hideKeyboard: Hiding Keyboard
1008
- 16:53:59.856 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1009
- 16:53:59.857 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1010
- 16:53:59.971 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1011
- 16:53:59.972 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1012
- 16:53:59.972 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1013
- 16:53:59.974 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1014
- 16:54:00.092 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1015
- 16:54:00.092 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1016
- 16:54:00.092 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1017
- 16:54:00.094 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1018
- 16:54:00.202 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1019
- 16:54:00.203 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1020
- 16:54:00.203 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1021
- 16:54:00.205 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1022
- 16:54:00.309 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1023
- 16:54:00.309 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1024
- 16:54:00.309 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1025
- 16:54:00.310 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1026
- 16:54:00.418 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1027
- 16:54:00.418 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1028
- 16:54:00.418 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1029
- 16:54:00.420 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1030
- 16:54:00.527 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1031
- 16:54:00.527 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1032
- 16:54:00.527 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1033
- 16:54:00.528 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1034
- 16:54:00.632 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1035
- 16:54:00.632 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1036
- 16:54:00.632 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1037
- 16:54:00.634 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1038
- 16:54:00.747 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1039
- 16:54:00.747 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1040
- 16:54:00.747 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1041
- 16:54:00.748 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1042
- 16:54:00.865 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1043
- 16:54:00.865 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1044
- 16:54:00.866 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1045
- 16:54:00.867 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1046
- 16:54:00.980 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1047
- 16:54:00.980 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1048
- 16:54:00.980 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1049
- 16:54:00.982 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1050
- 16:54:01.089 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1051
- 16:54:01.089 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1052
- 16:54:01.089 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1053
- 16:54:01.089 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1054
- 16:54:01.196 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1055
- 16:54:01.197 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1056
- 16:54:01.197 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1057
- 16:54:01.197 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1058
- 16:54:01.299 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1059
- 16:54:01.299 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1060
- 16:54:01.300 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1061
- 16:54:01.301 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1062
- 16:54:01.412 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1063
- 16:54:01.413 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1064
- 16:54:01.413 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1065
- 16:54:01.414 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1066
- 16:54:01.518 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1067
- 16:54:01.518 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1068
- 16:54:01.519 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1069
- 16:54:01.520 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1070
- 16:54:01.623 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1071
- 16:54:01.623 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1072
- 16:54:01.623 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1073
- 16:54:01.624 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1074
- 16:54:01.725 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1075
- 16:54:01.725 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1076
- 16:54:01.726 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1077
- 16:54:01.727 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1078
- 16:54:01.844 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1079
- 16:54:01.844 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1080
- 16:54:01.844 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1081
- 16:54:01.846 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1082
- 16:54:01.962 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1083
- 16:54:01.962 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1084
- 16:54:01.962 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1085
- 16:54:01.964 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1086
- 16:54:02.070 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1087
- 16:54:02.071 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1088
- 16:54:02.071 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1089
- 16:54:02.072 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1090
- 16:54:02.179 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1091
- 16:54:02.179 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1092
- 16:54:02.179 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1093
- 16:54:02.181 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1094
- 16:54:02.281 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1095
- 16:54:02.281 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1096
- 16:54:02.281 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1097
- 16:54:02.283 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1098
- 16:54:02.383 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1099
- 16:54:02.383 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1100
- 16:54:02.384 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1101
- 16:54:02.385 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1102
- 16:54:02.486 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1103
- 16:54:02.487 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1104
- 16:54:02.487 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1105
- 16:54:02.488 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1106
- 16:54:02.590 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1107
- 16:54:02.590 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1108
- 16:54:02.590 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1109
- 16:54:02.591 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1110
- 16:54:02.693 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1111
- 16:54:02.693 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1112
- 16:54:02.694 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1113
- 16:54:02.695 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1114
- 16:54:02.795 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1115
- 16:54:02.795 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1116
- 16:54:02.795 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1117
- 16:54:02.797 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1118
- 16:54:02.911 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1119
- 16:54:02.912 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1120
- 16:54:02.912 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1121
- 16:54:02.915 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1122
- 16:54:03.027 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1123
- 16:54:03.027 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1124
- 16:54:03.028 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1125
- 16:54:03.029 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1126
- 16:54:03.136 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1127
- 16:54:03.136 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1128
- 16:54:03.136 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1129
- 16:54:03.138 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1130
- 16:54:03.241 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1131
- 16:54:03.241 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1132
- 16:54:03.242 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1133
- 16:54:03.243 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1134
- 16:54:03.344 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1135
- 16:54:03.344 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1136
- 16:54:03.344 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1137
- 16:54:03.345 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1138
- 16:54:03.452 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1139
- 16:54:03.452 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1140
- 16:54:03.453 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1141
- 16:54:03.454 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1142
- 16:54:03.565 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1143
- 16:54:03.565 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1144
- 16:54:03.565 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1145
- 16:54:03.566 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1146
- 16:54:03.673 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1147
- 16:54:03.674 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1148
- 16:54:03.674 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1149
- 16:54:03.675 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1150
- 16:54:03.777 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1151
- 16:54:03.777 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1152
- 16:54:03.777 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1153
- 16:54:03.779 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1154
- 16:54:03.883 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1155
- 16:54:03.884 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1156
- 16:54:03.884 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1157
- 16:54:03.886 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1158
- 16:54:03.990 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1159
- 16:54:03.990 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1160
- 16:54:03.990 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1161
- 16:54:03.991 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard COMPLETED
1162
- 16:54:03.992 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
1163
- 16:54:03.993 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1164
- 16:54:04.021 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1165
- 16:54:04.048 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1166
- 16:54:04.048 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1167
- 16:54:04.148 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1168
- 16:54:04.148 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1169
- 16:54:04.148 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1170
- 16:54:04.151 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 375, DeviceWidth: 812
1171
- 16:54:04.151 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=16, y=548, width=343, height=43)
1172
- 16:54:04.151 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
1173
- 16:54:04.151 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
1174
- 16:54:04.151 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
1175
- 16:54:04.151 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
1176
- 16:54:04.152 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" RUNNING
1177
- 16:54:04.153 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1178
- 16:54:04.182 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1179
- 16:54:04.182 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1180
- 16:54:04.307 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1181
- 16:54:04.307 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1182
- 16:54:04.308 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1183
- 16:54:04.309 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={accessibilityText=Save, title=, value=, text=, hintText=, resource-id=, bounds=[16,548][359,591], enabled=true, focused=false, selected=false, checked=false}, children=[], clickable=null, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=16, y=548, width=343, height=43))
1184
- 16:54:04.310 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
1185
- 16:54:04.394 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
1186
- 16:54:04.394 [ INFO] device.IOSDevice.invoke: screen static = true
1187
- 16:54:04.394 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1188
- 16:54:04.394 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Tapping at (187, 569) using screenshot based logic for wait
1189
- 16:54:04.754 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
1190
- 16:54:04.858 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
1191
- 16:54:04.858 [ INFO] device.IOSDevice.invoke: screen static = false
1192
- 16:54:04.943 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
1193
- 16:54:04.943 [ INFO] device.IOSDevice.invoke: screen static = true
1194
- 16:54:04.943 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Something has changed in the UI judging by view hierarchy. Proceed.
1195
- 16:54:04.943 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" COMPLETED
1196
- 16:54:04.944 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
1197
- 16:54:04.945 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1198
- 16:54:04.973 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1199
- 16:54:04.973 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1200
- 16:54:05.078 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1201
- 16:54:05.078 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1202
- 16:54:05.079 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1203
- 16:54:05.106 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1204
- 16:54:05.106 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1205
- 16:54:05.214 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1206
- 16:54:05.214 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1207
- 16:54:05.214 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1208
- 16:54:05.244 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1209
- 16:54:05.244 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1210
- 16:54:05.348 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1211
- 16:54:05.348 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1212
- 16:54:05.349 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1213
- 16:54:05.377 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1214
- 16:54:05.377 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1215
- 16:54:05.479 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1216
- 16:54:05.479 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1217
- 16:54:05.479 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1218
- 16:54:05.508 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1219
- 16:54:05.508 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1220
- 16:54:05.620 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1221
- 16:54:05.620 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1222
- 16:54:05.620 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1223
- 16:54:05.654 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1224
- 16:54:05.655 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1225
- 16:54:05.780 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1226
- 16:54:05.781 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1227
- 16:54:05.781 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1228
- 16:54:05.782 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
1229
- 16:54:05.783 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
1230
- 16:54:05.784 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1231
- 16:54:05.813 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Device info DeviceInfo(widthPixels=1125, heightPixels=2436, widthPoints=375, heightPoints=812)
1232
- 16:54:05.814 [ INFO] device.IOSDevice.viewHierarchy: Requesting view hierarchy of the screen
1233
- 16:54:05.937 [TRACE] ios.xctest.XCTestIOSDevice.invoke: Depth received: 25
1234
- 16:54:05.938 [ INFO] device.IOSDevice.viewHierarchy: Depth of the screen is 25
1235
- 16:54:05.938 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1236
- 16:54:05.940 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={accessibilityText=OK, title=, value=, text=, hintText=, resource-id=, bounds=[52,440][322,484], enabled=true, focused=false, selected=false, checked=false}, children=[], clickable=null, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=52, y=440, width=270, height=44))
1237
- 16:54:05.941 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
1238
- 16:54:06.041 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
1239
- 16:54:06.041 [ INFO] device.IOSDevice.invoke: screen static = false
1240
- 16:54:06.140 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
1241
- 16:54:06.140 [ INFO] device.IOSDevice.invoke: screen static = true
1242
- 16:54:06.140 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1243
- 16:54:06.140 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Tapping at (187, 462) using screenshot based logic for wait
1244
- 16:54:06.504 [ INFO] device.IOSDevice.invoke-F9mIFpk: Waiting for animation to end with timeout 3000
1245
- 16:54:06.646 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
1246
- 16:54:06.646 [ INFO] device.IOSDevice.invoke: screen static = false
1247
- 16:54:06.742 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = false
1248
- 16:54:06.743 [ INFO] device.IOSDevice.invoke: screen static = false
1249
- 16:54:06.832 [ INFO] ios.xctest.XCTestIOSDevice.invoke: Screen diff request finished with isScreenStatic = true
1250
- 16:54:06.833 [ INFO] device.IOSDevice.invoke: screen static = true
1251
- 16:54:06.833 [ INFO] maestro.Maestro.screenshotBasedTap-hbl3e4M: Something has changed in the UI judging by view hierarchy. Proceed.
1252
- 16:54:06.833 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
1253
- 16:54:07.223 [ INFO] xcuitest.installer.LocalXCTestInstaller.close: [Start] Cleaning up the ui test runner files
1254
- 16:54:07.247 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Start] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
1255
- 16:54:07.249 [ INFO] xcuitest.installer.LocalXCTestInstaller.xcTestDriverStatusCheck: [Done] Perform XCUITest driver status check on 042D1D96-33BF-40A7-B485-69F794152F60
1256
- 16:54:07.249 [TRACE] xcuitest.installer.LocalXCTestInstaller.invoke$killXCTestRunnerProcess: Will attempt to stop all alive XCTest Runner processes before uninstalling
1257
- 16:54:07.249 [TRACE] xcuitest.installer.LocalXCTestInstaller.invoke$killXCTestRunnerProcess: XCTest Runner process started by us is alive, killing it
1258
- 16:54:07.578 [TRACE] xcuitest.installer.LocalXCTestInstaller.invoke$killXCTestRunnerProcess: All XCTest Runner processes were stopped
1259
- 16:54:07.578 [TRACE] xcuitest.installer.LocalXCTestInstaller.invoke: Uninstalling XCTest Runner from device 042D1D96-33BF-40A7-B485-69F794152F60
1260
- 16:54:07.578 [ INFO] device.SimctlIOSDevice.close: [Start] Stop and uninstall the runner app
1261
- 16:54:07.578 [ INFO] util.LocalSimulatorUtils.terminate: [Start] Terminating app dev.mobile.maestro-driver-iosUITests.xctrunner
1262
- 16:54:07.578 [ INFO] util.CommandLineUtils.runCommand: Running command line operation: [xcrun, simctl, terminate, 042D1D96-33BF-40A7-B485-69F794152F60, dev.mobile.maestro-driver-iosUITests.xctrunner] with {}
1263
- 16:54:07.744 [ERROR] util.CommandLineUtils.runCommand: Process failed with exit code 3
1264
- 16:54:07.744 [ERROR] util.CommandLineUtils.runCommand: Error output An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
1265
- Simulator device failed to terminate dev.mobile.maestro-driver-iosUITests.xctrunner.
1266
- found nothing to terminate
1267
- Underlying error (domain=NSPOSIXErrorDomain, code=3):
1268
- The operation couldn’t be completed. found nothing to terminate
1269
- found nothing to terminate
1270
-
1271
- 16:54:07.744 [ INFO] util.LocalSimulatorUtils.terminate: [Done] Terminating app dev.mobile.maestro-driver-iosUITests.xctrunner
1272
- 16:54:07.745 [ INFO] util.CommandLineUtils.runCommand: Running command line operation: [xcrun, simctl, uninstall, 042D1D96-33BF-40A7-B485-69F794152F60, dev.mobile.maestro-driver-iosUITests.xctrunner] with {}
1273
- 16:54:07.927 [ INFO] device.SimctlIOSDevice.close: [Done] Stop and uninstall the runner app
1274
- 16:54:07.927 [ INFO] xcuitest.installer.LocalXCTestInstaller.close: [Done] Cleaning up the ui test runner files
1275
- 17:01:23.455 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
1276
- 17:01:23.456 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
1277
- 17:01:23.456 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
1278
- 17:01:23.456 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
1279
- 17:01:23.456 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
1280
- 17:01:23.457 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
1281
- 17:01:23.457 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
1282
- 17:01:23.670 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
1283
- 17:01:23.675 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
1284
- 17:01:23.679 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
1285
- 17:01:23.679 [ INFO] MAESTRO.logSystemInfo: ---------------------
1286
- 17:01:24.294 [ INFO] maestro.cli.command.TestCommand.runShardSuite: [shard 1] Selected device emulator-5554 using port 7001 with execution plan ExecutionPlan(flowsToRun=[/Users/tianzhao/stripe/stripe-react-native/./e2e-tests/android-only/becs-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
1287
- 17:01:26.124 [ INFO] maestro.Maestro.invoke: Getting device info
1288
- 17:01:26.303 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
1289
- 17:01:26.359 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
1290
- 17:01:26.362 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=, MAESTRO_FILENAME=becs-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1291
- 17:01:26.366 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
1292
- 17:01:26.368 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
1293
- 17:01:26.372 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1294
- 17:01:26.373 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
1295
- 17:01:26.375 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
1296
- 17:01:26.377 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1297
- 17:01:27.201 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
1298
- 17:01:27.293 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
1299
- 17:01:27.294 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" RUNNING
1300
- 17:01:27.295 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1301
- 17:01:29.452 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
1302
- 17:01:30.245 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1303
- 17:01:30.247 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 590) using hierarchy based logic for wait
1304
- 17:01:30.247 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1305
- 17:01:30.247 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1306
- 17:01:31.238 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1307
- 17:01:31.239 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" COMPLETED
1308
- 17:01:31.240 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" RUNNING
1309
- 17:01:31.241 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1310
- 17:01:31.342 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
1311
- 17:01:32.192 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1312
- 17:01:32.192 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1310) using hierarchy based logic for wait
1313
- 17:01:32.192 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1314
- 17:01:32.192 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1315
- 17:01:33.452 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1316
- 17:01:33.452 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" COMPLETED
1317
- 17:01:33.453 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" RUNNING
1318
- 17:01:33.454 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1319
- 17:01:33.520 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
1320
- 17:01:34.576 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1321
- 17:01:34.576 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 376) using hierarchy based logic for wait
1322
- 17:01:34.576 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1323
- 17:01:34.577 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1324
- 17:01:36.320 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1325
- 17:01:36.320 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" COMPLETED
1326
- 17:01:36.322 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" RUNNING
1327
- 17:01:36.323 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1328
- 17:01:43.392 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Full name
1329
- 17:01:43.394 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Full name, level=WARNING), aiReasoning=null, labeledCommand=null)
1330
- 17:01:43.396 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" WARNED
1331
- 17:01:43.399 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1332
- 17:01:43.399 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1333
- 17:01:43.459 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe RUNNING
1334
- 17:01:43.461 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=stripe, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1335
- 17:01:43.463 [ INFO] maestro.Maestro.inputText: Inputting text: stripe
1336
- 17:01:45.206 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe COMPLETED
1337
- 17:01:45.207 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" RUNNING
1338
- 17:01:45.209 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1339
- 17:01:45.257 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
1340
- 17:01:46.056 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1341
- 17:01:46.057 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 376) using hierarchy based logic for wait
1342
- 17:01:46.057 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1343
- 17:01:46.057 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1344
- 17:01:47.556 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1345
- 17:01:47.556 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" COMPLETED
1346
- 17:01:47.557 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 RUNNING
1347
- 17:01:47.558 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1348
- 17:01:54.668 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Email
1349
- 17:01:54.669 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Email, level=WARNING), aiReasoning=null, labeledCommand=null)
1350
- 17:01:54.670 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 WARNED
1351
- 17:01:54.671 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1352
- 17:01:54.671 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1353
- 17:01:54.730 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
1354
- 17:01:54.732 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1355
- 17:01:54.734 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
1356
- 17:01:56.839 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
1357
- 17:01:56.840 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" RUNNING
1358
- 17:01:56.841 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1359
- 17:01:56.934 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
1360
- 17:01:57.740 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1361
- 17:01:57.740 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 594) using hierarchy based logic for wait
1362
- 17:01:57.740 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1363
- 17:01:57.740 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1364
- 17:01:59.279 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1365
- 17:01:59.280 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" COMPLETED
1366
- 17:01:59.282 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 RUNNING
1367
- 17:01:59.284 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1368
- 17:01:59.286 [ INFO] maestro.Maestro.inputText: Inputting text: 000000
1369
- 17:02:01.558 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 COMPLETED
1370
- 17:02:01.561 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" RUNNING
1371
- 17:02:01.563 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1372
- 17:02:01.646 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
1373
- 17:02:02.489 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1374
- 17:02:02.489 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 594) using hierarchy based logic for wait
1375
- 17:02:02.490 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1376
- 17:02:02.490 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1377
- 17:02:03.283 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1378
- 17:02:03.283 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1379
- 17:02:03.768 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.009533482). Proceed.
1380
- 17:02:03.769 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" COMPLETED
1381
- 17:02:03.769 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 RUNNING
1382
- 17:02:03.770 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000123456, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1383
- 17:02:03.770 [ INFO] maestro.Maestro.inputText: Inputting text: 000123456
1384
- 17:02:05.479 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 COMPLETED
1385
- 17:02:05.480 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard RUNNING
1386
- 17:02:05.481 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1387
- 17:02:05.482 [ INFO] maestro.Maestro.hideKeyboard: Hiding Keyboard
1388
- 17:02:06.395 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard COMPLETED
1389
- 17:02:06.396 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
1390
- 17:02:06.397 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1391
- 17:02:06.470 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
1392
- 17:02:06.470 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=493, y=1434, width=93, height=57)
1393
- 17:02:06.470 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
1394
- 17:02:06.471 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
1395
- 17:02:06.471 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
1396
- 17:02:06.471 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
1397
- 17:02:06.472 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" RUNNING
1398
- 17:02:06.472 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1399
- 17:02:06.533 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Save, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[493,1434][586,1491], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=493, y=1434, width=93, height=57))
1400
- 17:02:07.371 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1401
- 17:02:07.371 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 1462) using hierarchy based logic for wait
1402
- 17:02:07.372 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1403
- 17:02:07.372 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1404
- 17:02:07.687 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1405
- 17:02:07.687 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1406
- 17:02:07.971 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=3.5615735). Proceed.
1407
- 17:02:07.971 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" COMPLETED
1408
- 17:02:07.972 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
1409
- 17:02:07.972 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1410
- 17:02:09.457 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
1411
- 17:02:09.461 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
1412
- 17:02:09.463 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1413
- 17:02:09.523 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=OK, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=android:id/button1, clickable=true, bounds=[810,1029][978,1155], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=810, y=1029, width=168, height=126))
1414
- 17:02:10.317 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1415
- 17:02:10.317 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
1416
- 17:02:10.317 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1417
- 17:02:10.317 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1418
- 17:02:11.187 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1419
- 17:02:11.188 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
1420
- 17:02:11.466 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1421
- 17:02:16.473 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1422
- 17:02:16.474 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1423
- 17:02:16.474 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1424
- 17:02:16.474 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1425
- 17:02:16.474 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1426
- 17:02:16.474 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1427
- 17:02:16.712 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1428
- 17:02:16.712 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1429
- 17:02:16.712 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1430
- 17:02:16.712 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1431
- 17:02:16.717 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
1432
- 14:09:06.081 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
1433
- 14:09:06.081 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
1434
- 14:09:06.082 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
1435
- 14:09:06.082 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
1436
- 14:09:06.082 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
1437
- 14:09:06.082 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
1438
- 14:09:06.082 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
1439
- 14:09:06.187 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
1440
- 14:09:06.191 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
1441
- 14:09:06.194 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
1442
- 14:09:06.195 [ INFO] MAESTRO.logSystemInfo: ---------------------
1443
- 14:09:06.735 [ INFO] maestro.cli.command.TestCommand.runShardSuite: [shard 1] Selected device emulator-5554 using port 7001 with execution plan ExecutionPlan(flowsToRun=[/Users/tianzhao/stripe/stripe-react-native/./e2e-tests/android-only/becs-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
1444
- 14:09:08.361 [ INFO] maestro.Maestro.invoke: Getting device info
1445
- 14:09:08.504 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
1446
- 14:09:08.551 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
1447
- 14:09:08.553 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=, MAESTRO_FILENAME=becs-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1448
- 14:09:08.556 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
1449
- 14:09:08.559 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
1450
- 14:09:08.562 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1451
- 14:09:08.571 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
1452
- 14:09:08.591 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
1453
- 14:09:08.608 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1454
- 14:09:09.399 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
1455
- 14:09:09.528 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
1456
- 14:09:09.530 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" RUNNING
1457
- 14:09:09.531 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1458
- 14:09:10.862 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
1459
- 14:09:11.968 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1460
- 14:09:11.971 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 590) using hierarchy based logic for wait
1461
- 14:09:11.971 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1462
- 14:09:11.971 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1463
- 14:09:12.975 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1464
- 14:09:12.975 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" COMPLETED
1465
- 14:09:12.976 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" RUNNING
1466
- 14:09:12.977 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1467
- 14:09:13.062 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
1468
- 14:09:13.849 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1469
- 14:09:13.849 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1310) using hierarchy based logic for wait
1470
- 14:09:13.849 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1471
- 14:09:13.849 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1472
- 14:09:14.882 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1473
- 14:09:14.882 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" COMPLETED
1474
- 14:09:14.890 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" RUNNING
1475
- 14:09:14.891 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1476
- 14:09:15.046 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
1477
- 14:09:15.855 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1478
- 14:09:15.856 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 376) using hierarchy based logic for wait
1479
- 14:09:15.856 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1480
- 14:09:15.856 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1481
- 14:09:17.468 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1482
- 14:09:17.468 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" COMPLETED
1483
- 14:09:17.471 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" RUNNING
1484
- 14:09:17.473 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1485
- 14:09:24.557 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Full name
1486
- 14:09:24.558 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Full name, level=WARNING), aiReasoning=null, labeledCommand=null)
1487
- 14:09:24.561 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" WARNED
1488
- 14:09:24.563 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1489
- 14:09:24.563 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1490
- 14:09:24.623 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe RUNNING
1491
- 14:09:24.624 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=stripe, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1492
- 14:09:24.626 [ INFO] maestro.Maestro.inputText: Inputting text: stripe
1493
- 14:09:25.819 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe COMPLETED
1494
- 14:09:25.821 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" RUNNING
1495
- 14:09:25.822 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1496
- 14:09:25.916 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
1497
- 14:09:26.734 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1498
- 14:09:26.734 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 376) using hierarchy based logic for wait
1499
- 14:09:26.734 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1500
- 14:09:26.734 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1501
- 14:09:28.202 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1502
- 14:09:28.203 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" COMPLETED
1503
- 14:09:28.204 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 RUNNING
1504
- 14:09:28.204 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1505
- 14:09:35.274 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Email
1506
- 14:09:35.275 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Email, level=WARNING), aiReasoning=null, labeledCommand=null)
1507
- 14:09:35.275 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 WARNED
1508
- 14:09:35.276 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1509
- 14:09:35.276 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1510
- 14:09:35.332 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
1511
- 14:09:35.333 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1512
- 14:09:35.333 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
1513
- 14:09:37.424 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
1514
- 14:09:37.426 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" RUNNING
1515
- 14:09:37.427 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1516
- 14:09:37.462 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
1517
- 14:09:38.273 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1518
- 14:09:38.274 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 594) using hierarchy based logic for wait
1519
- 14:09:38.274 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1520
- 14:09:38.274 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1521
- 14:09:39.807 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1522
- 14:09:39.808 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" COMPLETED
1523
- 14:09:39.810 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 RUNNING
1524
- 14:09:39.812 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1525
- 14:09:39.813 [ INFO] maestro.Maestro.inputText: Inputting text: 000000
1526
- 14:09:42.069 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 COMPLETED
1527
- 14:09:42.071 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" RUNNING
1528
- 14:09:42.073 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1529
- 14:09:42.162 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
1530
- 14:09:42.975 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1531
- 14:09:42.976 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 594) using hierarchy based logic for wait
1532
- 14:09:42.976 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1533
- 14:09:42.976 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1534
- 14:09:43.768 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1535
- 14:09:43.768 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1536
- 14:09:44.244 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.009533482). Proceed.
1537
- 14:09:44.244 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" COMPLETED
1538
- 14:09:44.245 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 RUNNING
1539
- 14:09:44.245 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000123456, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1540
- 14:09:44.246 [ INFO] maestro.Maestro.inputText: Inputting text: 000123456
1541
- 14:09:45.907 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 COMPLETED
1542
- 14:09:45.909 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard RUNNING
1543
- 14:09:45.911 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1544
- 14:09:45.912 [ INFO] maestro.Maestro.hideKeyboard: Hiding Keyboard
1545
- 14:09:46.738 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard COMPLETED
1546
- 14:09:46.740 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
1547
- 14:09:46.742 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1548
- 14:09:47.291 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1549
- 14:09:47.294 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1550
- 14:09:49.546 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1551
- 14:09:49.548 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1552
- 14:09:50.873 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1553
- 14:09:50.876 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1554
- 14:09:52.242 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1555
- 14:09:52.248 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1556
- 14:09:53.627 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1557
- 14:09:53.629 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1558
- 14:09:54.950 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1559
- 14:09:54.955 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1560
- 14:09:56.306 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1561
- 14:09:56.310 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1562
- 14:09:57.663 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1563
- 14:09:57.666 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1564
- 14:09:59.085 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1565
- 14:09:59.088 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1566
- 14:10:00.458 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1567
- 14:10:00.462 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1568
- 14:10:01.823 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1569
- 14:10:01.826 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1570
- 14:10:03.169 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1571
- 14:10:03.172 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1572
- 14:10:04.841 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1573
- 14:10:04.844 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1574
- 14:10:06.179 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
1575
- 14:10:06.182 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1576
- 14:10:06.992 [ERROR] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandFailed: No visible element found: "Save"
1577
- 14:10:06.994 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1578
- 14:10:06.994 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1579
- 14:10:07.066 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled FAILED
1580
- 14:10:07.407 [ERROR] maestro.cli.session.MaestroSessionManager.newSession$lambda$0: Failed to record heartbeat
1581
- java.lang.InterruptedException: sleep interrupted
1582
- at java.base/java.lang.Thread.sleep(Native Method)
1583
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:93)
1584
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
1585
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
1586
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
1587
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
1588
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1589
- at java.base/java.lang.Thread.run(Thread.java:840)
1590
- 14:10:07.408 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1591
- 14:10:12.410 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1592
- 14:10:12.411 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1593
- 14:10:12.411 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1594
- 14:10:12.411 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1595
- 14:10:12.411 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1596
- 14:10:12.412 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1597
- 14:10:12.637 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1598
- 14:10:12.637 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1599
- 14:10:12.637 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1600
- 14:10:12.637 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1601
- 14:10:12.640 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
1602
- 20:04:33.312 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
1603
- 20:04:33.313 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
1604
- 20:04:33.313 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
1605
- 20:04:33.313 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
1606
- 20:04:33.313 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
1607
- 20:04:33.313 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
1608
- 20:04:33.314 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
1609
- 20:04:33.467 [DEBUG] io.micrometer.common.util.internal.logging.InternalLoggerFactory.newDefaultFactory: Using SLF4J as the default logging framework
1610
- 20:04:33.494 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
1611
- 20:04:33.499 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
1612
- 20:04:33.504 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
1613
- 20:04:33.504 [ INFO] MAESTRO.logSystemInfo: ---------------------
1614
- 20:04:34.052 [ INFO] maestro.cli.command.TestCommand.runShardSuite: [shard 1] Selected device emulator-5554 using port 7001 with execution plan ExecutionPlan(flowsToRun=[/Users/tianzhao/stripe/stripe-react-native/./e2e-tests/android-only/becs-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
1615
- 20:04:35.702 [ INFO] maestro.Maestro.invoke: Getting device info
1616
- 20:04:35.846 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
1617
- 20:04:35.894 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
1618
- 20:04:35.896 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=, MAESTRO_FILENAME=becs-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1619
- 20:04:35.899 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
1620
- 20:04:35.900 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
1621
- 20:04:35.903 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1622
- 20:04:35.905 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
1623
- 20:04:35.907 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
1624
- 20:04:35.909 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1625
- 20:04:36.613 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
1626
- 20:04:36.684 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
1627
- 20:04:36.685 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" RUNNING
1628
- 20:04:36.687 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1629
- 20:04:38.133 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
1630
- 20:04:38.965 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1631
- 20:04:38.967 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 590) using hierarchy based logic for wait
1632
- 20:04:38.967 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1633
- 20:04:38.967 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1634
- 20:04:40.283 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1635
- 20:04:40.284 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" COMPLETED
1636
- 20:04:40.286 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" RUNNING
1637
- 20:04:40.287 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1638
- 20:04:40.378 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
1639
- 20:04:41.159 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1640
- 20:04:41.159 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1310) using hierarchy based logic for wait
1641
- 20:04:41.159 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1642
- 20:04:41.159 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1643
- 20:04:42.541 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1644
- 20:04:42.542 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" COMPLETED
1645
- 20:04:42.544 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" RUNNING
1646
- 20:04:42.546 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1647
- 20:04:42.579 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
1648
- 20:04:43.422 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1649
- 20:04:43.423 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 376) using hierarchy based logic for wait
1650
- 20:04:43.423 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1651
- 20:04:43.423 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1652
- 20:04:44.954 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1653
- 20:04:44.955 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" COMPLETED
1654
- 20:04:44.957 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" RUNNING
1655
- 20:04:44.959 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1656
- 20:04:52.084 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Full name
1657
- 20:04:52.085 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Full name, level=WARNING), aiReasoning=null, labeledCommand=null)
1658
- 20:04:52.088 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" WARNED
1659
- 20:04:52.092 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1660
- 20:04:52.092 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1661
- 20:04:52.224 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe RUNNING
1662
- 20:04:52.226 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=stripe, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1663
- 20:04:52.227 [ INFO] maestro.Maestro.inputText: Inputting text: stripe
1664
- 20:04:53.383 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe COMPLETED
1665
- 20:04:53.385 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" RUNNING
1666
- 20:04:53.387 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1667
- 20:04:53.458 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
1668
- 20:04:54.270 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1669
- 20:04:54.271 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 376) using hierarchy based logic for wait
1670
- 20:04:54.271 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1671
- 20:04:54.271 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1672
- 20:04:55.704 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1673
- 20:04:55.704 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" COMPLETED
1674
- 20:04:55.705 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 RUNNING
1675
- 20:04:55.707 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1676
- 20:05:02.821 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Email
1677
- 20:05:02.822 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Email, level=WARNING), aiReasoning=null, labeledCommand=null)
1678
- 20:05:02.823 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 WARNED
1679
- 20:05:02.825 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1680
- 20:05:02.825 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1681
- 20:05:02.892 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
1682
- 20:05:02.892 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1683
- 20:05:02.893 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
1684
- 20:05:05.138 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
1685
- 20:05:05.140 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" RUNNING
1686
- 20:05:05.141 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1687
- 20:05:05.210 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
1688
- 20:05:06.017 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1689
- 20:05:06.018 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 594) using hierarchy based logic for wait
1690
- 20:05:06.018 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1691
- 20:05:06.018 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1692
- 20:05:07.537 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1693
- 20:05:07.537 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" COMPLETED
1694
- 20:05:07.540 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 RUNNING
1695
- 20:05:07.541 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1696
- 20:05:07.544 [ INFO] maestro.Maestro.inputText: Inputting text: 000000
1697
- 20:05:09.787 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 COMPLETED
1698
- 20:05:09.789 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" RUNNING
1699
- 20:05:09.791 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1700
- 20:05:09.853 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
1701
- 20:05:10.649 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1702
- 20:05:10.649 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 594) using hierarchy based logic for wait
1703
- 20:05:10.649 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1704
- 20:05:10.649 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1705
- 20:05:11.535 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1706
- 20:05:11.536 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1707
- 20:05:12.021 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.009533482). Proceed.
1708
- 20:05:12.021 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" COMPLETED
1709
- 20:05:12.022 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 RUNNING
1710
- 20:05:12.022 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000123456, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1711
- 20:05:12.023 [ INFO] maestro.Maestro.inputText: Inputting text: 000123456
1712
- 20:05:13.849 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 COMPLETED
1713
- 20:05:13.853 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
1714
- 20:05:13.855 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1715
- 20:05:13.937 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
1716
- 20:05:13.938 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=493, y=1434, width=93, height=57)
1717
- 20:05:13.938 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
1718
- 20:05:13.938 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
1719
- 20:05:13.938 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
1720
- 20:05:13.938 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
1721
- 20:05:13.939 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" RUNNING
1722
- 20:05:13.941 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1723
- 20:05:14.011 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Save, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[493,1434][586,1491], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=493, y=1434, width=93, height=57))
1724
- 20:05:14.776 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1725
- 20:05:14.776 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 1462) using hierarchy based logic for wait
1726
- 20:05:14.776 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1727
- 20:05:14.776 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1728
- 20:05:15.135 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1729
- 20:05:15.136 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1730
- 20:05:15.410 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=2.195855). Proceed.
1731
- 20:05:15.411 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" COMPLETED
1732
- 20:05:15.411 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
1733
- 20:05:15.412 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1734
- 20:05:17.069 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
1735
- 20:05:17.072 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
1736
- 20:05:17.074 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1737
- 20:05:17.144 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=OK, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=android:id/button1, clickable=true, bounds=[810,1029][978,1155], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=810, y=1029, width=168, height=126))
1738
- 20:05:17.906 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1739
- 20:05:17.906 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
1740
- 20:05:17.906 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1741
- 20:05:17.906 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1742
- 20:05:20.189 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1743
- 20:05:20.189 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
1744
- 20:05:20.445 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1745
- 20:05:25.451 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1746
- 20:05:25.451 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1747
- 20:05:25.452 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1748
- 20:05:25.452 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1749
- 20:05:25.452 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1750
- 20:05:25.452 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1751
- 20:05:25.605 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1752
- 20:05:25.605 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1753
- 20:05:25.605 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1754
- 20:05:25.605 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1755
- 20:05:25.607 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
1756
- 21:50:28.296 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
1757
- 21:50:28.297 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
1758
- 21:50:28.297 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
1759
- 21:50:28.297 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
1760
- 21:50:28.297 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
1761
- 21:50:28.297 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
1762
- 21:50:28.297 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
1763
- 21:50:28.409 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
1764
- 21:50:28.414 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
1765
- 21:50:28.418 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
1766
- 21:50:28.419 [ INFO] MAESTRO.logSystemInfo: ---------------------
1767
- 21:50:28.941 [ INFO] maestro.cli.command.TestCommand.runShardSuite: [shard 1] Selected device emulator-5554 using port 7001 with execution plan ExecutionPlan(flowsToRun=[/Users/tianzhao/stripe/stripe-react-native/./e2e-tests/android-only/becs-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
1768
- 21:50:30.529 [ INFO] maestro.Maestro.invoke: Getting device info
1769
- 21:50:30.670 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
1770
- 21:50:30.715 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
1771
- 21:50:30.717 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=, MAESTRO_FILENAME=becs-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1772
- 21:50:30.720 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
1773
- 21:50:30.721 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
1774
- 21:50:30.724 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1775
- 21:50:30.725 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
1776
- 21:50:30.726 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
1777
- 21:50:30.728 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1778
- 21:50:31.478 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
1779
- 21:50:31.597 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
1780
- 21:50:31.598 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" RUNNING
1781
- 21:50:31.599 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1782
- 21:50:33.482 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
1783
- 21:50:34.312 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1784
- 21:50:34.314 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 590) using hierarchy based logic for wait
1785
- 21:50:34.314 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1786
- 21:50:34.314 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1787
- 21:50:35.423 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1788
- 21:50:35.424 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" COMPLETED
1789
- 21:50:35.426 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" RUNNING
1790
- 21:50:35.427 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1791
- 21:50:35.534 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
1792
- 21:50:36.357 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1793
- 21:50:36.357 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1310) using hierarchy based logic for wait
1794
- 21:50:36.358 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1795
- 21:50:36.358 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1796
- 21:50:37.664 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1797
- 21:50:37.664 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" COMPLETED
1798
- 21:50:37.666 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" RUNNING
1799
- 21:50:37.668 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1800
- 21:50:37.742 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
1801
- 21:50:38.590 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1802
- 21:50:38.590 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 376) using hierarchy based logic for wait
1803
- 21:50:38.590 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1804
- 21:50:38.590 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1805
- 21:50:40.065 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1806
- 21:50:40.066 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" COMPLETED
1807
- 21:50:40.069 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" RUNNING
1808
- 21:50:40.071 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1809
- 21:50:47.178 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Full name
1810
- 21:50:47.179 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Full name, level=WARNING), aiReasoning=null, labeledCommand=null)
1811
- 21:50:47.181 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" WARNED
1812
- 21:50:47.184 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1813
- 21:50:47.184 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1814
- 21:50:47.247 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe RUNNING
1815
- 21:50:47.248 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=stripe, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1816
- 21:50:47.249 [ INFO] maestro.Maestro.inputText: Inputting text: stripe
1817
- 21:50:48.461 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe COMPLETED
1818
- 21:50:48.463 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" RUNNING
1819
- 21:50:48.465 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1820
- 21:50:48.543 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
1821
- 21:50:49.364 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1822
- 21:50:49.365 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 376) using hierarchy based logic for wait
1823
- 21:50:49.365 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1824
- 21:50:49.365 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1825
- 21:50:50.861 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1826
- 21:50:50.862 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" COMPLETED
1827
- 21:50:50.864 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 RUNNING
1828
- 21:50:50.866 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1829
- 21:50:57.973 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Email
1830
- 21:50:57.976 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Email, level=WARNING), aiReasoning=null, labeledCommand=null)
1831
- 21:50:57.978 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 WARNED
1832
- 21:50:57.980 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1833
- 21:50:57.980 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1834
- 21:50:58.050 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
1835
- 21:50:58.051 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1836
- 21:50:58.052 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
1837
- 21:51:00.267 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
1838
- 21:51:00.270 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" RUNNING
1839
- 21:51:00.273 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1840
- 21:51:00.344 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
1841
- 21:51:01.179 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1842
- 21:51:01.179 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 594) using hierarchy based logic for wait
1843
- 21:51:01.179 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1844
- 21:51:01.179 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1845
- 21:51:02.677 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1846
- 21:51:02.677 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" COMPLETED
1847
- 21:51:02.681 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 RUNNING
1848
- 21:51:02.683 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1849
- 21:51:02.686 [ INFO] maestro.Maestro.inputText: Inputting text: 000000
1850
- 21:51:04.967 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 COMPLETED
1851
- 21:51:04.969 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" RUNNING
1852
- 21:51:04.970 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1853
- 21:51:05.035 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
1854
- 21:51:05.853 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1855
- 21:51:05.853 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 594) using hierarchy based logic for wait
1856
- 21:51:05.853 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1857
- 21:51:05.853 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1858
- 21:51:06.598 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1859
- 21:51:06.598 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1860
- 21:51:07.055 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.009533482). Proceed.
1861
- 21:51:07.055 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" COMPLETED
1862
- 21:51:07.056 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 RUNNING
1863
- 21:51:07.057 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000123456, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1864
- 21:51:07.057 [ INFO] maestro.Maestro.inputText: Inputting text: 000123456
1865
- 21:51:08.815 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 COMPLETED
1866
- 21:51:08.818 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
1867
- 21:51:08.821 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1868
- 21:51:08.904 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
1869
- 21:51:08.905 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=493, y=1434, width=93, height=57)
1870
- 21:51:08.905 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
1871
- 21:51:08.905 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
1872
- 21:51:08.905 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
1873
- 21:51:08.905 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
1874
- 21:51:08.906 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" RUNNING
1875
- 21:51:08.908 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1876
- 21:51:08.937 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Save, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[493,1434][586,1491], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=493, y=1434, width=93, height=57))
1877
- 21:51:09.752 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1878
- 21:51:09.752 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 1462) using hierarchy based logic for wait
1879
- 21:51:09.752 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1880
- 21:51:09.752 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1881
- 21:51:10.101 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1882
- 21:51:10.101 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1883
- 21:51:10.384 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=2.662176). Proceed.
1884
- 21:51:10.384 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" COMPLETED
1885
- 21:51:10.385 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
1886
- 21:51:10.386 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1887
- 21:51:12.105 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
1888
- 21:51:12.108 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
1889
- 21:51:12.109 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1890
- 21:51:12.138 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=OK, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=android:id/button1, clickable=true, bounds=[810,1029][978,1155], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=810, y=1029, width=168, height=126))
1891
- 21:51:12.948 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1892
- 21:51:12.948 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
1893
- 21:51:12.948 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1894
- 21:51:12.948 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1895
- 21:51:14.395 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1896
- 21:51:14.395 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
1897
- 21:51:14.768 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1898
- 21:51:14.768 [ERROR] maestro.cli.session.MaestroSessionManager.newSession$lambda$0: Failed to record heartbeat
1899
- java.lang.InterruptedException: sleep interrupted
1900
- at java.base/java.lang.Thread.sleep(Native Method)
1901
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:93)
1902
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
1903
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
1904
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
1905
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
1906
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1907
- at java.base/java.lang.Thread.run(Thread.java:840)
1908
- 21:51:19.775 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1909
- 21:51:19.775 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1910
- 21:51:19.775 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1911
- 21:51:19.775 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1912
- 21:51:19.775 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1913
- 21:51:19.775 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1914
- 21:51:20.042 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1915
- 21:51:20.043 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1916
- 21:51:20.043 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1917
- 21:51:20.043 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1918
- 21:51:20.045 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
1919
- 22:31:48.719 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
1920
- 22:31:48.720 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
1921
- 22:31:48.721 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
1922
- 22:31:48.721 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
1923
- 22:31:48.721 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
1924
- 22:31:48.721 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
1925
- 22:31:48.721 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
1926
- 22:31:48.842 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
1927
- 22:31:48.847 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
1928
- 22:31:48.852 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
1929
- 22:31:48.852 [ INFO] MAESTRO.logSystemInfo: ---------------------
1930
- 22:31:49.434 [ INFO] maestro.cli.command.TestCommand.runShardSuite: [shard 1] Selected device emulator-5554 using port 7001 with execution plan ExecutionPlan(flowsToRun=[/Users/tianzhao/stripe/stripe-react-native/./e2e-tests/android-only/becs-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
1931
- 22:31:54.696 [ INFO] maestro.Maestro.invoke: Getting device info
1932
- 22:31:54.914 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
1933
- 22:31:54.972 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
1934
- 22:31:54.975 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=, MAESTRO_FILENAME=becs-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1935
- 22:31:54.978 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
1936
- 22:31:54.982 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
1937
- 22:31:54.985 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1938
- 22:31:54.986 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
1939
- 22:31:54.987 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
1940
- 22:31:54.989 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1941
- 22:31:56.915 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
1942
- 22:31:57.384 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
1943
- 22:31:57.386 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" RUNNING
1944
- 22:31:57.388 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1945
- 22:32:04.066 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
1946
- 22:32:04.941 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1947
- 22:32:04.943 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 590) using hierarchy based logic for wait
1948
- 22:32:04.944 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1949
- 22:32:04.944 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1950
- 22:32:06.532 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1951
- 22:32:06.532 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" COMPLETED
1952
- 22:32:06.535 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" RUNNING
1953
- 22:32:06.537 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1954
- 22:32:06.733 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
1955
- 22:32:07.779 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1956
- 22:32:07.780 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1310) using hierarchy based logic for wait
1957
- 22:32:07.780 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1958
- 22:32:07.780 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1959
- 22:32:10.383 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1960
- 22:32:10.383 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" COMPLETED
1961
- 22:32:10.384 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" RUNNING
1962
- 22:32:10.386 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1963
- 22:32:10.487 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
1964
- 22:32:11.450 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1965
- 22:32:11.451 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 376) using hierarchy based logic for wait
1966
- 22:32:11.451 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1967
- 22:32:11.451 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1968
- 22:32:13.289 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1969
- 22:32:13.289 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" COMPLETED
1970
- 22:32:13.290 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" RUNNING
1971
- 22:32:13.291 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1972
- 22:32:20.423 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Full name
1973
- 22:32:20.424 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Full name, level=WARNING), aiReasoning=null, labeledCommand=null)
1974
- 22:32:20.430 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" WARNED
1975
- 22:32:20.434 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1976
- 22:32:20.435 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1977
- 22:32:20.724 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe RUNNING
1978
- 22:32:20.728 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=stripe, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1979
- 22:32:20.731 [ INFO] maestro.Maestro.inputText: Inputting text: stripe
1980
- 22:32:22.304 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe COMPLETED
1981
- 22:32:22.307 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" RUNNING
1982
- 22:32:22.309 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1983
- 22:32:22.433 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
1984
- 22:32:23.371 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1985
- 22:32:23.372 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 376) using hierarchy based logic for wait
1986
- 22:32:23.372 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1987
- 22:32:23.372 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1988
- 22:32:25.235 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1989
- 22:32:25.235 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" COMPLETED
1990
- 22:32:25.237 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 RUNNING
1991
- 22:32:25.239 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1992
- 22:32:32.448 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Email
1993
- 22:32:32.448 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Email, level=WARNING), aiReasoning=null, labeledCommand=null)
1994
- 22:32:32.450 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 WARNED
1995
- 22:32:32.452 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1996
- 22:32:32.453 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1997
- 22:32:32.700 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
1998
- 22:32:32.702 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1999
- 22:32:32.703 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
2000
- 22:32:35.551 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
2001
- 22:32:35.554 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" RUNNING
2002
- 22:32:35.556 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2003
- 22:32:35.663 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
2004
- 22:32:36.528 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2005
- 22:32:36.529 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 594) using hierarchy based logic for wait
2006
- 22:32:36.529 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2007
- 22:32:36.529 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2008
- 22:32:38.352 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2009
- 22:32:38.352 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" COMPLETED
2010
- 22:32:38.353 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 RUNNING
2011
- 22:32:38.354 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2012
- 22:32:38.354 [ INFO] maestro.Maestro.inputText: Inputting text: 000000
2013
- 22:32:41.075 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 COMPLETED
2014
- 22:32:41.078 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" RUNNING
2015
- 22:32:41.080 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2016
- 22:32:41.184 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
2017
- 22:32:42.075 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2018
- 22:32:42.076 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 594) using hierarchy based logic for wait
2019
- 22:32:42.076 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2020
- 22:32:42.076 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2021
- 22:32:43.299 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2022
- 22:32:43.300 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2023
- 22:32:43.695 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Screenshots are not different enough (d=0.0)
2024
- 22:32:43.696 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Nothing changed in the UI.
2025
- 22:32:43.696 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" COMPLETED
2026
- 22:32:43.696 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 RUNNING
2027
- 22:32:43.697 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000123456, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2028
- 22:32:43.697 [ INFO] maestro.Maestro.inputText: Inputting text: 000123456
2029
- 22:32:45.798 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 COMPLETED
2030
- 22:32:45.802 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
2031
- 22:32:45.804 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2032
- 22:32:45.967 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
2033
- 22:32:45.967 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=493, y=1434, width=93, height=57)
2034
- 22:32:45.967 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
2035
- 22:32:45.967 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
2036
- 22:32:45.967 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
2037
- 22:32:45.968 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
2038
- 22:32:45.970 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" RUNNING
2039
- 22:32:45.971 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2040
- 22:32:46.115 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Save, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[493,1434][586,1491], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=493, y=1434, width=93, height=57))
2041
- 22:32:46.999 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2042
- 22:32:46.999 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 1462) using hierarchy based logic for wait
2043
- 22:32:46.999 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2044
- 22:32:46.999 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2045
- 22:32:47.975 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2046
- 22:32:47.975 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2047
- 22:32:48.903 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.009533482). Proceed.
2048
- 22:32:48.903 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" COMPLETED
2049
- 22:32:48.904 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
2050
- 22:32:48.904 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2051
- 22:32:51.377 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
2052
- 22:32:51.380 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
2053
- 22:32:51.383 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2054
- 22:32:51.446 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=OK, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=android:id/button1, clickable=true, bounds=[810,1029][978,1155], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=810, y=1029, width=168, height=126))
2055
- 22:32:52.434 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2056
- 22:32:52.435 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
2057
- 22:32:52.435 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2058
- 22:32:52.435 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2059
- 22:32:54.310 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2060
- 22:32:54.310 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
2061
- 22:32:54.617 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
2062
- 22:32:59.623 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
2063
- 22:32:59.624 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
2064
- 22:32:59.624 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
2065
- 22:32:59.624 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
2066
- 22:32:59.624 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
2067
- 22:32:59.624 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
2068
- 22:33:00.883 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
2069
- 22:33:00.883 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
2070
- 22:33:00.884 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
2071
- 22:33:00.884 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
2072
- 22:33:00.887 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
2073
- 10:55:00.080 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
2074
- 10:55:00.081 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
2075
- 10:55:00.082 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
2076
- 10:55:00.082 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
2077
- 10:55:00.082 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
2078
- 10:55:00.082 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
2079
- 10:55:00.082 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
2080
- 10:55:00.218 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
2081
- 10:55:00.223 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
2082
- 10:55:00.228 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
2083
- 10:55:00.229 [ INFO] MAESTRO.logSystemInfo: ---------------------
2084
- 10:55:00.733 [ INFO] maestro.cli.command.TestCommand.runShardSuite: [shard 1] Selected device emulator-5554 using port 7001 with execution plan ExecutionPlan(flowsToRun=[/Users/tianzhao/stripe/stripe-react-native/./e2e-tests/android-only/becs-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
2085
- 10:55:05.297 [ INFO] maestro.Maestro.invoke: Getting device info
2086
- 10:55:05.471 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
2087
- 10:55:05.521 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
2088
- 10:55:05.523 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=, MAESTRO_FILENAME=becs-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2089
- 10:55:05.528 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
2090
- 10:55:05.529 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
2091
- 10:55:05.533 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2092
- 10:55:05.534 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
2093
- 10:55:05.535 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
2094
- 10:55:05.537 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2095
- 10:55:07.465 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
2096
- 10:55:07.697 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
2097
- 10:55:07.700 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" RUNNING
2098
- 10:55:07.704 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2099
- 10:55:15.230 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
2100
- 10:55:16.177 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2101
- 10:55:16.180 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 590) using hierarchy based logic for wait
2102
- 10:55:16.180 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2103
- 10:55:16.180 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2104
- 10:55:18.022 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2105
- 10:55:18.023 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" COMPLETED
2106
- 10:55:18.025 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" RUNNING
2107
- 10:55:18.027 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2108
- 10:55:18.210 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
2109
- 10:55:19.143 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2110
- 10:55:19.143 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1310) using hierarchy based logic for wait
2111
- 10:55:19.143 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2112
- 10:55:19.143 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2113
- 10:55:21.321 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2114
- 10:55:21.322 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" COMPLETED
2115
- 10:55:21.323 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" RUNNING
2116
- 10:55:21.323 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2117
- 10:55:21.421 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
2118
- 10:55:22.269 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2119
- 10:55:22.270 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 376) using hierarchy based logic for wait
2120
- 10:55:22.270 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2121
- 10:55:22.270 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2122
- 10:55:24.373 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2123
- 10:55:24.373 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" COMPLETED
2124
- 10:55:24.375 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" RUNNING
2125
- 10:55:24.377 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2126
- 10:55:31.436 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Full name
2127
- 10:55:31.437 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Full name, level=WARNING), aiReasoning=null, labeledCommand=null)
2128
- 10:55:31.439 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" WARNED
2129
- 10:55:31.441 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
2130
- 10:55:31.442 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2131
- 10:55:31.655 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe RUNNING
2132
- 10:55:31.657 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=stripe, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2133
- 10:55:31.658 [ INFO] maestro.Maestro.inputText: Inputting text: stripe
2134
- 10:55:33.014 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe COMPLETED
2135
- 10:55:33.016 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" RUNNING
2136
- 10:55:33.018 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2137
- 10:55:33.121 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
2138
- 10:55:34.018 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2139
- 10:55:34.019 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 376) using hierarchy based logic for wait
2140
- 10:55:34.019 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2141
- 10:55:34.019 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2142
- 10:55:35.701 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2143
- 10:55:35.701 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" COMPLETED
2144
- 10:55:35.703 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 RUNNING
2145
- 10:55:35.705 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2146
- 10:55:42.879 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Email
2147
- 10:55:42.880 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Email, level=WARNING), aiReasoning=null, labeledCommand=null)
2148
- 10:55:42.882 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 WARNED
2149
- 10:55:42.883 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
2150
- 10:55:42.883 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2151
- 10:55:43.157 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
2152
- 10:55:43.158 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2153
- 10:55:43.160 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
2154
- 10:55:45.875 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
2155
- 10:55:45.877 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" RUNNING
2156
- 10:55:45.879 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2157
- 10:55:45.964 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
2158
- 10:55:46.846 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2159
- 10:55:46.846 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 594) using hierarchy based logic for wait
2160
- 10:55:46.846 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2161
- 10:55:46.846 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2162
- 10:55:48.874 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2163
- 10:55:48.875 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" COMPLETED
2164
- 10:55:48.877 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 RUNNING
2165
- 10:55:48.878 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2166
- 10:55:48.879 [ INFO] maestro.Maestro.inputText: Inputting text: 000000
2167
- 10:55:51.350 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 COMPLETED
2168
- 10:55:51.352 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" RUNNING
2169
- 10:55:51.353 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2170
- 10:55:51.445 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
2171
- 10:55:52.283 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2172
- 10:55:52.283 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 594) using hierarchy based logic for wait
2173
- 10:55:52.283 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2174
- 10:55:52.283 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2175
- 10:55:53.306 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2176
- 10:55:53.306 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2177
- 10:55:53.620 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Screenshots are not different enough (d=0.0)
2178
- 10:55:53.620 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Nothing changed in the UI.
2179
- 10:55:53.620 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" COMPLETED
2180
- 10:55:53.621 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 RUNNING
2181
- 10:55:53.621 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000123456, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2182
- 10:55:53.622 [ INFO] maestro.Maestro.inputText: Inputting text: 000123456
2183
- 10:55:55.392 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 COMPLETED
2184
- 10:55:55.395 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard RUNNING
2185
- 10:55:55.396 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2186
- 10:55:55.398 [ INFO] maestro.Maestro.hideKeyboard: Hiding Keyboard
2187
- 10:55:56.265 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard COMPLETED
2188
- 10:55:56.267 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
2189
- 10:55:56.269 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2190
- 10:55:56.928 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2191
- 10:55:56.936 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2192
- 10:55:59.382 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2193
- 10:55:59.428 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2194
- 10:56:01.491 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2195
- 10:56:01.497 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2196
- 10:56:03.028 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2197
- 10:56:03.037 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2198
- 10:56:04.796 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2199
- 10:56:04.807 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2200
- 10:56:06.550 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2201
- 10:56:06.556 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2202
- 10:56:08.248 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2203
- 10:56:08.254 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2204
- 10:56:10.233 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2205
- 10:56:10.240 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2206
- 10:56:11.881 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2207
- 10:56:11.888 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2208
- 10:56:13.636 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2209
- 10:56:13.645 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2210
- 10:56:15.196 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2211
- 10:56:15.206 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2212
- 10:56:16.823 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Save
2213
- 10:56:16.833 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
2214
- 10:56:18.236 [ERROR] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandFailed: No visible element found: "Save"
2215
- 10:56:18.238 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
2216
- 10:56:18.238 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2217
- 10:56:18.468 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled FAILED
2218
- 10:56:18.726 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
2219
- 10:56:23.737 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
2220
- 10:56:23.738 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
2221
- 10:56:23.738 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
2222
- 10:56:23.738 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
2223
- 10:56:23.738 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
2224
- 10:56:23.738 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
2225
- 10:56:24.134 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
2226
- 10:56:24.134 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
2227
- 10:56:24.135 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
2228
- 10:56:24.135 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
2229
- 10:56:24.139 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
2230
- 16:30:01.666 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
2231
- 16:30:01.667 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
2232
- 16:30:01.668 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
2233
- 16:30:01.668 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
2234
- 16:30:01.668 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
2235
- 16:30:01.668 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
2236
- 16:30:01.668 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
2237
- 16:30:01.837 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
2238
- 16:30:01.844 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
2239
- 16:30:01.849 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
2240
- 16:30:01.849 [ INFO] MAESTRO.logSystemInfo: ---------------------
2241
- 16:30:02.544 [ INFO] maestro.cli.command.TestCommand.runShardSuite: [shard 1] Selected device emulator-5554 using port 7001 with execution plan ExecutionPlan(flowsToRun=[/Users/tianzhao/stripe/stripe-react-native/./e2e-tests/android-only/becs-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
2242
- 16:30:04.128 [ INFO] maestro.Maestro.invoke: Getting device info
2243
- 16:30:04.269 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
2244
- 16:30:04.316 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
2245
- 16:30:04.318 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=, MAESTRO_FILENAME=becs-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2246
- 16:30:04.321 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
2247
- 16:30:04.323 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
2248
- 16:30:04.327 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2249
- 16:30:04.328 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
2250
- 16:30:04.329 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
2251
- 16:30:04.331 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2252
- 16:30:05.092 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
2253
- 16:30:05.194 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
2254
- 16:30:05.196 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" RUNNING
2255
- 16:30:05.197 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Bank Debits, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2256
- 16:30:06.723 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Bank Debits, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,562][1080,619], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=0, y=562, width=1080, height=57))
2257
- 16:30:07.801 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2258
- 16:30:07.804 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 590) using hierarchy based logic for wait
2259
- 16:30:07.804 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2260
- 16:30:07.804 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2261
- 16:30:09.164 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2262
- 16:30:09.165 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Bank Debits" COMPLETED
2263
- 16:30:09.166 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" RUNNING
2264
- 16:30:09.168 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BECS Direct Debit set up, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2265
- 16:30:09.213 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BECS Direct Debit set up, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1282][1038,1339], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=84, y=1282, width=954, height=57))
2266
- 16:30:10.550 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2267
- 16:30:10.550 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1310) using hierarchy based logic for wait
2268
- 16:30:10.551 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2269
- 16:30:10.551 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2270
- 16:30:11.803 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2271
- 16:30:11.804 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BECS Direct Debit set up" COMPLETED
2272
- 16:30:11.806 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" RUNNING
2273
- 16:30:11.808 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2274
- 16:30:11.839 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Name, accessibilityText=, hintText=Name, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/name_edit_text, clickable=true, bounds=[63,313][540,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=313, width=477, height=126))
2275
- 16:30:12.680 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2276
- 16:30:12.681 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 376) using hierarchy based logic for wait
2277
- 16:30:12.681 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2278
- 16:30:12.681 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2279
- 16:30:14.367 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2280
- 16:30:14.368 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Name" COMPLETED
2281
- 16:30:14.370 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" RUNNING
2282
- 16:30:14.371 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2283
- 16:30:21.489 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Full name
2284
- 16:30:21.489 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Full name, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Full name, level=WARNING), aiReasoning=null, labeledCommand=null)
2285
- 16:30:21.491 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Full name" WARNED
2286
- 16:30:21.492 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
2287
- 16:30:21.492 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2288
- 16:30:21.556 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe RUNNING
2289
- 16:30:21.557 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=stripe, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2290
- 16:30:21.557 [ INFO] maestro.Maestro.inputText: Inputting text: stripe
2291
- 16:30:23.299 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text stripe COMPLETED
2292
- 16:30:23.301 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" RUNNING
2293
- 16:30:23.303 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email Address, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2294
- 16:30:23.363 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Email Address, accessibilityText=, hintText=Email Address, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/email_edit_text, clickable=true, bounds=[540,313][1017,439], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=540, y=313, width=477, height=126))
2295
- 16:30:24.157 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2296
- 16:30:24.157 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 376) using hierarchy based logic for wait
2297
- 16:30:24.157 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2298
- 16:30:24.157 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2299
- 16:30:25.675 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2300
- 16:30:25.676 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email Address" COMPLETED
2301
- 16:30:25.678 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 RUNNING
2302
- 16:30:25.680 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2303
- 16:30:32.766 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Email
2304
- 16:30:32.767 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Email, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=1, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Email, level=WARNING), aiReasoning=null, labeledCommand=null)
2305
- 16:30:32.769 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Email", Index: 1 WARNED
2306
- 16:30:32.770 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
2307
- 16:30:32.770 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2308
- 16:30:32.831 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
2309
- 16:30:32.831 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2310
- 16:30:32.832 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
2311
- 16:30:34.933 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
2312
- 16:30:34.936 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" RUNNING
2313
- 16:30:34.939 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=BSB, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2314
- 16:30:35.053 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=BSB, accessibilityText=, hintText=BSB, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/bsb_edit_text, clickable=true, bounds=[63,531][540,657], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=63, y=531, width=477, height=126))
2315
- 16:30:35.853 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2316
- 16:30:35.853 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (301, 594) using hierarchy based logic for wait
2317
- 16:30:35.853 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2318
- 16:30:35.853 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2319
- 16:30:37.368 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2320
- 16:30:37.369 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "BSB" COMPLETED
2321
- 16:30:37.371 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 RUNNING
2322
- 16:30:37.373 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2323
- 16:30:37.374 [ INFO] maestro.Maestro.inputText: Inputting text: 000000
2324
- 16:30:39.655 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000000 COMPLETED
2325
- 16:30:39.659 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" RUNNING
2326
- 16:30:39.661 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Account number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2327
- 16:30:39.737 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Account number, accessibilityText=, hintText=Account number, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/account_number_edit_text, clickable=true, bounds=[540,531][1017,657], enabled=true, focused=true, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=true, checked=false, selected=false), bounds=Bounds(x=540, y=531, width=477, height=126))
2328
- 16:30:40.551 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2329
- 16:30:40.551 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (778, 594) using hierarchy based logic for wait
2330
- 16:30:40.551 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2331
- 16:30:40.551 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2332
- 16:30:41.465 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2333
- 16:30:41.465 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2334
- 16:30:41.687 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Screenshots are not different enough (d=0.0)
2335
- 16:30:41.688 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Nothing changed in the UI.
2336
- 16:30:41.688 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Account number" COMPLETED
2337
- 16:30:41.688 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 RUNNING
2338
- 16:30:41.689 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=000123456, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2339
- 16:30:41.689 [ INFO] maestro.Maestro.inputText: Inputting text: 000123456
2340
- 16:30:43.475 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 000123456 COMPLETED
2341
- 16:30:43.477 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard RUNNING
2342
- 16:30:43.479 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2343
- 16:30:43.481 [ INFO] maestro.Maestro.hideKeyboard: Hiding Keyboard
2344
- 16:30:44.318 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard COMPLETED
2345
- 16:30:44.320 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
2346
- 16:30:44.322 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2347
- 16:30:44.348 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
2348
- 16:30:44.348 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=493, y=1434, width=93, height=57)
2349
- 16:30:44.348 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
2350
- 16:30:44.348 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
2351
- 16:30:44.348 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
2352
- 16:30:44.348 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Save" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
2353
- 16:30:44.349 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" RUNNING
2354
- 16:30:44.350 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Save, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2355
- 16:30:44.411 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Save, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[493,1434][586,1491], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.TextView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=493, y=1434, width=93, height=57))
2356
- 16:30:45.187 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2357
- 16:30:45.188 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 1462) using hierarchy based logic for wait
2358
- 16:30:45.188 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2359
- 16:30:45.188 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2360
- 16:30:45.580 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2361
- 16:30:45.581 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2362
- 16:30:46.047 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=2.1963894). Proceed.
2363
- 16:30:46.047 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Save" COMPLETED
2364
- 16:30:46.047 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
2365
- 16:30:46.048 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Success, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2366
- 16:30:47.041 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
2367
- 16:30:47.044 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
2368
- 16:30:47.046 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
2369
- 16:30:47.112 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=OK, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=android:id/button1, clickable=true, bounds=[810,1029][978,1155], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=810, y=1029, width=168, height=126))
2370
- 16:30:47.876 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
2371
- 16:30:47.876 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
2372
- 16:30:47.877 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
2373
- 16:30:47.877 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
2374
- 16:30:48.983 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
2375
- 16:30:48.984 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
2376
- 16:30:49.245 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
2377
- 16:30:54.252 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
2378
- 16:30:54.252 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
2379
- 16:30:54.253 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
2380
- 16:30:54.256 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
2381
- 16:30:54.256 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
2382
- 16:30:54.256 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
2383
- 16:30:54.473 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
2384
- 16:30:54.473 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
2385
- 16:30:54.473 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
2386
- 16:30:54.474 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
2387
- 16:30:54.477 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel