@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,1464 +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 "Financial Connections" RUNNING
24
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
26
- [INFO ] maestro.Maestro - Refreshed element
27
- [INFO ] maestro.Maestro - Tapping at (540, 1353) 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 "Financial Connections" COMPLETED
32
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect Bank Account" RUNNING
33
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
35
- [INFO ] maestro.Maestro - Refreshed element
36
- [INFO ] maestro.Maestro - Tapping at (561, 1521) 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 "Collect Bank Account" COMPLETED
41
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Collect token" is visible RUNNING
42
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Collect token" 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=Collect token, 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))
43
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Collect token" is visible COMPLETED
44
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect token" RUNNING
45
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect token" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Collect token, 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))
46
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect token, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[416,305][664,362], 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=416, y=305, width=248, height=57))
47
- [INFO ] maestro.Maestro - Refreshed element
48
- [INFO ] maestro.Maestro - Tapping at (540, 333) using hierarchy based logic for wait
49
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
50
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
51
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
52
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect token" COMPLETED
53
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Use without an account" RUNNING
54
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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))
55
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Use without an account" COMPLETED
56
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Agree and continue" RUNNING
57
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Agree and continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Agree and continue, 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))
58
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Agree and continue, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[357,1610][723,1667], 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=357, y=1610, width=366, height=57))
59
- [INFO ] maestro.Maestro - Refreshed element
60
- [INFO ] maestro.Maestro - Tapping at (540, 1638) using hierarchy based logic for wait
61
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
62
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
63
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
64
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Agree and continue" COMPLETED
65
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "No thanks" RUNNING
66
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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))
67
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "No thanks" COMPLETED
68
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Test Institution" is visible RUNNING
69
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Test Institution" 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=Test Institution, 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))
70
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Test Institution" is visible COMPLETED
71
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Test Institution" RUNNING
72
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Test Institution" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution, 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))
73
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Test Institution, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[231,602][516,659], 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=231, y=602, width=285, height=57))
74
- [INFO ] maestro.Maestro - Refreshed element
75
- [INFO ] maestro.Maestro - Tapping at (373, 630) using hierarchy based logic for wait
76
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
77
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
78
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
79
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Test Institution" COMPLETED
80
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Connect account" is visible RUNNING
81
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Connect account" 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=Connect account, 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=150000, 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))
82
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Connect account" is visible COMPLETED
83
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Connect account" RUNNING
84
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Connect account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Connect account, 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))
85
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Connect account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[382,1695][699,1752], 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=382, y=1695, width=317, height=57))
86
- [INFO ] maestro.Maestro - Refreshed element
87
- [INFO ] maestro.Maestro - Tapping at (540, 1723) using hierarchy based logic for wait
88
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
89
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
90
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
91
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
92
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=0.2528282). Proceed.
93
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Connect account" COMPLETED
94
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Not now" is visible RUNNING
95
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Not now" 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=Not now, 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))
96
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Not now" is visible COMPLETED
97
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Not now" RUNNING
98
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Not now" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Not now, 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))
99
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Not now, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[462,1695][618,1752], 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=462, y=1695, width=156, height=57))
100
- [INFO ] maestro.Maestro - Refreshed element
101
- [INFO ] maestro.Maestro - Tapping at (540, 1723) using hierarchy based logic for wait
102
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
103
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
104
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
105
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
106
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=3.2412345). Proceed.
107
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Not now" COMPLETED
108
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Back to Stripe Shop" is visible RUNNING
109
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Back to Stripe Shop" 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=Back to Stripe Shop, 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))
110
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Back to Stripe Shop" is visible COMPLETED
111
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Back to Stripe Shop" RUNNING
112
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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))
113
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Back to Stripe Shop, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[354,1695][726,1752], 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=354, y=1695, width=372, height=57))
114
- [INFO ] maestro.Maestro - Refreshed element
115
- [INFO ] maestro.Maestro - Tapping at (540, 1723) using hierarchy based logic for wait
116
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
117
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
118
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
119
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
120
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=0.26397154). Proceed.
121
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Back to Stripe Shop" COMPLETED
122
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible RUNNING
123
- [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))
124
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible COMPLETED
125
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "OK" RUNNING
126
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "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=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))
127
- [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))
128
- [INFO ] maestro.Maestro - Refreshed element
129
- [INFO ] maestro.Maestro - Tapping at (894, 1092) using hierarchy based logic for wait
130
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
131
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
132
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
133
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "OK" COMPLETED
134
- [INFO ] MAESTRO - ---- System Info ----
135
- [INFO ] MAESTRO - Maestro Version: 1.38.1
136
- [INFO ] MAESTRO - CI: Undefined
137
- [INFO ] MAESTRO - OS Name: Mac OS X
138
- [INFO ] MAESTRO - OS Version: 15.5
139
- [INFO ] MAESTRO - Architecture: aarch64
140
- [INFO ] MAESTRO - Java Version: 17
141
- [INFO ] MAESTRO - Xcode Version: 16.0
142
- [INFO ] MAESTRO - Flutter Version: Undefined
143
- [INFO ] MAESTRO - Flutter Channel: Undefined
144
- [INFO ] MAESTRO - ---------------------
145
- [INFO ] maestro.Maestro - Getting device info
146
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables RUNNING
147
- [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))
148
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables COMPLETED
149
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration RUNNING
150
- [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))
151
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration COMPLETED
152
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" RUNNING
153
- [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))
154
- [INFO ] maestro.Maestro - Launching app com.stripe.react.native
155
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" COMPLETED
156
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Financial Connections" RUNNING
157
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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))
158
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
159
- [INFO ] maestro.Maestro - Refreshed element
160
- [INFO ] maestro.Maestro - Tapping at (540, 1353) using hierarchy based logic for wait
161
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
162
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
163
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
164
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Financial Connections" COMPLETED
165
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect Bank Account" RUNNING
166
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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))
167
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
168
- [INFO ] maestro.Maestro - Refreshed element
169
- [INFO ] maestro.Maestro - Tapping at (561, 1521) using hierarchy based logic for wait
170
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
171
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
172
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
173
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect Bank Account" COMPLETED
174
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Collect token" is visible RUNNING
175
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Collect token" 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=Collect token, 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))
176
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Collect token" is visible COMPLETED
177
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect token" RUNNING
178
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect token" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Collect token, 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))
179
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect token, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[416,305][664,362], 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=416, y=305, width=248, height=57))
180
- [INFO ] maestro.Maestro - Refreshed element
181
- [INFO ] maestro.Maestro - Tapping at (540, 333) using hierarchy based logic for wait
182
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
183
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
184
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
185
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect token" COMPLETED
186
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Use without an account" RUNNING
187
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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))
188
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Use without an account" COMPLETED
189
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Agree and continue" RUNNING
190
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Agree and continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Agree and continue, 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))
191
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Agree and continue, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[357,1610][723,1667], 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=357, y=1610, width=366, height=57))
192
- [INFO ] maestro.Maestro - Refreshed element
193
- [INFO ] maestro.Maestro - Tapping at (540, 1638) using hierarchy based logic for wait
194
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
195
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
196
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
197
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Agree and continue" COMPLETED
198
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "No thanks" RUNNING
199
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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))
200
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "No thanks" COMPLETED
201
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Test Institution" is visible RUNNING
202
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Test Institution" 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=Test Institution, 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))
203
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Test Institution" is visible COMPLETED
204
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Test Institution" RUNNING
205
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Test Institution" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution, 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))
206
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Test Institution, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[231,602][516,659], 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=231, y=602, width=285, height=57))
207
- [INFO ] maestro.Maestro - Refreshed element
208
- [INFO ] maestro.Maestro - Tapping at (373, 630) using hierarchy based logic for wait
209
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
210
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
211
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
212
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Test Institution" COMPLETED
213
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Connect account" is visible RUNNING
214
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Connect account" 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=Connect account, 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=150000, 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))
215
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Connect account" is visible COMPLETED
216
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Connect account" RUNNING
217
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Connect account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Connect account, 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=Connect account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[382,1695][699,1752], 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=382, y=1695, width=317, height=57))
219
- [INFO ] maestro.Maestro - Refreshed element
220
- [INFO ] maestro.Maestro - Tapping at (540, 1723) 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.20137256). Proceed.
226
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Connect account" COMPLETED
227
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Not now" is visible RUNNING
228
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Not now" 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=Not now, 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))
229
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Not now" is visible COMPLETED
230
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Not now" RUNNING
231
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Not now" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Not now, 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))
232
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Not now, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[462,1695][618,1752], 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=462, y=1695, width=156, height=57))
233
- [INFO ] maestro.Maestro - Refreshed element
234
- [INFO ] maestro.Maestro - Tapping at (540, 1723) using hierarchy based logic for wait
235
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
236
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
237
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
238
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
239
- [INFO ] maestro.Maestro - Screenshots are not different enough (d=0.0)
240
- [INFO ] maestro.Maestro - Nothing changed in the UI.
241
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
242
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
243
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=4.5131264). Proceed.
244
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Not now" COMPLETED
245
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Back to Stripe Shop" is visible RUNNING
246
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Back to Stripe Shop" 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=Back to Stripe Shop, 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))
247
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Back to Stripe Shop" is visible COMPLETED
248
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Back to Stripe Shop" RUNNING
249
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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))
250
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Back to Stripe Shop, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[354,1695][726,1752], 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=354, y=1695, width=372, height=57))
251
- [INFO ] maestro.Maestro - Refreshed element
252
- [INFO ] maestro.Maestro - Tapping at (540, 1723) using hierarchy based logic for wait
253
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
254
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
255
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
256
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
257
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=0.28622666). Proceed.
258
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Back to Stripe Shop" COMPLETED
259
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible RUNNING
260
- [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))
261
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible COMPLETED
262
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "OK" RUNNING
263
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "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=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))
264
- [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))
265
- [INFO ] maestro.Maestro - Refreshed element
266
- [INFO ] maestro.Maestro - Tapping at (894, 1092) using hierarchy based logic for wait
267
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
268
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
269
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
270
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "OK" COMPLETED
271
- [INFO ] MAESTRO - ---- System Info ----
272
- [INFO ] MAESTRO - Maestro Version: 1.38.1
273
- [INFO ] MAESTRO - CI: Undefined
274
- [INFO ] MAESTRO - OS Name: Mac OS X
275
- [INFO ] MAESTRO - OS Version: 15.5
276
- [INFO ] MAESTRO - Architecture: aarch64
277
- [INFO ] MAESTRO - Java Version: 17
278
- [INFO ] MAESTRO - Xcode Version: 16.0
279
- [INFO ] MAESTRO - Flutter Version: Undefined
280
- [INFO ] MAESTRO - Flutter Channel: Undefined
281
- [INFO ] MAESTRO - ---------------------
282
- [INFO ] maestro.Maestro - Getting device info
283
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables RUNNING
284
- [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))
285
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables COMPLETED
286
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration RUNNING
287
- [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))
288
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration COMPLETED
289
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" RUNNING
290
- [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))
291
- [INFO ] maestro.Maestro - Launching app com.stripe.react.native
292
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" COMPLETED
293
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Financial Connections" RUNNING
294
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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))
295
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
296
- [INFO ] maestro.Maestro - Refreshed element
297
- [INFO ] maestro.Maestro - Tapping at (540, 1353) using hierarchy based logic for wait
298
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
299
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
300
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
301
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Financial Connections" COMPLETED
302
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect Bank Account" RUNNING
303
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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))
304
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
305
- [INFO ] maestro.Maestro - Refreshed element
306
- [INFO ] maestro.Maestro - Tapping at (561, 1521) using hierarchy based logic for wait
307
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
308
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
309
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
310
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect Bank Account" COMPLETED
311
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Collect token" is visible RUNNING
312
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Collect token" 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=Collect token, 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))
313
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Collect token" is visible COMPLETED
314
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect token" RUNNING
315
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect token" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Collect token, 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))
316
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect token, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[416,305][664,362], 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=416, y=305, width=248, height=57))
317
- [INFO ] maestro.Maestro - Refreshed element
318
- [INFO ] maestro.Maestro - Tapping at (540, 333) using hierarchy based logic for wait
319
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
320
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
321
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
322
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Collect token" COMPLETED
323
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Use without an account" RUNNING
324
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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))
325
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Use without an account" COMPLETED
326
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Agree and continue" RUNNING
327
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Agree and continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Agree and continue, 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))
328
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Agree and continue, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[357,1610][723,1667], 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=357, y=1610, width=366, height=57))
329
- [INFO ] maestro.Maestro - Refreshed element
330
- [INFO ] maestro.Maestro - Tapping at (540, 1638) 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 (Optional) "Agree and continue" COMPLETED
335
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "No thanks" RUNNING
336
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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))
337
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "No thanks" COMPLETED
338
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Test Institution" is visible RUNNING
339
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Test Institution" 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=Test Institution, 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), 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))
340
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Test Institution" is visible COMPLETED
341
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Test Institution" RUNNING
342
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Test Institution" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution, 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))
343
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Test Institution, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[231,602][516,659], 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=231, y=602, width=285, height=57))
344
- [INFO ] maestro.Maestro - Refreshed element
345
- [INFO ] maestro.Maestro - Tapping at (373, 630) using hierarchy based logic for wait
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 view hierarchy. Proceed.
349
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Test Institution" COMPLETED
350
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Connect account" is visible RUNNING
351
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Connect account" 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=Connect account, 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=30000, 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))
352
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Connect account" is visible COMPLETED
353
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Connect account" RUNNING
354
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Connect account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Connect account, 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))
355
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Connect account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[382,1695][699,1752], 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=382, y=1695, width=317, height=57))
356
- [INFO ] maestro.Maestro - Refreshed element
357
- [INFO ] maestro.Maestro - Tapping at (540, 1723) using hierarchy based logic for wait
358
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
359
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
360
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
361
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
362
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=5.0425153). Proceed.
363
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Connect account" COMPLETED
364
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Test Institution stripe.com" is visible RUNNING
365
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Test Institution stripe.com" 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=Test Institution stripe.com, 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), 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))
366
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Test Institution stripe.com" is visible SKIPPED
367
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Test Institution stripe.com" RUNNING
368
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Test Institution stripe.com" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution stripe.com, 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))
369
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Test Institution stripe.com" COMPLETED
370
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Manually verify instead" is visible RUNNING
371
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Manually verify instead" 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=Manually verify instead, 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), 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))
372
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Manually verify instead" is visible SKIPPED
373
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Manually verify instead" RUNNING
374
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Manually verify instead" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Manually verify instead, 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))
375
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Manually verify instead" COMPLETED
376
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Autofill" is visible RUNNING
377
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Autofill" 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=Autofill, 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), 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))
378
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Autofill" is visible SKIPPED
379
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Autofill" RUNNING
380
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Autofill" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Autofill, 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))
381
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Autofill" COMPLETED
382
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Not now" is visible RUNNING
383
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Not now" 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=Not now, 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))
384
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Not now" is visible COMPLETED
385
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Not now" RUNNING
386
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Not now" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Not now, 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))
387
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Not now, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[462,1695][618,1752], 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=462, y=1695, width=156, height=57))
388
- [INFO ] maestro.Maestro - Refreshed element
389
- [INFO ] maestro.Maestro - Tapping at (540, 1723) using hierarchy based logic for wait
390
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
391
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
392
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
393
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
394
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=3.4036198). Proceed.
395
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Not now" COMPLETED
396
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Back to Stripe Shop" is visible RUNNING
397
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Back to Stripe Shop" 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=Back to Stripe Shop, 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), 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))
398
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Back to Stripe Shop" is visible COMPLETED
399
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Back to Stripe Shop" RUNNING
400
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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))
401
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Back to Stripe Shop, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[354,1695][726,1752], 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=354, y=1695, width=372, height=57))
402
- [INFO ] maestro.Maestro - Refreshed element
403
- [INFO ] maestro.Maestro - Tapping at (540, 1723) using hierarchy based logic for wait
404
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
405
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
406
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
407
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
408
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=0.2692574). Proceed.
409
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Back to Stripe Shop" COMPLETED
410
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Done" is visible RUNNING
411
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Done" 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=Done, 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), 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))
412
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that (Optional) "Done" is visible SKIPPED
413
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Done" RUNNING
414
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Done" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Done, 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))
415
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Done" COMPLETED
416
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible RUNNING
417
- [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))
418
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible COMPLETED
419
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "OK" RUNNING
420
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "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=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))
421
- [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))
422
- [INFO ] maestro.Maestro - Refreshed element
423
- [INFO ] maestro.Maestro - Tapping at (894, 1092) using hierarchy based logic for wait
424
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
425
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
426
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
427
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "OK" COMPLETED
428
- [ERROR] m.cli.session.MaestroSessionManager - Failed to record heartbeat
429
- java.lang.InterruptedException: sleep interrupted
430
- at java.base/java.lang.Thread.sleep(Native Method)
431
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:73)
432
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
433
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
434
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
435
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
436
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
437
- at java.base/java.lang.Thread.run(Thread.java:840)
438
- 17:04:13.942 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
439
- 17:04:13.944 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
440
- 17:04:13.944 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
441
- 17:04:13.944 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
442
- 17:04:13.944 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
443
- 17:04:13.944 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
444
- 17:04:13.944 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
445
- 17:04:14.054 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
446
- 17:04:14.058 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
447
- 17:04:14.062 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
448
- 17:04:14.063 [ INFO] MAESTRO.logSystemInfo: ---------------------
449
- 17:04:14.522 [ 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/financial-connections-token.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))))
450
- 17:04:16.105 [ INFO] maestro.Maestro.invoke: Getting device info
451
- 17:04:16.271 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
452
- 17:04:16.317 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
453
- 17:04:16.320 [ 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=financial-connections-token}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
454
- 17:04:16.323 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
455
- 17:04:16.326 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
456
- 17:04:16.329 [ 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)
457
- 17:04:16.331 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
458
- 17:04:16.332 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
459
- 17:04:16.334 [ 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)
460
- 17:04:17.064 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
461
- 17:04:17.134 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
462
- 17:04:17.136 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" RUNNING
463
- 17:04:17.138 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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)
464
- 17:04:19.397 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
465
- 17:04:20.228 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
466
- 17:04:20.229 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1353) using hierarchy based logic for wait
467
- 17:04:20.229 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
468
- 17:04:20.230 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
469
- 17:04:21.211 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
470
- 17:04:21.212 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" COMPLETED
471
- 17:04:21.213 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" RUNNING
472
- 17:04:21.214 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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)
473
- 17:04:21.266 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
474
- 17:04:22.262 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
475
- 17:04:22.263 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1521) using hierarchy based logic for wait
476
- 17:04:22.263 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
477
- 17:04:22.263 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
478
- 17:04:23.506 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
479
- 17:04:23.506 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" COMPLETED
480
- 17:04:23.508 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible RUNNING
481
- 17:04:23.510 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Collect token, 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)
482
- 17:04:26.592 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible COMPLETED
483
- 17:04:26.595 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" RUNNING
484
- 17:04:26.597 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect token, 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)
485
- 17:04:26.658 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect token, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[416,305][664,362], 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=416, y=305, width=248, height=57))
486
- 17:04:27.427 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
487
- 17:04:27.427 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 333) using hierarchy based logic for wait
488
- 17:04:27.427 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
489
- 17:04:27.427 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
490
- 17:04:29.984 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
491
- 17:04:29.984 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" COMPLETED
492
- 17:04:29.987 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" RUNNING
493
- 17:04:29.990 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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)
494
- 17:04:37.045 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Use without an account
495
- 17:04:37.046 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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: Use without an account, level=WARNING), aiReasoning=null, labeledCommand=null)
496
- 17:04:37.050 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" WARNED
497
- 17:04:37.052 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
498
- 17:04:37.053 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
499
- 17:04:37.127 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Agree and continue" RUNNING
500
- 17:04:37.128 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Agree and continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Agree and continue, 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)
501
- 17:04:37.220 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Agree and continue, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[357,1610][723,1667], 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=357, y=1610, width=366, height=57))
502
- 17:04:38.051 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
503
- 17:04:38.051 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1638) using hierarchy based logic for wait
504
- 17:04:38.051 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
505
- 17:04:38.051 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
506
- 17:04:39.935 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
507
- 17:04:39.936 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Agree and continue" COMPLETED
508
- 17:04:39.937 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" RUNNING
509
- 17:04:39.939 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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)
510
- 17:04:46.955 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: No thanks
511
- 17:04:46.956 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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: No thanks, level=WARNING), aiReasoning=null, labeledCommand=null)
512
- 17:04:46.958 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" WARNED
513
- 17:04:46.960 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
514
- 17:04:46.960 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
515
- 17:04:47.027 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Test Institution" is visible RUNNING
516
- 17:04:47.028 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Test Institution" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Test Institution, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
517
- 17:04:47.047 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Test Institution" is visible COMPLETED
518
- 17:04:47.048 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Test Institution" RUNNING
519
- 17:04:47.049 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Test Institution" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution, 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)
520
- 17:04:47.107 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Test Institution, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[231,602][516,659], 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=231, y=602, width=285, height=57))
521
- 17:04:47.916 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
522
- 17:04:47.916 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (373, 630) using hierarchy based logic for wait
523
- 17:04:47.916 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
524
- 17:04:47.916 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
525
- 17:04:48.356 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
526
- 17:04:48.356 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Test Institution" COMPLETED
527
- 17:04:48.357 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible RUNNING
528
- 17:04:48.357 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Connect account, 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=30000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
529
- 17:04:51.754 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible COMPLETED
530
- 17:04:51.757 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Connect account" RUNNING
531
- 17:04:51.758 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Connect account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Connect account, 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)
532
- 17:04:51.814 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Connect account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[382,1695][699,1752], 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=382, y=1695, width=317, height=57))
533
- 17:04:52.638 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
534
- 17:04:52.638 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
535
- 17:04:52.638 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
536
- 17:04:52.639 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
537
- 17:04:53.020 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
538
- 17:04:53.021 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
539
- 17:04:53.572 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.21796843). Proceed.
540
- 17:04:53.572 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Connect account" COMPLETED
541
- 17:04:53.573 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Test Institution stripe.com" is visible RUNNING
542
- 17:04:53.573 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Test Institution stripe.com" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Test Institution stripe.com, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
543
- 17:05:10.806 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Test Institution stripe.com" is visible
544
- 17:05:10.807 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Test Institution stripe.com" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Test Institution stripe.com, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Test Institution stripe.com" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
545
- 17:05:10.809 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Test Institution stripe.com" is visible WARNED
546
- 17:05:10.810 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
547
- 17:05:10.810 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
548
- 17:05:10.903 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Test Institution stripe.com" RUNNING
549
- 17:05:10.905 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Test Institution stripe.com" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution stripe.com, 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)
550
- 17:05:11.040 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Test Institution stripe.com
551
- 17:05:11.040 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Test Institution stripe.com" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution stripe.com, 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: Test Institution stripe.com, level=WARNING), aiReasoning=null, labeledCommand=null)
552
- 17:05:11.041 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Test Institution stripe.com" WARNED
553
- 17:05:11.041 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
554
- 17:05:11.042 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
555
- 17:05:11.111 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Manually verify instead" is visible RUNNING
556
- 17:05:11.112 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Manually verify instead" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Manually verify instead, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
557
- 17:05:11.303 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Manually verify instead" is visible
558
- 17:05:11.303 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Manually verify instead" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Manually verify instead, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Manually verify instead" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
559
- 17:05:11.305 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Manually verify instead" is visible WARNED
560
- 17:05:11.306 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
561
- 17:05:11.306 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
562
- 17:05:11.365 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Manually verify instead" RUNNING
563
- 17:05:11.367 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Manually verify instead" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Manually verify instead, 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)
564
- 17:05:11.508 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Manually verify instead
565
- 17:05:11.508 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Manually verify instead" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Manually verify instead, 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: Manually verify instead, level=WARNING), aiReasoning=null, labeledCommand=null)
566
- 17:05:11.510 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Manually verify instead" WARNED
567
- 17:05:11.511 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
568
- 17:05:11.511 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
569
- 17:05:11.572 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Autofill" is visible RUNNING
570
- 17:05:11.574 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Autofill" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Autofill, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
571
- 17:05:11.793 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Autofill" is visible
572
- 17:05:11.794 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Autofill" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Autofill, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Autofill" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
573
- 17:05:11.795 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Autofill" is visible WARNED
574
- 17:05:11.797 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
575
- 17:05:11.797 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
576
- 17:05:11.874 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Autofill" RUNNING
577
- 17:05:11.875 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Autofill" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Autofill, 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)
578
- 17:05:11.982 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Autofill
579
- 17:05:11.982 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Autofill" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Autofill, 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: Autofill, level=WARNING), aiReasoning=null, labeledCommand=null)
580
- 17:05:11.983 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Autofill" WARNED
581
- 17:05:11.984 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
582
- 17:05:11.984 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
583
- 17:05:12.050 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible RUNNING
584
- 17:05:12.051 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Not now, 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)
585
- 17:05:12.141 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible COMPLETED
586
- 17:05:12.141 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" RUNNING
587
- 17:05:12.142 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Not now, 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)
588
- 17:05:12.191 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Not now, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[462,1695][618,1752], 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=462, y=1695, width=156, height=57))
589
- 17:05:13.111 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
590
- 17:05:13.111 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
591
- 17:05:13.112 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
592
- 17:05:13.112 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
593
- 17:05:13.540 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
594
- 17:05:13.540 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
595
- 17:05:14.078 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.71616495). Proceed.
596
- 17:05:14.079 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" COMPLETED
597
- 17:05:14.079 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible RUNNING
598
- 17:05:14.080 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Stripe Shop, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
599
- 17:05:14.460 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible COMPLETED
600
- 17:05:14.461 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" RUNNING
601
- 17:05:14.462 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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)
602
- 17:05:14.510 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Back to Stripe Shop, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[354,1695][726,1752], 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=354, y=1695, width=372, height=57))
603
- 17:05:15.608 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
604
- 17:05:15.609 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
605
- 17:05:15.609 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
606
- 17:05:15.609 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
607
- 17:05:16.061 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
608
- 17:05:16.061 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
609
- 17:05:16.374 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.2110545). Proceed.
610
- 17:05:16.374 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" COMPLETED
611
- 17:05:16.375 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible RUNNING
612
- 17:05:16.375 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Done, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
613
- 17:05:33.471 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Done" is visible
614
- 17:05:33.473 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Done, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Done" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
615
- 17:05:33.475 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible WARNED
616
- 17:05:33.476 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
617
- 17:05:33.476 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
618
- 17:05:33.544 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" RUNNING
619
- 17:05:33.545 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Done, 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)
620
- 17:05:33.618 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Done
621
- 17:05:33.618 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Done, 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: Done, level=WARNING), aiReasoning=null, labeledCommand=null)
622
- 17:05:33.619 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" WARNED
623
- 17:05:33.620 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
624
- 17:05:33.620 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
625
- 17:05:33.676 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
626
- 17:05:33.676 [ 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)
627
- 17:05:33.741 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
628
- 17:05:33.741 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "OK" RUNNING
629
- 17:05:33.742 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "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=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)
630
- 17:05:33.757 [ 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))
631
- 17:05:34.613 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
632
- 17:05:34.613 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
633
- 17:05:34.613 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
634
- 17:05:34.613 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
635
- 17:05:35.567 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
636
- 17:05:35.567 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "OK" COMPLETED
637
- 17:05:35.961 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
638
- 17:05:40.967 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
639
- 17:05:40.968 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
640
- 17:05:40.969 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
641
- 17:05:40.969 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
642
- 17:05:40.969 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
643
- 17:05:40.969 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
644
- 17:05:41.361 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
645
- 17:05:41.362 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
646
- 17:05:41.362 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
647
- 17:05:41.362 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
648
- 17:05:41.367 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
649
- 14:20:05.798 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
650
- 14:20:05.799 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
651
- 14:20:05.799 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
652
- 14:20:05.799 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
653
- 14:20:05.799 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
654
- 14:20:05.799 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
655
- 14:20:05.799 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
656
- 14:20:05.981 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
657
- 14:20:05.986 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
658
- 14:20:05.990 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
659
- 14:20:05.990 [ INFO] MAESTRO.logSystemInfo: ---------------------
660
- 14:20:06.515 [ 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/financial-connections-token.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))))
661
- 14:20:14.586 [ INFO] maestro.Maestro.invoke: Getting device info
662
- 14:20:14.823 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
663
- 14:20:14.881 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
664
- 14:20:14.883 [ 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=financial-connections-token}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
665
- 14:20:14.887 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
666
- 14:20:14.891 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
667
- 14:20:14.894 [ 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)
668
- 14:20:14.895 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
669
- 14:20:14.897 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
670
- 14:20:14.898 [ 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)
671
- 14:20:18.539 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
672
- 14:20:18.850 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
673
- 14:20:18.851 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" RUNNING
674
- 14:20:18.853 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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)
675
- 14:20:26.071 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
676
- 14:20:26.899 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
677
- 14:20:26.901 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1353) using hierarchy based logic for wait
678
- 14:20:26.901 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
679
- 14:20:26.901 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
680
- 14:20:28.224 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
681
- 14:20:28.224 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" COMPLETED
682
- 14:20:28.226 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" RUNNING
683
- 14:20:28.228 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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)
684
- 14:20:28.353 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
685
- 14:20:29.300 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
686
- 14:20:29.301 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1521) using hierarchy based logic for wait
687
- 14:20:29.301 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
688
- 14:20:29.301 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
689
- 14:20:31.527 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
690
- 14:20:31.528 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" COMPLETED
691
- 14:20:31.531 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible RUNNING
692
- 14:20:31.535 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Collect token, 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)
693
- 14:20:48.693 [ERROR] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandFailed: Assertion is false: "Collect token" is visible
694
- 14:20:48.697 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
695
- 14:20:48.697 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
696
- 14:20:48.765 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible FAILED
697
- 14:20:49.124 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
698
- 14:20:54.131 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
699
- 14:20:54.131 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
700
- 14:20:54.131 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
701
- 14:20:54.131 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
702
- 14:20:54.131 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
703
- 14:20:54.131 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
704
- 14:20:54.281 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
705
- 14:20:54.281 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
706
- 14:20:54.281 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
707
- 14:20:54.281 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
708
- 14:20:54.282 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
709
- 20:06:52.078 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
710
- 20:06:52.079 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
711
- 20:06:52.079 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
712
- 20:06:52.079 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
713
- 20:06:52.079 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
714
- 20:06:52.079 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
715
- 20:06:52.079 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
716
- 20:06:52.164 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
717
- 20:06:52.169 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
718
- 20:06:52.175 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
719
- 20:06:52.175 [ INFO] MAESTRO.logSystemInfo: ---------------------
720
- 20:06:52.612 [ 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/financial-connections-token.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))))
721
- 20:06:54.226 [ INFO] maestro.Maestro.invoke: Getting device info
722
- 20:06:54.392 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
723
- 20:06:54.440 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
724
- 20:06:54.442 [ 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=financial-connections-token}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
725
- 20:06:54.445 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
726
- 20:06:54.447 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
727
- 20:06:54.451 [ 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)
728
- 20:06:54.453 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
729
- 20:06:54.454 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
730
- 20:06:54.456 [ 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)
731
- 20:06:55.195 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
732
- 20:06:55.258 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
733
- 20:06:55.259 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" RUNNING
734
- 20:06:55.260 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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)
735
- 20:06:56.629 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
736
- 20:06:57.417 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
737
- 20:06:57.418 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1353) using hierarchy based logic for wait
738
- 20:06:57.418 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
739
- 20:06:57.418 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
740
- 20:06:58.444 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
741
- 20:06:58.444 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" COMPLETED
742
- 20:06:58.446 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" RUNNING
743
- 20:06:58.446 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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)
744
- 20:06:58.479 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
745
- 20:06:59.297 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
746
- 20:06:59.298 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1521) using hierarchy based logic for wait
747
- 20:06:59.298 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
748
- 20:06:59.298 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
749
- 20:07:00.380 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
750
- 20:07:00.381 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" COMPLETED
751
- 20:07:00.382 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible RUNNING
752
- 20:07:00.383 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Collect token, 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)
753
- 20:07:02.962 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible COMPLETED
754
- 20:07:02.966 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" RUNNING
755
- 20:07:02.968 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect token, 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)
756
- 20:07:03.028 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect token, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[416,305][664,362], 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=416, y=305, width=248, height=57))
757
- 20:07:03.808 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
758
- 20:07:03.808 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 333) using hierarchy based logic for wait
759
- 20:07:03.808 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
760
- 20:07:03.808 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
761
- 20:07:06.682 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
762
- 20:07:06.683 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" COMPLETED
763
- 20:07:06.686 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Agree and continue" RUNNING
764
- 20:07:06.688 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Agree and continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Agree and continue, 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)
765
- 20:07:06.905 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Agree and continue, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[357,1610][723,1667], 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=357, y=1610, width=366, height=57))
766
- 20:07:07.822 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
767
- 20:07:07.823 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1638) using hierarchy based logic for wait
768
- 20:07:07.823 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
769
- 20:07:07.823 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
770
- 20:07:09.694 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
771
- 20:07:09.695 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Agree and continue" COMPLETED
772
- 20:07:09.698 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution" is visible RUNNING
773
- 20:07:09.700 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Test Institution, 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)
774
- 20:07:09.776 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution" is visible COMPLETED
775
- 20:07:09.778 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Test Institution" RUNNING
776
- 20:07:09.778 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Test Institution" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution, 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)
777
- 20:07:09.859 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Test Institution, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[231,602][516,659], 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=231, y=602, width=285, height=57))
778
- 20:07:10.679 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
779
- 20:07:10.679 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (373, 630) using hierarchy based logic for wait
780
- 20:07:10.679 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
781
- 20:07:10.679 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
782
- 20:07:11.173 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
783
- 20:07:11.173 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Test Institution" COMPLETED
784
- 20:07:11.175 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" RUNNING
785
- 20:07:11.176 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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
- 20:07:18.310 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Use without an account
787
- 20:07:18.311 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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: Use without an account, level=WARNING), aiReasoning=null, labeledCommand=null)
788
- 20:07:18.315 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" WARNED
789
- 20:07:18.318 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
790
- 20:07:18.318 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
791
- 20:07:18.382 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" RUNNING
792
- 20:07:18.383 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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)
793
- 20:07:18.566 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Accept & continue
794
- 20:07:18.567 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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: Accept & continue, level=WARNING), aiReasoning=null, labeledCommand=null)
795
- 20:07:18.568 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" WARNED
796
- 20:07:18.569 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
797
- 20:07:18.569 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
798
- 20:07:18.622 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" RUNNING
799
- 20:07:18.623 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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)
800
- 20:07:18.816 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: No thanks
801
- 20:07:18.816 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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: No thanks, level=WARNING), aiReasoning=null, labeledCommand=null)
802
- 20:07:18.818 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" WARNED
803
- 20:07:18.819 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
804
- 20:07:18.819 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
805
- 20:07:18.880 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible RUNNING
806
- 20:07:18.882 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Connect account, 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=30000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
807
- 20:07:18.964 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible COMPLETED
808
- 20:07:18.966 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Connect account" RUNNING
809
- 20:07:18.967 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Connect account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Connect account, 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)
810
- 20:07:19.058 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Connect account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[382,1695][699,1752], 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=382, y=1695, width=317, height=57))
811
- 20:07:20.225 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
812
- 20:07:20.226 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
813
- 20:07:20.226 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
814
- 20:07:20.226 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
815
- 20:07:20.684 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
816
- 20:07:20.684 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
817
- 20:07:21.142 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.19724391). Proceed.
818
- 20:07:21.143 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Connect account" COMPLETED
819
- 20:07:21.144 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible RUNNING
820
- 20:07:21.144 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Not now, 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)
821
- 20:07:22.966 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible COMPLETED
822
- 20:07:22.968 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" RUNNING
823
- 20:07:22.969 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Not now, 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)
824
- 20:07:23.100 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Not now, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[462,1695][618,1752], 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=462, y=1695, width=156, height=57))
825
- 20:07:24.226 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
826
- 20:07:24.226 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
827
- 20:07:24.226 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
828
- 20:07:24.226 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
829
- 20:07:24.612 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
830
- 20:07:24.613 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
831
- 20:07:24.867 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Screenshots are not different enough (d=0.0)
832
- 20:07:24.867 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Nothing changed in the UI.
833
- 20:07:24.867 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" COMPLETED
834
- 20:07:24.868 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible RUNNING
835
- 20:07:24.868 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Stripe Shop, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
836
- 20:07:42.013 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Back to Stripe Shop" is visible
837
- 20:07:42.014 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Stripe Shop, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Back to Stripe Shop" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
838
- 20:07:42.016 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible WARNED
839
- 20:07:42.017 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
840
- 20:07:42.018 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
841
- 20:07:42.125 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" RUNNING
842
- 20:07:42.127 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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)
843
- 20:07:42.245 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Back to Stripe Shop
844
- 20:07:42.245 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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: Back to Stripe Shop, level=WARNING), aiReasoning=null, labeledCommand=null)
845
- 20:07:42.247 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" WARNED
846
- 20:07:42.248 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
847
- 20:07:42.249 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
848
- 20:07:42.303 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible RUNNING
849
- 20:07:42.305 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Done, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
850
- 20:07:42.456 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Done" is visible
851
- 20:07:42.456 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Done, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Done" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
852
- 20:07:42.458 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible WARNED
853
- 20:07:42.459 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
854
- 20:07:42.459 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
855
- 20:07:42.511 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" RUNNING
856
- 20:07:42.512 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Done, 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)
857
- 20:07:42.578 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Done
858
- 20:07:42.578 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Done, 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: Done, level=WARNING), aiReasoning=null, labeledCommand=null)
859
- 20:07:42.579 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" WARNED
860
- 20:07:42.580 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
861
- 20:07:42.580 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
862
- 20:07:42.635 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Test Inc." is visible RUNNING
863
- 20:07:42.636 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Test Inc." is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Test Inc., 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
864
- 20:07:42.724 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Test Inc." is visible COMPLETED
865
- 20:07:42.725 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Test Inc." RUNNING
866
- 20:07:42.727 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Test Inc." metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Test Inc., 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)
867
- 20:07:42.805 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Back to Test Inc., accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[383,1695][697,1752], 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=383, y=1695, width=314, height=57))
868
- 20:07:43.659 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
869
- 20:07:43.659 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
870
- 20:07:43.659 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
871
- 20:07:43.659 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
872
- 20:07:43.966 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
873
- 20:07:43.967 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
874
- 20:07:44.224 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.2848033). Proceed.
875
- 20:07:44.224 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Test Inc." COMPLETED
876
- 20:07:44.225 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
877
- 20:07:44.225 [ 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)
878
- 20:07:45.299 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
879
- 20:07:45.301 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "OK" RUNNING
880
- 20:07:45.303 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "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=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)
881
- 20:07:45.337 [ 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))
882
- 20:07:46.146 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
883
- 20:07:46.147 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
884
- 20:07:46.147 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
885
- 20:07:46.147 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
886
- 20:07:46.963 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
887
- 20:07:46.963 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "OK" COMPLETED
888
- 20:07:47.269 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
889
- 20:07:52.276 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
890
- 20:07:52.277 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
891
- 20:07:52.278 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
892
- 20:07:52.278 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
893
- 20:07:52.278 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
894
- 20:07:52.278 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
895
- 20:07:52.465 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
896
- 20:07:52.465 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
897
- 20:07:52.465 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
898
- 20:07:52.465 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
899
- 20:07:52.468 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
900
- 21:52:48.138 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
901
- 21:52:48.139 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
902
- 21:52:48.139 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
903
- 21:52:48.140 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
904
- 21:52:48.140 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
905
- 21:52:48.140 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
906
- 21:52:48.140 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
907
- 21:52:48.248 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
908
- 21:52:48.254 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
909
- 21:52:48.259 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
910
- 21:52:48.259 [ INFO] MAESTRO.logSystemInfo: ---------------------
911
- 21:52:48.705 [ 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/financial-connections-token.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))))
912
- 21:52:50.277 [ INFO] maestro.Maestro.invoke: Getting device info
913
- 21:52:50.427 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
914
- 21:52:50.475 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
915
- 21:52:50.477 [ 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=financial-connections-token}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
916
- 21:52:50.481 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
917
- 21:52:50.482 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
918
- 21:52:50.486 [ 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)
919
- 21:52:50.488 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
920
- 21:52:50.489 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
921
- 21:52:50.490 [ 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)
922
- 21:52:51.281 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
923
- 21:52:51.401 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
924
- 21:52:51.403 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" RUNNING
925
- 21:52:51.405 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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)
926
- 21:52:53.345 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
927
- 21:52:54.170 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
928
- 21:52:54.171 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1353) using hierarchy based logic for wait
929
- 21:52:54.171 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
930
- 21:52:54.171 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
931
- 21:52:55.182 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
932
- 21:52:55.183 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" COMPLETED
933
- 21:52:55.186 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" RUNNING
934
- 21:52:55.188 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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)
935
- 21:52:55.234 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
936
- 21:52:56.058 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
937
- 21:52:56.059 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1521) using hierarchy based logic for wait
938
- 21:52:56.059 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
939
- 21:52:56.059 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
940
- 21:52:57.402 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
941
- 21:52:57.402 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" COMPLETED
942
- 21:52:57.405 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible RUNNING
943
- 21:52:57.407 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Collect token, 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)
944
- 21:52:59.674 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible COMPLETED
945
- 21:52:59.678 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" RUNNING
946
- 21:52:59.681 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect token, 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)
947
- 21:52:59.764 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect token, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[416,305][664,362], 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=416, y=305, width=248, height=57))
948
- 21:53:00.550 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
949
- 21:53:00.550 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 333) using hierarchy based logic for wait
950
- 21:53:00.550 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
951
- 21:53:00.551 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
952
- 21:53:03.045 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
953
- 21:53:03.045 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" COMPLETED
954
- 21:53:03.047 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Agree and continue" RUNNING
955
- 21:53:03.048 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Agree and continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Agree and continue, 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)
956
- 21:53:03.099 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Agree and continue, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[357,1610][723,1667], 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=357, y=1610, width=366, height=57))
957
- 21:53:03.911 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
958
- 21:53:03.912 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1638) using hierarchy based logic for wait
959
- 21:53:03.912 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
960
- 21:53:03.912 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
961
- 21:53:05.907 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
962
- 21:53:05.908 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Agree and continue" COMPLETED
963
- 21:53:05.910 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution" is visible RUNNING
964
- 21:53:05.912 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Test Institution, 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)
965
- 21:53:05.999 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution" is visible COMPLETED
966
- 21:53:06.000 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Test Institution" RUNNING
967
- 21:53:06.001 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Test Institution" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution, 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)
968
- 21:53:06.070 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Test Institution, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[231,602][516,659], 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=231, y=602, width=285, height=57))
969
- 21:53:06.935 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
970
- 21:53:06.936 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (373, 630) using hierarchy based logic for wait
971
- 21:53:06.936 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
972
- 21:53:06.936 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
973
- 21:53:07.517 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
974
- 21:53:07.517 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Test Institution" COMPLETED
975
- 21:53:07.519 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" RUNNING
976
- 21:53:07.521 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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)
977
- 21:53:14.614 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Use without an account
978
- 21:53:14.616 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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: Use without an account, level=WARNING), aiReasoning=null, labeledCommand=null)
979
- 21:53:14.618 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" WARNED
980
- 21:53:14.621 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
981
- 21:53:14.621 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
982
- 21:53:14.703 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" RUNNING
983
- 21:53:14.705 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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)
984
- 21:53:14.818 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Accept & continue
985
- 21:53:14.819 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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: Accept & continue, level=WARNING), aiReasoning=null, labeledCommand=null)
986
- 21:53:14.821 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" WARNED
987
- 21:53:14.822 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
988
- 21:53:14.823 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
989
- 21:53:14.876 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" RUNNING
990
- 21:53:14.877 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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)
991
- 21:53:15.007 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: No thanks
992
- 21:53:15.007 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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: No thanks, level=WARNING), aiReasoning=null, labeledCommand=null)
993
- 21:53:15.008 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" WARNED
994
- 21:53:15.009 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
995
- 21:53:15.009 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
996
- 21:53:15.070 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible RUNNING
997
- 21:53:15.071 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Connect account, 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=30000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
998
- 21:53:15.107 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible COMPLETED
999
- 21:53:15.108 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Connect account" RUNNING
1000
- 21:53:15.109 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Connect account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Connect account, 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)
1001
- 21:53:15.141 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Connect account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[382,1695][699,1752], 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=382, y=1695, width=317, height=57))
1002
- 21:53:15.906 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1003
- 21:53:15.906 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
1004
- 21:53:15.906 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1005
- 21:53:15.906 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1006
- 21:53:17.124 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1007
- 21:53:17.124 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1008
- 21:53:17.762 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=3.7447577). Proceed.
1009
- 21:53:17.762 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Connect account" COMPLETED
1010
- 21:53:17.762 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible RUNNING
1011
- 21:53:17.763 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Not now, 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)
1012
- 21:53:18.499 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible COMPLETED
1013
- 21:53:18.501 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" RUNNING
1014
- 21:53:18.502 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Not now, 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)
1015
- 21:53:18.539 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Not now, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[462,1695][618,1752], 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=462, y=1695, width=156, height=57))
1016
- 21:53:20.187 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1017
- 21:53:20.188 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
1018
- 21:53:20.188 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1019
- 21:53:20.188 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1020
- 21:53:20.524 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1021
- 21:53:20.524 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1022
- 21:53:20.727 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Screenshots are not different enough (d=0.0)
1023
- 21:53:20.728 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Nothing changed in the UI.
1024
- 21:53:20.728 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" COMPLETED
1025
- 21:53:20.728 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible RUNNING
1026
- 21:53:20.729 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Stripe Shop, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1027
- 21:53:37.865 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Back to Stripe Shop" is visible
1028
- 21:53:37.867 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Stripe Shop, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Back to Stripe Shop" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
1029
- 21:53:37.869 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible WARNED
1030
- 21:53:37.871 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1031
- 21:53:37.871 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1032
- 21:53:37.924 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" RUNNING
1033
- 21:53:37.926 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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)
1034
- 21:53:37.999 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Back to Stripe Shop
1035
- 21:53:37.999 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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: Back to Stripe Shop, level=WARNING), aiReasoning=null, labeledCommand=null)
1036
- 21:53:38.000 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" WARNED
1037
- 21:53:38.002 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1038
- 21:53:38.002 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1039
- 21:53:38.050 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible RUNNING
1040
- 21:53:38.052 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Done, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1041
- 21:53:38.092 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Done" is visible
1042
- 21:53:38.093 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Done, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Done" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
1043
- 21:53:38.094 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible WARNED
1044
- 21:53:38.095 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1045
- 21:53:38.095 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1046
- 21:53:38.151 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" RUNNING
1047
- 21:53:38.152 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Done, 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)
1048
- 21:53:38.179 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Done
1049
- 21:53:38.180 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Done, 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: Done, level=WARNING), aiReasoning=null, labeledCommand=null)
1050
- 21:53:38.180 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" WARNED
1051
- 21:53:38.181 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1052
- 21:53:38.182 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1053
- 21:53:38.243 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Test Inc." is visible RUNNING
1054
- 21:53:38.244 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Test Inc." is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Test Inc., 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1055
- 21:53:38.258 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Test Inc." is visible COMPLETED
1056
- 21:53:38.259 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Test Inc." RUNNING
1057
- 21:53:38.259 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Test Inc." metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Test Inc., 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)
1058
- 21:53:38.278 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Back to Test Inc., accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[383,1695][697,1752], 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=383, y=1695, width=314, height=57))
1059
- 21:53:39.087 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1060
- 21:53:39.087 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
1061
- 21:53:39.087 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1062
- 21:53:39.087 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1063
- 21:53:39.469 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1064
- 21:53:39.470 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1065
- 21:53:39.713 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.2014356). Proceed.
1066
- 21:53:39.713 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Test Inc." COMPLETED
1067
- 21:53:39.714 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
1068
- 21:53:39.715 [ 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)
1069
- 21:53:40.642 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
1070
- 21:53:40.645 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "OK" RUNNING
1071
- 21:53:40.646 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "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=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)
1072
- 21:53:40.673 [ 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))
1073
- 21:53:41.442 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1074
- 21:53:41.442 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
1075
- 21:53:41.442 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1076
- 21:53:41.442 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1077
- 21:53:42.354 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1078
- 21:53:42.354 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "OK" COMPLETED
1079
- 21:53:42.677 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1080
- 21:53:47.684 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1081
- 21:53:47.684 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1082
- 21:53:47.685 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1083
- 21:53:47.685 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1084
- 21:53:47.685 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1085
- 21:53:47.685 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1086
- 21:53:47.885 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1087
- 21:53:47.886 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1088
- 21:53:47.886 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1089
- 21:53:47.886 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1090
- 21:53:47.889 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
1091
- 22:34:48.730 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
1092
- 22:34:48.731 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
1093
- 22:34:48.732 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
1094
- 22:34:48.732 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
1095
- 22:34:48.732 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
1096
- 22:34:48.732 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
1097
- 22:34:48.732 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
1098
- 22:34:48.916 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
1099
- 22:34:48.919 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
1100
- 22:34:48.923 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
1101
- 22:34:48.923 [ INFO] MAESTRO.logSystemInfo: ---------------------
1102
- 22:34:49.080 [DEBUG] io.micrometer.common.util.internal.logging.InternalLoggerFactory.newDefaultFactory: Using SLF4J as the default logging framework
1103
- 22:34:49.481 [ 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/financial-connections-token.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))))
1104
- 22:34:53.784 [ INFO] maestro.Maestro.invoke: Getting device info
1105
- 22:34:53.987 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
1106
- 22:34:54.044 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
1107
- 22:34:54.047 [ 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=financial-connections-token}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1108
- 22:34:54.050 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
1109
- 22:34:54.052 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
1110
- 22:34:54.056 [ 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)
1111
- 22:34:54.058 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
1112
- 22:34:54.059 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
1113
- 22:34:54.061 [ 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)
1114
- 22:34:56.159 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
1115
- 22:34:56.577 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
1116
- 22:34:56.580 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" RUNNING
1117
- 22:34:56.585 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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)
1118
- 22:35:03.138 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
1119
- 22:35:04.059 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1120
- 22:35:04.063 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1353) using hierarchy based logic for wait
1121
- 22:35:04.064 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1122
- 22:35:04.065 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1123
- 22:35:05.435 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1124
- 22:35:05.436 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" COMPLETED
1125
- 22:35:05.439 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" RUNNING
1126
- 22:35:05.441 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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)
1127
- 22:35:05.547 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
1128
- 22:35:06.535 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1129
- 22:35:06.535 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1521) using hierarchy based logic for wait
1130
- 22:35:06.535 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1131
- 22:35:06.535 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1132
- 22:35:08.842 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1133
- 22:35:08.842 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" COMPLETED
1134
- 22:35:08.845 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible RUNNING
1135
- 22:35:08.849 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Collect token, 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)
1136
- 22:35:10.474 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible COMPLETED
1137
- 22:35:10.475 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" RUNNING
1138
- 22:35:10.476 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect token, 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)
1139
- 22:35:11.033 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect token, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[416,305][664,362], 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=416, y=305, width=248, height=57))
1140
- 22:35:11.901 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1141
- 22:35:11.902 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 333) using hierarchy based logic for wait
1142
- 22:35:11.902 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1143
- 22:35:11.902 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1144
- 22:35:17.278 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1145
- 22:35:17.280 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" COMPLETED
1146
- 22:35:17.283 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Agree and continue" RUNNING
1147
- 22:35:17.285 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Agree and continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Agree and continue, 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)
1148
- 22:35:17.630 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Agree and continue, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[357,1610][723,1667], 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=357, y=1610, width=366, height=57))
1149
- 22:35:18.692 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1150
- 22:35:18.692 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1638) using hierarchy based logic for wait
1151
- 22:35:18.692 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1152
- 22:35:18.692 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1153
- 22:35:22.085 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1154
- 22:35:22.086 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Agree and continue" COMPLETED
1155
- 22:35:22.088 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution" is visible RUNNING
1156
- 22:35:22.090 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Test Institution, 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)
1157
- 22:35:22.339 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution" is visible COMPLETED
1158
- 22:35:22.342 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Test Institution" RUNNING
1159
- 22:35:22.344 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Test Institution" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Test Institution, 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)
1160
- 22:35:22.582 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Test Institution, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[231,602][516,659], 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=231, y=602, width=285, height=57))
1161
- 22:35:23.640 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1162
- 22:35:23.641 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (373, 630) using hierarchy based logic for wait
1163
- 22:35:23.642 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1164
- 22:35:23.642 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1165
- 22:35:30.991 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1166
- 22:35:30.992 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Test Institution" COMPLETED
1167
- 22:35:30.995 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" RUNNING
1168
- 22:35:30.996 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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)
1169
- 22:35:38.353 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Use without an account
1170
- 22:35:38.354 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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: Use without an account, level=WARNING), aiReasoning=null, labeledCommand=null)
1171
- 22:35:38.359 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" WARNED
1172
- 22:35:38.364 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1173
- 22:35:38.365 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1174
- 22:35:38.690 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" RUNNING
1175
- 22:35:38.693 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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)
1176
- 22:35:39.656 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Accept & continue
1177
- 22:35:39.656 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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: Accept & continue, level=WARNING), aiReasoning=null, labeledCommand=null)
1178
- 22:35:39.659 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" WARNED
1179
- 22:35:39.663 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1180
- 22:35:39.664 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1181
- 22:35:39.994 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" RUNNING
1182
- 22:35:39.997 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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)
1183
- 22:35:40.474 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: No thanks
1184
- 22:35:40.474 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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: No thanks, level=WARNING), aiReasoning=null, labeledCommand=null)
1185
- 22:35:40.477 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" WARNED
1186
- 22:35:40.480 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1187
- 22:35:40.481 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1188
- 22:35:40.738 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible RUNNING
1189
- 22:35:40.741 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Connect account, 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=30000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1190
- 22:35:40.915 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Connect account" is visible COMPLETED
1191
- 22:35:40.918 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Connect account" RUNNING
1192
- 22:35:40.921 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Connect account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Connect account, 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)
1193
- 22:35:41.221 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Connect account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[382,1695][699,1752], 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=382, y=1695, width=317, height=57))
1194
- 22:35:42.182 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1195
- 22:35:42.183 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
1196
- 22:35:42.183 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1197
- 22:35:42.183 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1198
- 22:35:44.097 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1199
- 22:35:44.097 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1200
- 22:35:44.894 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=5.025827). Proceed.
1201
- 22:35:44.894 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Connect account" COMPLETED
1202
- 22:35:44.895 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible RUNNING
1203
- 22:35:44.896 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Not now, 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)
1204
- 22:35:46.040 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Not now" is visible COMPLETED
1205
- 22:35:46.042 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" RUNNING
1206
- 22:35:46.044 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Not now, 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)
1207
- 22:35:46.473 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Not now, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[462,1695][618,1752], 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=462, y=1695, width=156, height=57))
1208
- 22:35:47.650 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1209
- 22:35:47.651 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
1210
- 22:35:47.651 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1211
- 22:35:47.651 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1212
- 22:35:50.516 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1213
- 22:35:50.517 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Not now" COMPLETED
1214
- 22:35:50.519 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible RUNNING
1215
- 22:35:50.521 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Stripe Shop, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1216
- 22:36:07.781 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Back to Stripe Shop" is visible
1217
- 22:36:07.781 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Stripe Shop, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Back to Stripe Shop" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
1218
- 22:36:07.783 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Stripe Shop" is visible WARNED
1219
- 22:36:07.785 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1220
- 22:36:07.785 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1221
- 22:36:08.016 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" RUNNING
1222
- 22:36:08.018 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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)
1223
- 22:36:08.321 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Back to Stripe Shop
1224
- 22:36:08.322 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Stripe Shop, 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: Back to Stripe Shop, level=WARNING), aiReasoning=null, labeledCommand=null)
1225
- 22:36:08.324 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Stripe Shop" WARNED
1226
- 22:36:08.327 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1227
- 22:36:08.327 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1228
- 22:36:08.526 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible RUNNING
1229
- 22:36:08.528 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Done, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1230
- 22:36:09.019 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Assertion is false: "Done" is visible
1231
- 22:36:09.019 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Done, 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Assertion is false: "Done" is visible, level=WARNING), aiReasoning=null, labeledCommand=null)
1232
- 22:36:09.021 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Done" is visible WARNED
1233
- 22:36:09.022 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1234
- 22:36:09.022 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1235
- 22:36:09.209 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" RUNNING
1236
- 22:36:09.211 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Done, 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)
1237
- 22:36:09.502 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Done
1238
- 22:36:09.503 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Done, 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: Done, level=WARNING), aiReasoning=null, labeledCommand=null)
1239
- 22:36:09.504 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Done" WARNED
1240
- 22:36:09.506 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1241
- 22:36:09.506 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1242
- 22:36:09.676 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Test Inc." is visible RUNNING
1243
- 22:36:09.678 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Test Inc." is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Back to Test Inc., 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), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1244
- 22:36:10.135 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that (Optional) "Back to Test Inc." is visible COMPLETED
1245
- 22:36:10.138 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Test Inc." RUNNING
1246
- 22:36:10.140 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Test Inc." metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Back to Test Inc., 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)
1247
- 22:36:10.251 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Back to Test Inc., accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[383,1695][697,1752], 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=383, y=1695, width=314, height=57))
1248
- 22:36:11.153 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1249
- 22:36:11.154 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1723) using hierarchy based logic for wait
1250
- 22:36:11.154 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1251
- 22:36:11.154 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1252
- 22:36:13.995 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1253
- 22:36:13.995 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Back to Test Inc." COMPLETED
1254
- 22:36:13.997 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
1255
- 22:36:13.997 [ 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)
1256
- 22:36:14.024 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
1257
- 22:36:14.025 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "OK" RUNNING
1258
- 22:36:14.025 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "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=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)
1259
- 22:36:14.068 [ 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))
1260
- 22:36:14.961 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1261
- 22:36:14.962 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
1262
- 22:36:14.962 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1263
- 22:36:14.962 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1264
- 22:36:16.002 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1265
- 22:36:16.002 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "OK" COMPLETED
1266
- 22:36:16.361 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1267
- 22:36:21.372 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1268
- 22:36:21.372 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1269
- 22:36:21.373 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1270
- 22:36:21.373 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1271
- 22:36:21.373 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1272
- 22:36:21.373 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1273
- 22:36:21.905 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1274
- 22:36:21.905 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1275
- 22:36:21.905 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1276
- 22:36:21.905 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1277
- 22:36:21.909 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
1278
- 11:07:28.084 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
1279
- 11:07:28.085 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
1280
- 11:07:28.085 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
1281
- 11:07:28.085 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
1282
- 11:07:28.086 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
1283
- 11:07:28.086 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
1284
- 11:07:28.086 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
1285
- 11:07:28.216 [DEBUG] io.micrometer.common.util.internal.logging.InternalLoggerFactory.newDefaultFactory: Using SLF4J as the default logging framework
1286
- 11:07:28.333 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
1287
- 11:07:28.337 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
1288
- 11:07:28.342 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
1289
- 11:07:28.342 [ INFO] MAESTRO.logSystemInfo: ---------------------
1290
- 11:07:29.018 [ 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/financial-connections-token.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))))
1291
- 11:07:35.316 [ INFO] maestro.Maestro.invoke: Getting device info
1292
- 11:07:35.504 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
1293
- 11:07:35.551 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
1294
- 11:07:35.554 [ 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=financial-connections-token}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1295
- 11:07:35.557 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
1296
- 11:07:35.558 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
1297
- 11:07:35.561 [ 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)
1298
- 11:07:35.562 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
1299
- 11:07:35.563 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
1300
- 11:07:35.565 [ 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)
1301
- 11:07:39.257 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
1302
- 11:07:39.855 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
1303
- 11:07:39.856 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" RUNNING
1304
- 11:07:39.857 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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)
1305
- 11:07:45.497 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
1306
- 11:07:46.772 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1307
- 11:07:46.774 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1353) using hierarchy based logic for wait
1308
- 11:07:46.775 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1309
- 11:07:46.775 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1310
- 11:07:48.543 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1311
- 11:07:48.543 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" COMPLETED
1312
- 11:07:48.545 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" RUNNING
1313
- 11:07:48.546 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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)
1314
- 11:07:48.722 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
1315
- 11:07:49.538 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1316
- 11:07:49.539 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1521) using hierarchy based logic for wait
1317
- 11:07:49.539 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1318
- 11:07:49.540 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1319
- 11:07:51.386 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1320
- 11:07:51.387 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" COMPLETED
1321
- 11:07:51.389 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible RUNNING
1322
- 11:07:51.391 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Collect token, 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)
1323
- 11:07:53.592 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible COMPLETED
1324
- 11:07:53.594 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" RUNNING
1325
- 11:07:53.596 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect token, 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)
1326
- 11:07:53.672 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect token, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[416,305][664,362], 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=416, y=305, width=248, height=57))
1327
- 11:07:54.489 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1328
- 11:07:54.490 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 333) using hierarchy based logic for wait
1329
- 11:07:54.490 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1330
- 11:07:54.490 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1331
- 11:07:59.008 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1332
- 11:07:59.008 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" COMPLETED
1333
- 11:07:59.011 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" RUNNING
1334
- 11:07:59.013 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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)
1335
- 11:08:06.185 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Use without an account
1336
- 11:08:06.186 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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: Use without an account, level=WARNING), aiReasoning=null, labeledCommand=null)
1337
- 11:08:06.189 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" WARNED
1338
- 11:08:06.191 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1339
- 11:08:06.192 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1340
- 11:08:06.467 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" RUNNING
1341
- 11:08:06.468 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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)
1342
- 11:08:06.851 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Accept & continue
1343
- 11:08:06.851 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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: Accept & continue, level=WARNING), aiReasoning=null, labeledCommand=null)
1344
- 11:08:06.854 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" WARNED
1345
- 11:08:06.855 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1346
- 11:08:06.856 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1347
- 11:08:07.158 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" RUNNING
1348
- 11:08:07.160 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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)
1349
- 11:08:07.416 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: No thanks
1350
- 11:08:07.417 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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: No thanks, level=WARNING), aiReasoning=null, labeledCommand=null)
1351
- 11:08:07.419 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" WARNED
1352
- 11:08:07.420 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1353
- 11:08:07.420 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1354
- 11:08:07.769 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution stripe.com" is visible RUNNING
1355
- 11:08:07.771 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution stripe.com" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Test Institution stripe.com, 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)
1356
- 11:08:16.318 [ERROR] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandFailed: Assertion is false: "Test Institution stripe.com" is visible
1357
- 11:08:16.321 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1358
- 11:08:16.321 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1359
- 11:08:16.653 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution stripe.com" is visible FAILED
1360
- 11:08:17.005 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1361
- 11:08:22.016 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1362
- 11:08:22.016 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1363
- 11:08:22.016 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1364
- 11:08:22.016 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1365
- 11:08:22.016 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1366
- 11:08:22.016 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1367
- 11:08:22.536 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1368
- 11:08:22.536 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1369
- 11:08:22.536 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1370
- 11:08:22.536 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1371
- 11:08:22.539 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
1372
- 16:35:48.055 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
1373
- 16:35:48.056 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
1374
- 16:35:48.056 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
1375
- 16:35:48.056 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
1376
- 16:35:48.056 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
1377
- 16:35:48.056 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
1378
- 16:35:48.056 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
1379
- 16:35:48.157 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
1380
- 16:35:48.163 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
1381
- 16:35:48.168 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
1382
- 16:35:48.169 [ INFO] MAESTRO.logSystemInfo: ---------------------
1383
- 16:35:48.620 [ 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/financial-connections-token.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))))
1384
- 16:35:50.369 [ INFO] maestro.Maestro.invoke: Getting device info
1385
- 16:35:50.540 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
1386
- 16:35:50.606 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
1387
- 16:35:50.609 [ 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=financial-connections-token}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1388
- 16:35:50.613 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
1389
- 16:35:50.615 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
1390
- 16:35:50.618 [ 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)
1391
- 16:35:50.620 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
1392
- 16:35:50.621 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
1393
- 16:35:50.624 [ 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)
1394
- 16:35:51.537 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
1395
- 16:35:51.606 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
1396
- 16:35:51.608 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" RUNNING
1397
- 16:35:51.609 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Financial Connections, 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)
1398
- 16:35:53.057 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Financial Connections, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1325][1080,1382], 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=1325, width=1080, height=57))
1399
- 16:35:53.840 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1400
- 16:35:53.841 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1353) using hierarchy based logic for wait
1401
- 16:35:53.842 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1402
- 16:35:53.842 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1403
- 16:35:54.834 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1404
- 16:35:54.835 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Financial Connections" COMPLETED
1405
- 16:35:54.837 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" RUNNING
1406
- 16:35:54.838 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect Bank Account, 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)
1407
- 16:35:54.964 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect Bank Account, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1493][1038,1550], 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=1493, width=954, height=57))
1408
- 16:35:55.788 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1409
- 16:35:55.788 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1521) using hierarchy based logic for wait
1410
- 16:35:55.788 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1411
- 16:35:55.788 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1412
- 16:35:56.907 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1413
- 16:35:56.908 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect Bank Account" COMPLETED
1414
- 16:35:56.911 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible RUNNING
1415
- 16:35:56.913 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Collect token, 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)
1416
- 16:35:59.390 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Collect token" is visible COMPLETED
1417
- 16:35:59.393 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" RUNNING
1418
- 16:35:59.395 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Collect token, 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)
1419
- 16:35:59.456 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Collect token, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[416,305][664,362], 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=416, y=305, width=248, height=57))
1420
- 16:36:00.925 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1421
- 16:36:00.926 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 333) using hierarchy based logic for wait
1422
- 16:36:00.927 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1423
- 16:36:00.927 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1424
- 16:36:03.424 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1425
- 16:36:03.424 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Collect token" COMPLETED
1426
- 16:36:03.427 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" RUNNING
1427
- 16:36:03.428 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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)
1428
- 16:36:10.563 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Use without an account
1429
- 16:36:10.563 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Use without an account, 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: Use without an account, level=WARNING), aiReasoning=null, labeledCommand=null)
1430
- 16:36:10.567 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Use without an account" WARNED
1431
- 16:36:10.569 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1432
- 16:36:10.570 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1433
- 16:36:10.633 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" RUNNING
1434
- 16:36:10.635 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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)
1435
- 16:36:10.813 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Accept & continue
1436
- 16:36:10.813 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept & continue, 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: Accept & continue, level=WARNING), aiReasoning=null, labeledCommand=null)
1437
- 16:36:10.815 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Accept & continue" WARNED
1438
- 16:36:10.817 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1439
- 16:36:10.817 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1440
- 16:36:10.884 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" RUNNING
1441
- 16:36:10.886 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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)
1442
- 16:36:11.003 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: No thanks
1443
- 16:36:11.003 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=No thanks, 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: No thanks, level=WARNING), aiReasoning=null, labeledCommand=null)
1444
- 16:36:11.004 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "No thanks" WARNED
1445
- 16:36:11.006 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1446
- 16:36:11.006 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1447
- 16:36:11.075 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution stripe.com" is visible RUNNING
1448
- 16:36:11.076 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution stripe.com" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Test Institution stripe.com, 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)
1449
- 16:36:20.596 [ERROR] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandFailed: Assertion is false: "Test Institution stripe.com" is visible
1450
- 16:36:20.598 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1451
- 16:36:20.599 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1452
- 16:36:20.658 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Test Institution stripe.com" is visible FAILED
1453
- 16:36:21.027 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1454
- 16:36:26.031 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1455
- 16:36:26.032 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1456
- 16:36:26.032 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1457
- 16:36:26.032 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1458
- 16:36:26.032 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1459
- 16:36:26.032 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1460
- 16:36:26.204 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1461
- 16:36:26.205 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1462
- 16:36:26.205 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1463
- 16:36:26.205 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1464
- 16:36:26.207 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel