@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,1047 +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 "Accept a payment" RUNNING
24
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Accept a payment" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Accept a payment, 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=Accept a payment, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,257][1080,314], 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=257, width=1080, height=57))
26
- [INFO ] maestro.Maestro - Refreshed element
27
- [INFO ] maestro.Maestro - Tapping at (540, 285) 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 "Accept a payment" COMPLETED
32
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Prebuilt UI (deferred intent)" RUNNING
33
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Prebuilt UI (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (deferred intent), 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=Prebuilt UI (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,977][1038,1034], 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=977, width=954, height=57))
35
- [INFO ] maestro.Maestro - Refreshed element
36
- [INFO ] maestro.Maestro - Tapping at (561, 1005) 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 "Prebuilt UI (deferred intent)" COMPLETED
41
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Checkout" RUNNING
42
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Checkout" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Checkout, 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))
43
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Checkout, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[451,431][629,488], 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=451, y=431, width=178, height=57))
44
- [INFO ] maestro.Maestro - Refreshed element
45
- [INFO ] maestro.Maestro - Tapping at (540, 459) using hierarchy based logic for wait
46
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
47
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
48
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
49
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Checkout" COMPLETED
50
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "TEST" is visible RUNNING
51
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "TEST" 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, 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))
52
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "TEST" is visible COMPLETED
53
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Card" RUNNING
54
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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) "Card" COMPLETED
56
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Card number" RUNNING
57
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Card number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Card number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
58
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Card number, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[95,803][299,852], 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=95, y=803, width=204, height=49))
59
- [INFO ] maestro.Maestro - Refreshed element
60
- [INFO ] maestro.Maestro - Tapping at (197, 827) 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 "Card number" COMPLETED
65
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 4242424242424242 RUNNING
66
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 4242424242424242 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=4242424242424242, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
67
- [INFO ] maestro.Maestro - Inputting text: 4242424242424242
68
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 4242424242424242 COMPLETED
69
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "MM / YY" RUNNING
70
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "MM / YY" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=MM / YY, 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))
71
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "MM / YY" COMPLETED
72
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 0145 RUNNING
73
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 0145 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=0145, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
74
- [INFO ] maestro.Maestro - Inputting text: 0145
75
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 0145 COMPLETED
76
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 123 RUNNING
77
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 123 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=123, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
78
- [INFO ] maestro.Maestro - Inputting text: 123
79
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text 123 COMPLETED
80
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) id: primary_button RUNNING
81
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) id: primary_button metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, 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))
82
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/primary_button, clickable=true, bounds=[53,1563][1027,1689], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/label, clickable=false, bounds=[64,1585][1016,1666], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=androidx.compose.ui.platform.ComposeView}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[64,1585][1016,1666], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.view.View}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=false, enabled=true, focused=false, checked=false, selected=false), TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/lock_icon, clickable=false, bounds=[969,1610][995,1642], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.ImageView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1563, width=974, height=126))
83
- [INFO ] maestro.Maestro - Refreshed element
84
- [INFO ] maestro.Maestro - Tapping at (540, 1626) using hierarchy based logic for wait
85
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
86
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
87
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
88
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) id: primary_button COMPLETED
89
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "purchase!" RUNNING
90
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "purchase!" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=purchase!, 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))
91
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "purchase!" COMPLETED
92
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible RUNNING
93
- [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))
94
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "Success" is visible COMPLETED
95
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "OK" RUNNING
96
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
97
- [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))
98
- [INFO ] maestro.Maestro - Refreshed element
99
- [INFO ] maestro.Maestro - Tapping at (894, 1092) using hierarchy based logic for wait
100
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
101
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
102
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
103
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "OK" COMPLETED
104
- [INFO ] MAESTRO - ---- System Info ----
105
- [INFO ] MAESTRO - Maestro Version: 1.38.1
106
- [INFO ] MAESTRO - CI: Undefined
107
- [INFO ] MAESTRO - OS Name: Mac OS X
108
- [INFO ] MAESTRO - OS Version: 15.5
109
- [INFO ] MAESTRO - Architecture: aarch64
110
- [INFO ] MAESTRO - Java Version: 17
111
- [INFO ] MAESTRO - Xcode Version: 16.0
112
- [INFO ] MAESTRO - Flutter Version: Undefined
113
- [INFO ] MAESTRO - Flutter Channel: Undefined
114
- [INFO ] MAESTRO - ---------------------
115
- [INFO ] maestro.Maestro - Getting device info
116
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables RUNNING
117
- [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))
118
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables COMPLETED
119
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration RUNNING
120
- [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))
121
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration COMPLETED
122
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" RUNNING
123
- [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))
124
- [INFO ] maestro.Maestro - Launching app com.stripe.react.native
125
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" COMPLETED
126
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Accept a payment" RUNNING
127
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Accept a payment" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Accept a payment, 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))
128
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Accept a payment, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,257][1080,314], 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=257, width=1080, height=57))
129
- [INFO ] maestro.Maestro - Refreshed element
130
- [INFO ] maestro.Maestro - Tapping at (540, 285) using hierarchy based logic for wait
131
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
132
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
133
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
134
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Accept a payment" COMPLETED
135
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Prebuilt UI (deferred intent)" RUNNING
136
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Prebuilt UI (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (deferred intent), 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))
137
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,977][1038,1034], 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=977, width=954, height=57))
138
- [INFO ] maestro.Maestro - Refreshed element
139
- [INFO ] maestro.Maestro - Tapping at (561, 1005) using hierarchy based logic for wait
140
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
141
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
142
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
143
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Prebuilt UI (deferred intent)" COMPLETED
144
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Checkout" RUNNING
145
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Checkout" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Checkout, 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))
146
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Checkout, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[451,431][629,488], 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=451, y=431, width=178, height=57))
147
- [INFO ] maestro.Maestro - Refreshed element
148
- [INFO ] maestro.Maestro - Tapping at (540, 459) using hierarchy based logic for wait
149
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
150
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
151
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
152
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
153
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=8.024584). Proceed.
154
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Checkout" COMPLETED
155
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "TEST" is visible RUNNING
156
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "TEST" 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, 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))
157
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "TEST" is visible COMPLETED
158
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Card" RUNNING
159
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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))
160
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Card" COMPLETED
161
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Card number" RUNNING
162
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Card number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Card number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
163
- [INFO ] maestro.Maestro - Taking screenshot
164
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
165
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Card number" FAILED
166
- 17:24:42.228 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
167
- 17:24:42.229 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
168
- 17:24:42.229 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
169
- 17:24:42.229 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
170
- 17:24:42.229 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
171
- 17:24:42.229 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
172
- 17:24:42.229 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
173
- 17:24:42.381 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
174
- 17:24:42.385 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
175
- 17:24:42.388 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
176
- 17:24:42.388 [ INFO] MAESTRO.logSystemInfo: ---------------------
177
- 17:24:43.271 [ 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/paymentsheet-decoupled.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))))
178
- 17:24:45.184 [ INFO] maestro.Maestro.invoke: Getting device info
179
- 17:24:45.349 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
180
- 17:24:45.409 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
181
- 17:24:45.412 [ 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=paymentsheet-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
182
- 17:24:45.416 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
183
- 17:24:45.420 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
184
- 17:24:45.426 [ 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)
185
- 17:24:45.428 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
186
- 17:24:45.430 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
187
- 17:24:45.433 [ 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)
188
- 17:24:46.222 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
189
- 17:24:46.360 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
190
- 17:24:46.362 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
191
- 17:24:46.364 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept a payment, 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)
192
- 17:24:48.780 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Accept a payment, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,257][1080,314], 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=257, width=1080, height=57))
193
- 17:24:49.634 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
194
- 17:24:49.635 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
195
- 17:24:49.636 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
196
- 17:24:49.636 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
197
- 17:24:50.687 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
198
- 17:24:50.688 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
199
- 17:24:50.690 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" RUNNING
200
- 17:24:50.692 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (deferred intent), 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)
201
- 17:24:50.752 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,977][1038,1034], 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=977, width=954, height=57))
202
- 17:24:51.585 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
203
- 17:24:51.585 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1005) using hierarchy based logic for wait
204
- 17:24:51.585 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
205
- 17:24:51.586 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
206
- 17:24:53.082 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
207
- 17:24:53.082 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" COMPLETED
208
- 17:24:53.083 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" RUNNING
209
- 17:24:53.085 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Checkout, 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)
210
- 17:24:53.114 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Checkout, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[451,431][629,488], 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=451, y=431, width=178, height=57))
211
- 17:24:53.956 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
212
- 17:24:53.957 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 459) using hierarchy based logic for wait
213
- 17:24:53.957 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
214
- 17:24:53.957 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
215
- 17:24:56.492 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
216
- 17:24:56.493 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" COMPLETED
217
- 17:24:56.496 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
218
- 17:24:56.498 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=TEST, 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=150000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
219
- 17:24:56.598 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
220
- 17:24:56.600 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
221
- 17:24:56.601 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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)
222
- 17:25:03.553 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
223
- 17:25:03.554 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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: Card, level=WARNING), aiReasoning=null, labeledCommand=null)
224
- 17:25:03.560 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
225
- 17:25:03.563 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
226
- 17:25:03.563 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
227
- 17:25:03.647 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
228
- 17:25:03.648 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
229
- 17:25:03.754 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Card number, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[98,805][302,854], 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=98, y=805, width=204, height=49))
230
- 17:25:04.615 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
231
- 17:25:04.615 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 829) using hierarchy based logic for wait
232
- 17:25:04.616 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
233
- 17:25:04.616 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
234
- 17:25:06.487 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
235
- 17:25:06.487 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
236
- 17:25:06.489 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
237
- 17:25:06.491 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=4242424242424242, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
238
- 17:25:06.493 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
239
- 17:25:08.760 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
240
- 17:25:08.761 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
241
- 17:25:08.762 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=MM / YY, 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)
242
- 17:25:15.831 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
243
- 17:25:15.832 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=MM / YY, 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: MM / YY, level=WARNING), aiReasoning=null, labeledCommand=null)
244
- 17:25:15.833 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
245
- 17:25:15.834 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
246
- 17:25:15.834 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
247
- 17:25:15.915 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
248
- 17:25:15.916 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=0145, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
249
- 17:25:15.917 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
250
- 17:25:17.053 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
251
- 17:25:17.056 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
252
- 17:25:17.057 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=123, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
253
- 17:25:17.059 [ INFO] maestro.Maestro.inputText: Inputting text: 123
254
- 17:25:18.618 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
255
- 17:25:18.620 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
256
- 17:25:18.622 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
257
- 17:25:18.655 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
258
- 17:25:18.655 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=53, y=1137, width=974, height=126)
259
- 17:25:18.655 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
260
- 17:25:18.655 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true).centerElement
261
- 17:25:18.655 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
262
- 17:25:18.655 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
263
- 17:25:18.656 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
264
- 17:25:18.656 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
265
- 17:25:19.319 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
266
- 17:25:19.322 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
267
- 17:25:20.917 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
268
- 17:25:20.921 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
269
- 17:25:22.427 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
270
- 17:25:22.431 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
271
- 17:25:23.935 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
272
- 17:25:23.939 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
273
- 17:25:25.473 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
274
- 17:25:25.479 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
275
- 17:25:27.028 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
276
- 17:25:27.031 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
277
- 17:25:28.443 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
278
- 17:25:28.446 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
279
- 17:25:30.025 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
280
- 17:25:30.030 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
281
- 17:25:31.526 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
282
- 17:25:31.530 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
283
- 17:25:33.045 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
284
- 17:25:33.049 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
285
- 17:25:34.604 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
286
- 17:25:34.608 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
287
- 17:25:36.299 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
288
- 17:25:36.301 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
289
- 17:25:37.834 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
290
- 17:25:37.836 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
291
- 17:25:38.874 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: No visible element found: "purchase!"
292
- 17:25:38.875 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=No visible element found: "purchase!", level=WARNING), aiReasoning=null, labeledCommand=null)
293
- 17:25:38.876 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled WARNED
294
- 17:25:38.879 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
295
- 17:25:38.879 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
296
- 17:25:38.956 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
297
- 17:25:38.956 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, 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)
298
- 17:25:39.065 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/primary_button, clickable=true, bounds=[53,933][1027,1059], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/label, clickable=false, bounds=[64,955][1016,1036], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=androidx.compose.ui.platform.ComposeView}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[64,955][1016,1036], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.view.View}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=false, enabled=true, focused=false, checked=false, selected=false), TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/lock_icon, clickable=false, bounds=[969,980][995,1012], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.ImageView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=933, width=974, height=126))
299
- 17:25:39.863 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
300
- 17:25:39.863 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 996) using hierarchy based logic for wait
301
- 17:25:39.863 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
302
- 17:25:39.863 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
303
- 17:25:41.171 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
304
- 17:25:41.171 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
305
- 17:25:41.173 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" RUNNING
306
- 17:25:41.174 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=purchase!, 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)
307
- 17:25:48.231 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: purchase!
308
- 17:25:48.231 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=purchase!, 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: purchase!, level=WARNING), aiReasoning=null, labeledCommand=null)
309
- 17:25:48.234 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" WARNED
310
- 17:25:48.235 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
311
- 17:25:48.235 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
312
- 17:25:48.324 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
313
- 17:25:48.324 [ 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)
314
- 17:25:48.338 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
315
- 17:25:48.339 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
316
- 17:25:48.339 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
317
- 17:25:48.355 [ 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))
318
- 17:25:49.122 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
319
- 17:25:49.122 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
320
- 17:25:49.122 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
321
- 17:25:49.123 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
322
- 17:25:50.021 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
323
- 17:25:50.022 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
324
- 17:25:50.520 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
325
- 17:25:55.522 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
326
- 17:25:55.523 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
327
- 17:25:55.523 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
328
- 17:25:55.524 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
329
- 17:25:55.524 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
330
- 17:25:55.524 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
331
- 17:25:56.101 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
332
- 17:25:56.102 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
333
- 17:25:56.102 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
334
- 17:25:56.102 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
335
- 17:25:56.104 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
336
- 20:39:27.488 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
337
- 20:39:27.489 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
338
- 20:39:27.489 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
339
- 20:39:27.489 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
340
- 20:39:27.489 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
341
- 20:39:27.489 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
342
- 20:39:27.489 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
343
- 20:39:27.645 [DEBUG] io.micrometer.common.util.internal.logging.InternalLoggerFactory.newDefaultFactory: Using SLF4J as the default logging framework
344
- 20:39:27.758 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
345
- 20:39:27.764 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
346
- 20:39:27.770 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
347
- 20:39:27.770 [ INFO] MAESTRO.logSystemInfo: ---------------------
348
- 20:39:28.723 [ 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/paymentsheet-decoupled.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))))
349
- 20:39:34.255 [ INFO] maestro.Maestro.invoke: Getting device info
350
- 20:39:34.458 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
351
- 20:39:34.518 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
352
- 20:39:34.521 [ 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=paymentsheet-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
353
- 20:39:34.525 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
354
- 20:39:34.527 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
355
- 20:39:34.531 [ 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)
356
- 20:39:34.533 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
357
- 20:39:34.534 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
358
- 20:39:34.536 [ 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)
359
- 20:39:36.835 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
360
- 20:39:37.454 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
361
- 20:39:37.457 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
362
- 20:39:37.460 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept a payment, 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)
363
- 20:39:46.436 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Accept a payment, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,257][1080,314], 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=257, width=1080, height=57))
364
- 20:39:47.421 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
365
- 20:39:47.424 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
366
- 20:39:47.424 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
367
- 20:39:47.425 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
368
- 20:39:49.412 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
369
- 20:39:49.412 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
370
- 20:39:49.415 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" RUNNING
371
- 20:39:49.417 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (deferred intent), 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)
372
- 20:39:49.663 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,977][1038,1034], 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=977, width=954, height=57))
373
- 20:39:50.730 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
374
- 20:39:50.731 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1005) using hierarchy based logic for wait
375
- 20:39:50.731 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
376
- 20:39:50.732 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
377
- 20:39:53.864 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
378
- 20:39:53.864 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" COMPLETED
379
- 20:39:53.869 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" RUNNING
380
- 20:39:53.872 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Checkout, 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)
381
- 20:39:53.927 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Checkout, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[451,431][629,488], 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=451, y=431, width=178, height=57))
382
- 20:39:54.787 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
383
- 20:39:54.788 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 459) using hierarchy based logic for wait
384
- 20:39:54.789 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
385
- 20:39:54.789 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
386
- 20:39:58.588 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
387
- 20:39:58.589 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" COMPLETED
388
- 20:39:58.592 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
389
- 20:39:58.595 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=TEST, 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=150000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
390
- 20:39:58.755 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
391
- 20:39:58.758 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
392
- 20:39:58.760 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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)
393
- 20:40:05.695 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
394
- 20:40:05.695 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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: Card, level=WARNING), aiReasoning=null, labeledCommand=null)
395
- 20:40:05.701 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
396
- 20:40:05.705 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
397
- 20:40:05.705 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
398
- 20:40:05.932 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "New card" RUNNING
399
- 20:40:05.935 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "New card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=New card, 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)
400
- 20:40:06.010 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=New card, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[180,1433][332,1482], 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=180, y=1433, width=152, height=49))
401
- 20:40:06.940 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
402
- 20:40:06.941 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (256, 1457) using hierarchy based logic for wait
403
- 20:40:06.941 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
404
- 20:40:06.941 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
405
- 20:40:10.001 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
406
- 20:40:10.002 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "New card" COMPLETED
407
- 20:40:10.004 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
408
- 20:40:10.006 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
409
- 20:40:10.107 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Card number, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[98,805][302,854], 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=98, y=805, width=204, height=49))
410
- 20:40:11.082 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
411
- 20:40:11.083 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 829) using hierarchy based logic for wait
412
- 20:40:11.083 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
413
- 20:40:11.083 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
414
- 20:40:13.635 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
415
- 20:40:13.635 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
416
- 20:40:13.638 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
417
- 20:40:13.641 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=4242424242424242, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
418
- 20:40:13.645 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
419
- 20:40:17.801 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
420
- 20:40:17.804 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
421
- 20:40:17.807 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=MM / YY, 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)
422
- 20:40:25.088 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
423
- 20:40:25.089 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=MM / YY, 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: MM / YY, level=WARNING), aiReasoning=null, labeledCommand=null)
424
- 20:40:25.092 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
425
- 20:40:25.095 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
426
- 20:40:25.095 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
427
- 20:40:25.379 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
428
- 20:40:25.381 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=0145, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
429
- 20:40:25.384 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
430
- 20:40:27.695 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
431
- 20:40:27.697 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
432
- 20:40:27.700 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=123, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
433
- 20:40:27.703 [ INFO] maestro.Maestro.inputText: Inputting text: 123
434
- 20:40:30.056 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
435
- 20:40:30.059 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
436
- 20:40:30.062 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
437
- 20:40:30.293 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
438
- 20:40:30.294 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=53, y=1563, width=974, height=126)
439
- 20:40:30.294 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
440
- 20:40:30.294 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true).centerElement
441
- 20:40:30.294 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
442
- 20:40:30.295 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
443
- 20:40:30.296 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
444
- 20:40:30.299 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
445
- 20:40:31.091 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
446
- 20:40:31.109 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
447
- 20:40:34.034 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
448
- 20:40:34.125 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
449
- 20:40:36.009 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
450
- 20:40:36.023 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
451
- 20:40:37.931 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
452
- 20:40:37.984 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
453
- 20:40:39.931 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
454
- 20:40:39.969 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
455
- 20:40:42.057 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
456
- 20:40:42.083 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
457
- 20:40:44.030 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
458
- 20:40:44.042 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
459
- 20:40:45.924 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
460
- 20:40:45.937 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
461
- 20:40:47.811 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
462
- 20:40:47.827 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
463
- 20:40:50.085 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
464
- 20:40:50.127 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
465
- 20:40:51.285 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: No visible element found: "purchase!"
466
- 20:40:51.286 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=No visible element found: "purchase!", level=WARNING), aiReasoning=null, labeledCommand=null)
467
- 20:40:51.288 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled WARNED
468
- 20:40:51.292 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
469
- 20:40:51.293 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
470
- 20:40:51.693 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
471
- 20:40:51.696 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, 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)
472
- 20:40:51.880 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/primary_button, clickable=true, bounds=[53,1563][1027,1689], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/label, clickable=false, bounds=[64,1585][1016,1666], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=androidx.compose.ui.platform.ComposeView}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[64,1585][1016,1666], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.view.View}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=false, enabled=true, focused=false, checked=false, selected=false), TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/lock_icon, clickable=false, bounds=[969,1610][995,1642], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.ImageView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1563, width=974, height=126))
473
- 20:40:52.872 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
474
- 20:40:52.872 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1626) using hierarchy based logic for wait
475
- 20:40:52.872 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
476
- 20:40:52.872 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
477
- 20:40:55.811 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
478
- 20:40:55.812 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
479
- 20:40:55.815 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" RUNNING
480
- 20:40:55.817 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=purchase!, 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)
481
- 20:41:02.902 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: purchase!
482
- 20:41:02.903 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=purchase!, 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: purchase!, level=WARNING), aiReasoning=null, labeledCommand=null)
483
- 20:41:02.906 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" WARNED
484
- 20:41:02.908 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
485
- 20:41:02.908 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
486
- 20:41:03.255 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
487
- 20:41:03.258 [ 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)
488
- 20:41:03.324 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
489
- 20:41:03.327 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
490
- 20:41:03.328 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
491
- 20:41:03.501 [ 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))
492
- 20:41:04.333 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
493
- 20:41:04.333 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
494
- 20:41:04.334 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
495
- 20:41:04.334 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
496
- 20:41:05.789 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
497
- 20:41:05.790 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
498
- 20:41:06.070 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
499
- 20:41:11.081 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
500
- 20:41:11.082 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
501
- 20:41:11.082 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
502
- 20:41:11.082 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
503
- 20:41:11.082 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
504
- 20:41:11.082 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
505
- 20:41:11.595 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
506
- 20:41:11.596 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
507
- 20:41:11.596 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
508
- 20:41:11.596 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
509
- 20:41:11.600 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
510
- 22:17:37.316 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
511
- 22:17:37.317 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
512
- 22:17:37.317 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
513
- 22:17:37.317 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
514
- 22:17:37.317 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
515
- 22:17:37.317 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
516
- 22:17:37.317 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
517
- 22:17:37.419 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
518
- 22:17:37.423 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
519
- 22:17:37.428 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
520
- 22:17:37.428 [ INFO] MAESTRO.logSystemInfo: ---------------------
521
- 22:17:37.933 [ 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/paymentsheet-decoupled.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))))
522
- 22:17:39.453 [ INFO] maestro.Maestro.invoke: Getting device info
523
- 22:17:39.594 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
524
- 22:17:39.639 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
525
- 22:17:39.641 [ 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=paymentsheet-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
526
- 22:17:39.645 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
527
- 22:17:39.646 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
528
- 22:17:39.650 [ 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)
529
- 22:17:39.651 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
530
- 22:17:39.653 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
531
- 22:17:39.654 [ 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)
532
- 22:17:40.462 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
533
- 22:17:40.522 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
534
- 22:17:40.524 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
535
- 22:17:40.524 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept a payment, 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)
536
- 22:17:42.315 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Accept a payment, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,257][1080,314], 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=257, width=1080, height=57))
537
- 22:17:43.136 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
538
- 22:17:43.137 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
539
- 22:17:43.137 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
540
- 22:17:43.137 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
541
- 22:17:44.158 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
542
- 22:17:44.158 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
543
- 22:17:44.160 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" RUNNING
544
- 22:17:44.162 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (deferred intent), 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)
545
- 22:17:44.254 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,977][1038,1034], 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=977, width=954, height=57))
546
- 22:17:45.038 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
547
- 22:17:45.038 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1005) using hierarchy based logic for wait
548
- 22:17:45.038 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
549
- 22:17:45.039 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
550
- 22:17:47.180 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
551
- 22:17:47.181 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" COMPLETED
552
- 22:17:47.183 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" RUNNING
553
- 22:17:47.185 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Checkout, 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)
554
- 22:17:47.240 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Checkout, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[451,431][629,488], 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=451, y=431, width=178, height=57))
555
- 22:17:48.097 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
556
- 22:17:48.098 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 459) using hierarchy based logic for wait
557
- 22:17:48.098 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
558
- 22:17:48.098 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
559
- 22:17:50.254 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
560
- 22:17:50.255 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" COMPLETED
561
- 22:17:50.257 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
562
- 22:17:50.260 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=TEST, 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=150000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
563
- 22:17:50.325 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
564
- 22:17:50.327 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
565
- 22:17:50.328 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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)
566
- 22:17:57.361 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
567
- 22:17:57.362 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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: Card, level=WARNING), aiReasoning=null, labeledCommand=null)
568
- 22:17:57.365 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
569
- 22:17:57.368 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
570
- 22:17:57.368 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
571
- 22:17:57.440 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "New card" RUNNING
572
- 22:17:57.441 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "New card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=New card, 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)
573
- 22:17:57.533 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=New card, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[180,1433][332,1482], 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=180, y=1433, width=152, height=49))
574
- 22:17:58.340 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
575
- 22:17:58.340 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (256, 1457) using hierarchy based logic for wait
576
- 22:17:58.340 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
577
- 22:17:58.341 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
578
- 22:18:00.216 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
579
- 22:18:00.217 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "New card" COMPLETED
580
- 22:18:00.219 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
581
- 22:18:00.220 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
582
- 22:18:00.255 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Card number, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[98,944][302,993], 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=98, y=944, width=204, height=49))
583
- 22:18:01.074 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
584
- 22:18:01.074 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 968) using hierarchy based logic for wait
585
- 22:18:01.074 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
586
- 22:18:01.074 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
587
- 22:18:02.588 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
588
- 22:18:02.589 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
589
- 22:18:02.591 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
590
- 22:18:02.592 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=4242424242424242, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
591
- 22:18:02.594 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
592
- 22:18:05.481 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
593
- 22:18:05.483 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
594
- 22:18:05.486 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=MM / YY, 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)
595
- 22:18:12.521 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
596
- 22:18:12.522 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=MM / YY, 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: MM / YY, level=WARNING), aiReasoning=null, labeledCommand=null)
597
- 22:18:12.524 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
598
- 22:18:12.525 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
599
- 22:18:12.525 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
600
- 22:18:12.581 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
601
- 22:18:12.582 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=0145, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
602
- 22:18:12.583 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
603
- 22:18:14.267 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
604
- 22:18:14.269 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
605
- 22:18:14.271 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=123, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
606
- 22:18:14.273 [ INFO] maestro.Maestro.inputText: Inputting text: 123
607
- 22:18:15.427 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
608
- 22:18:15.430 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
609
- 22:18:15.432 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
610
- 22:18:15.508 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
611
- 22:18:15.508 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=53, y=1626, width=974, height=126)
612
- 22:18:15.508 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
613
- 22:18:15.508 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true).centerElement
614
- 22:18:15.508 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
615
- 22:18:15.508 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
616
- 22:18:15.509 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
617
- 22:18:15.510 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
618
- 22:18:16.097 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
619
- 22:18:16.099 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
620
- 22:18:17.371 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
621
- 22:18:17.374 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
622
- 22:18:18.620 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
623
- 22:18:18.622 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
624
- 22:18:20.493 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
625
- 22:18:20.498 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
626
- 22:18:21.772 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
627
- 22:18:21.775 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
628
- 22:18:23.083 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
629
- 22:18:23.085 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
630
- 22:18:24.393 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
631
- 22:18:24.396 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
632
- 22:18:25.585 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
633
- 22:18:25.589 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
634
- 22:18:26.830 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
635
- 22:18:26.832 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
636
- 22:18:28.053 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
637
- 22:18:28.055 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
638
- 22:18:29.246 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
639
- 22:18:29.249 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
640
- 22:18:30.884 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
641
- 22:18:30.886 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
642
- 22:18:32.156 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
643
- 22:18:32.158 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
644
- 22:18:33.426 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
645
- 22:18:33.429 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
646
- 22:18:34.663 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
647
- 22:18:34.666 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
648
- 22:18:35.955 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
649
- 22:18:35.957 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
650
- 22:18:36.660 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: No visible element found: "purchase!"
651
- 22:18:36.660 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=No visible element found: "purchase!", level=WARNING), aiReasoning=null, labeledCommand=null)
652
- 22:18:36.663 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled WARNED
653
- 22:18:36.665 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
654
- 22:18:36.665 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
655
- 22:18:36.728 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
656
- 22:18:36.730 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, 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)
657
- 22:18:36.819 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/primary_button, clickable=true, bounds=[53,1626][1027,1752], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/label, clickable=false, bounds=[64,1648][1016,1729], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=androidx.compose.ui.platform.ComposeView}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[64,1648][1016,1729], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.view.View}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=false, enabled=true, focused=false, checked=false, selected=false), TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/lock_icon, clickable=false, bounds=[969,1673][995,1705], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.ImageView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1626, width=974, height=126))
658
- 22:18:37.609 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
659
- 22:18:37.610 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1689) using hierarchy based logic for wait
660
- 22:18:37.610 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
661
- 22:18:37.610 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
662
- 22:18:38.477 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
663
- 22:18:38.478 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
664
- 22:18:38.481 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" RUNNING
665
- 22:18:38.483 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
666
- 22:18:45.488 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: purchase!
667
- 22:18:45.489 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=purchase!, 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: purchase!, level=WARNING), aiReasoning=null, labeledCommand=null)
668
- 22:18:45.490 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" WARNED
669
- 22:18:45.491 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
670
- 22:18:45.491 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
671
- 22:18:45.543 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
672
- 22:18:45.544 [ 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)
673
- 22:18:45.555 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
674
- 22:18:45.556 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
675
- 22:18:45.556 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
676
- 22:18:45.567 [ 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))
677
- 22:18:46.330 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
678
- 22:18:46.331 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
679
- 22:18:46.331 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
680
- 22:18:46.331 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
681
- 22:18:47.139 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
682
- 22:18:47.140 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
683
- 22:18:47.379 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
684
- 22:18:52.385 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
685
- 22:18:52.385 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
686
- 22:18:52.386 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
687
- 22:18:52.386 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
688
- 22:18:52.386 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
689
- 22:18:52.386 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
690
- 22:18:52.547 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
691
- 22:18:52.547 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
692
- 22:18:52.547 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
693
- 22:18:52.548 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
694
- 22:18:52.549 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
695
- 22:59:01.681 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
696
- 22:59:01.682 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
697
- 22:59:01.683 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
698
- 22:59:01.683 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
699
- 22:59:01.683 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
700
- 22:59:01.683 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
701
- 22:59:01.683 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
702
- 22:59:01.845 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
703
- 22:59:01.849 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
704
- 22:59:01.853 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
705
- 22:59:01.853 [ INFO] MAESTRO.logSystemInfo: ---------------------
706
- 22:59:02.399 [ 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/paymentsheet-decoupled.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))))
707
- 22:59:05.839 [ INFO] maestro.Maestro.invoke: Getting device info
708
- 22:59:06.027 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
709
- 22:59:06.083 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
710
- 22:59:06.087 [ 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=paymentsheet-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
711
- 22:59:06.091 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
712
- 22:59:06.093 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
713
- 22:59:06.095 [ 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)
714
- 22:59:06.096 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
715
- 22:59:06.098 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
716
- 22:59:06.100 [ 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)
717
- 22:59:07.822 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
718
- 22:59:08.274 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
719
- 22:59:08.278 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
720
- 22:59:08.280 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept a payment, 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)
721
- 22:59:13.888 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Accept a payment, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,257][1080,314], 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=257, width=1080, height=57))
722
- 22:59:15.163 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
723
- 22:59:15.165 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
724
- 22:59:15.166 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
725
- 22:59:15.166 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
726
- 22:59:16.551 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
727
- 22:59:16.552 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
728
- 22:59:16.554 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" RUNNING
729
- 22:59:16.558 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (deferred intent), 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)
730
- 22:59:16.728 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,977][1038,1034], 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=977, width=954, height=57))
731
- 22:59:17.748 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
732
- 22:59:17.748 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1005) using hierarchy based logic for wait
733
- 22:59:17.748 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
734
- 22:59:17.748 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
735
- 22:59:20.381 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
736
- 22:59:20.382 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" COMPLETED
737
- 22:59:20.384 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" RUNNING
738
- 22:59:20.387 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Checkout, 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)
739
- 22:59:20.511 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Checkout, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[451,431][629,488], 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=451, y=431, width=178, height=57))
740
- 22:59:21.384 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
741
- 22:59:21.385 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 459) using hierarchy based logic for wait
742
- 22:59:21.385 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
743
- 22:59:21.385 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
744
- 22:59:24.421 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
745
- 22:59:24.422 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" COMPLETED
746
- 22:59:24.425 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
747
- 22:59:24.427 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=TEST, 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=150000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
748
- 22:59:24.489 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
749
- 22:59:24.491 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
750
- 22:59:24.491 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
751
- 22:59:31.610 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
752
- 22:59:31.612 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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: Card, level=WARNING), aiReasoning=null, labeledCommand=null)
753
- 22:59:31.616 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
754
- 22:59:31.619 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
755
- 22:59:31.619 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
756
- 22:59:31.785 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "New card" RUNNING
757
- 22:59:31.787 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "New card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=New card, 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)
758
- 22:59:31.924 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=New card, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[180,1433][332,1482], 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=180, y=1433, width=152, height=49))
759
- 22:59:32.833 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
760
- 22:59:32.833 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (256, 1457) using hierarchy based logic for wait
761
- 22:59:32.833 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
762
- 22:59:32.833 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
763
- 22:59:35.486 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
764
- 22:59:35.486 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "New card" COMPLETED
765
- 22:59:35.488 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
766
- 22:59:35.490 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
767
- 22:59:35.652 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Card number, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[98,944][302,993], 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=98, y=944, width=204, height=49))
768
- 22:59:36.630 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
769
- 22:59:36.631 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 968) using hierarchy based logic for wait
770
- 22:59:36.631 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
771
- 22:59:36.632 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
772
- 22:59:38.969 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
773
- 22:59:38.970 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
774
- 22:59:38.972 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
775
- 22:59:38.975 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=4242424242424242, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
776
- 22:59:38.978 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
777
- 22:59:42.704 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
778
- 22:59:42.706 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
779
- 22:59:42.707 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=MM / YY, 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)
780
- 22:59:50.026 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
781
- 22:59:50.027 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=MM / YY, 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: MM / YY, level=WARNING), aiReasoning=null, labeledCommand=null)
782
- 22:59:50.029 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
783
- 22:59:50.031 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
784
- 22:59:50.032 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
785
- 22:59:50.231 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
786
- 22:59:50.233 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=0145, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
787
- 22:59:50.235 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
788
- 22:59:53.187 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
789
- 22:59:53.189 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
790
- 22:59:53.190 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=123, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
791
- 22:59:53.191 [ INFO] maestro.Maestro.inputText: Inputting text: 123
792
- 22:59:54.416 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
793
- 22:59:54.418 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
794
- 22:59:54.420 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
795
- 22:59:54.490 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
796
- 22:59:54.490 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=53, y=1626, width=974, height=126)
797
- 22:59:54.490 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
798
- 22:59:54.490 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true).centerElement
799
- 22:59:54.490 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
800
- 22:59:54.490 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until id: primary_button is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
801
- 22:59:54.491 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
802
- 22:59:54.492 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
803
- 22:59:55.066 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
804
- 22:59:55.069 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
805
- 22:59:56.424 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
806
- 22:59:56.427 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
807
- 22:59:57.718 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
808
- 22:59:57.721 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
809
- 22:59:58.997 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
810
- 22:59:59.000 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
811
- 23:00:00.192 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
812
- 23:00:00.194 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
813
- 23:00:01.447 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
814
- 23:00:01.450 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
815
- 23:00:02.772 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
816
- 23:00:02.775 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
817
- 23:00:04.055 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
818
- 23:00:04.059 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
819
- 23:00:05.365 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
820
- 23:00:05.368 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
821
- 23:00:06.583 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
822
- 23:00:06.629 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
823
- 23:00:07.879 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
824
- 23:00:07.883 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
825
- 23:00:09.147 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
826
- 23:00:09.193 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
827
- 23:00:10.464 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
828
- 23:00:10.468 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
829
- 23:00:11.763 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
830
- 23:00:11.766 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
831
- 23:00:13.008 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
832
- 23:00:13.011 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
833
- 23:00:14.233 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: purchase!
834
- 23:00:14.235 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
835
- 23:00:14.938 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: No visible element found: "purchase!"
836
- 23:00:14.939 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(scrollUntilVisibleCommand=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=true)), logMessages=[], insight=Insight(message=No visible element found: "purchase!", level=WARNING), aiReasoning=null, labeledCommand=null)
837
- 23:00:14.940 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "purchase!" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled WARNED
838
- 23:00:14.942 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
839
- 23:00:14.942 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
840
- 23:00:15.013 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
841
- 23:00:15.014 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=null, idRegex=primary_button, 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)
842
- 23:00:15.078 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/primary_button, clickable=true, bounds=[53,1626][1027,1752], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.Button}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/label, clickable=false, bounds=[64,1648][1016,1729], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=androidx.compose.ui.platform.ComposeView}, children=[TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[64,1648][1016,1729], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.view.View}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=false, enabled=true, focused=false, checked=false, selected=false), TreeNode(attributes={text=, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=com.stripe.react.native:id/lock_icon, clickable=false, bounds=[969,1673][995,1705], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.ImageView}, children=[], clickable=false, enabled=true, focused=false, checked=false, selected=false)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1626, width=974, height=126))
843
- 23:00:15.858 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
844
- 23:00:15.859 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1689) using hierarchy based logic for wait
845
- 23:00:15.859 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
846
- 23:00:15.859 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
847
- 23:00:16.739 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
848
- 23:00:16.739 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
849
- 23:00:16.740 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" RUNNING
850
- 23:00:16.742 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=purchase!, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
851
- 23:00:23.754 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: purchase!
852
- 23:00:23.755 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=purchase!, 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: purchase!, level=WARNING), aiReasoning=null, labeledCommand=null)
853
- 23:00:23.756 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "purchase!" WARNED
854
- 23:00:23.757 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
855
- 23:00:23.757 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
856
- 23:00:23.820 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
857
- 23:00:23.821 [ 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)
858
- 23:00:23.832 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
859
- 23:00:23.833 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
860
- 23:00:23.833 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=OK, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
861
- 23:00:23.845 [ 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))
862
- 23:00:24.608 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
863
- 23:00:24.608 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
864
- 23:00:24.608 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
865
- 23:00:24.608 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
866
- 23:00:25.693 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
867
- 23:00:25.694 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
868
- 23:00:25.951 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
869
- 23:00:30.956 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
870
- 23:00:30.956 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
871
- 23:00:30.956 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
872
- 23:00:30.956 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
873
- 23:00:30.956 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
874
- 23:00:30.957 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
875
- 23:00:31.123 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
876
- 23:00:31.123 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
877
- 23:00:31.123 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
878
- 23:00:31.123 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
879
- 23:00:31.124 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
880
- 11:39:19.062 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
881
- 11:39:19.063 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
882
- 11:39:19.063 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
883
- 11:39:19.063 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
884
- 11:39:19.063 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
885
- 11:39:19.063 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
886
- 11:39:19.063 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
887
- 11:39:19.297 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
888
- 11:39:19.301 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
889
- 11:39:19.306 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
890
- 11:39:19.306 [ INFO] MAESTRO.logSystemInfo: ---------------------
891
- 11:39:19.843 [ 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/paymentsheet-decoupled.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))))
892
- 11:39:24.447 [ INFO] maestro.Maestro.invoke: Getting device info
893
- 11:39:24.631 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
894
- 11:39:24.678 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
895
- 11:39:24.680 [ 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=paymentsheet-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
896
- 11:39:24.683 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
897
- 11:39:24.684 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
898
- 11:39:24.688 [ 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)
899
- 11:39:24.688 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
900
- 11:39:24.689 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
901
- 11:39:24.691 [ 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)
902
- 11:39:26.364 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
903
- 11:39:26.640 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
904
- 11:39:26.641 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
905
- 11:39:26.642 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept a payment, 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)
906
- 11:39:32.360 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Accept a payment, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,257][1080,314], 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=257, width=1080, height=57))
907
- 11:39:33.274 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
908
- 11:39:33.276 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
909
- 11:39:33.276 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
910
- 11:39:33.276 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
911
- 11:39:35.171 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
912
- 11:39:35.172 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
913
- 11:39:35.173 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" RUNNING
914
- 11:39:35.174 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (deferred intent), idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
915
- 11:39:35.385 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,977][1038,1034], 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=977, width=954, height=57))
916
- 11:39:36.359 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
917
- 11:39:36.360 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1005) using hierarchy based logic for wait
918
- 11:39:36.360 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
919
- 11:39:36.360 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
920
- 11:39:38.673 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
921
- 11:39:38.674 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" COMPLETED
922
- 11:39:38.676 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" RUNNING
923
- 11:39:38.677 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Checkout, 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)
924
- 11:39:38.771 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Checkout, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[451,431][629,488], 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=451, y=431, width=178, height=57))
925
- 11:39:39.634 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
926
- 11:39:39.635 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 459) using hierarchy based logic for wait
927
- 11:39:39.635 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
928
- 11:39:39.635 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
929
- 11:39:43.048 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
930
- 11:39:43.048 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" COMPLETED
931
- 11:39:43.050 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
932
- 11:39:43.052 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=TEST, 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=150000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
933
- 11:39:43.118 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
934
- 11:39:43.119 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
935
- 11:39:43.121 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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)
936
- 11:39:50.195 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
937
- 11:39:50.196 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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: Card, level=WARNING), aiReasoning=null, labeledCommand=null)
938
- 11:39:50.200 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
939
- 11:39:50.201 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
940
- 11:39:50.202 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
941
- 11:39:50.407 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
942
- 11:39:50.409 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
943
- 11:40:00.153 [ERROR] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandFailed: Element not found: Text matching regex: Card number
944
- 11:40:00.155 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
945
- 11:40:00.155 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
946
- 11:40:00.393 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" FAILED
947
- 11:40:00.717 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
948
- 11:40:00.717 [ERROR] maestro.cli.session.MaestroSessionManager.newSession$lambda$0: Failed to record heartbeat
949
- java.lang.InterruptedException: sleep interrupted
950
- at java.base/java.lang.Thread.sleep(Native Method)
951
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:93)
952
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
953
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
954
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
955
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
956
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
957
- at java.base/java.lang.Thread.run(Thread.java:840)
958
- 11:40:05.723 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
959
- 11:40:05.723 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
960
- 11:40:05.724 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
961
- 11:40:05.724 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
962
- 11:40:05.724 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
963
- 11:40:05.724 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
964
- 11:40:06.126 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
965
- 11:40:06.126 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
966
- 11:40:06.126 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
967
- 11:40:06.127 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
968
- 11:40:06.129 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
969
- 17:04:05.211 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
970
- 17:04:05.212 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
971
- 17:04:05.212 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
972
- 17:04:05.212 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
973
- 17:04:05.213 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
974
- 17:04:05.213 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
975
- 17:04:05.213 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
976
- 17:04:05.392 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
977
- 17:04:05.397 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
978
- 17:04:05.402 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
979
- 17:04:05.402 [ INFO] MAESTRO.logSystemInfo: ---------------------
980
- 17:04:05.938 [ 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/paymentsheet-decoupled.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))))
981
- 17:04:07.410 [ INFO] maestro.Maestro.invoke: Getting device info
982
- 17:04:07.560 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
983
- 17:04:07.602 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
984
- 17:04:07.604 [ 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=paymentsheet-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
985
- 17:04:07.607 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
986
- 17:04:07.608 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
987
- 17:04:07.611 [ 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)
988
- 17:04:07.612 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
989
- 17:04:07.613 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
990
- 17:04:07.614 [ 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)
991
- 17:04:08.318 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
992
- 17:04:08.377 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
993
- 17:04:08.378 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
994
- 17:04:08.379 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Accept a payment, 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)
995
- 17:04:10.237 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Accept a payment, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,257][1080,314], 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=257, width=1080, height=57))
996
- 17:04:11.058 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
997
- 17:04:11.059 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
998
- 17:04:11.060 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
999
- 17:04:11.060 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1000
- 17:04:12.130 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1001
- 17:04:12.130 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
1002
- 17:04:12.132 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" RUNNING
1003
- 17:04:12.134 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (deferred intent), 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)
1004
- 17:04:12.234 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,977][1038,1034], 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=977, width=954, height=57))
1005
- 17:04:13.064 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1006
- 17:04:13.065 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1005) using hierarchy based logic for wait
1007
- 17:04:13.065 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1008
- 17:04:13.065 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1009
- 17:04:14.821 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1010
- 17:04:14.822 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (deferred intent)" COMPLETED
1011
- 17:04:14.824 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" RUNNING
1012
- 17:04:14.826 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Checkout, 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)
1013
- 17:04:14.896 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Checkout, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[451,431][629,488], 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=451, y=431, width=178, height=57))
1014
- 17:04:15.661 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1015
- 17:04:15.661 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 459) using hierarchy based logic for wait
1016
- 17:04:15.661 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1017
- 17:04:15.661 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1018
- 17:04:17.730 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1019
- 17:04:17.731 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Checkout" COMPLETED
1020
- 17:04:17.733 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
1021
- 17:04:17.736 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=TEST, 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=150000, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1022
- 17:04:17.791 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
1023
- 17:04:17.792 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
1024
- 17:04:17.792 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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)
1025
- 17:04:24.812 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
1026
- 17:04:24.813 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card, 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: Card, level=WARNING), aiReasoning=null, labeledCommand=null)
1027
- 17:04:24.816 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
1028
- 17:04:24.819 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1029
- 17:04:24.819 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1030
- 17:04:24.879 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
1031
- 17:04:24.881 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Card number, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1032
- 17:04:34.856 [ERROR] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandFailed: Element not found: Text matching regex: Card number
1033
- 17:04:34.858 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1034
- 17:04:34.859 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1035
- 17:04:34.928 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" FAILED
1036
- 17:04:35.245 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1037
- 17:04:40.252 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1038
- 17:04:40.252 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1039
- 17:04:40.253 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1040
- 17:04:40.253 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1041
- 17:04:40.253 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1042
- 17:04:40.253 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1043
- 17:04:40.461 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1044
- 17:04:40.461 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1045
- 17:04:40.461 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1046
- 17:04:40.461 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1047
- 17:04:40.464 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel