@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,1152 +0,0 @@
1
- 17:22:16.385 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
2
- 17:22:16.386 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
3
- 17:22:16.387 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
4
- 17:22:16.387 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
5
- 17:22:16.387 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
6
- 17:22:16.387 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
7
- 17:22:16.387 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
8
- 17:22:16.578 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
9
- 17:22:16.583 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
10
- 17:22:16.587 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
11
- 17:22:16.587 [ INFO] MAESTRO.logSystemInfo: ---------------------
12
- 17:22:17.131 [ 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-customFlow-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))))
13
- 17:22:18.783 [ INFO] maestro.Maestro.invoke: Getting device info
14
- 17:22:18.945 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
15
- 17:22:18.993 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
16
- 17:22:18.995 [ 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-customFlow-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
17
- 17:22:18.998 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
18
- 17:22:19.000 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
19
- 17:22:19.003 [ 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)
20
- 17:22:19.005 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
21
- 17:22:19.006 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
22
- 17:22:19.008 [ 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)
23
- 17:22:19.755 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
24
- 17:22:19.897 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
25
- 17:22:19.898 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
26
- 17:22:19.899 [ 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)
27
- 17:22:22.083 [ 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))
28
- 17:22:22.874 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
29
- 17:22:22.875 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
30
- 17:22:22.875 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
31
- 17:22:22.876 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
32
- 17:22:23.898 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
33
- 17:22:23.899 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
34
- 17:22:23.901 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" RUNNING
35
- 17:22:23.903 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (multi-step) (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)
36
- 17:22:23.958 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (multi-step) (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1161][1038,1218], 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=1161, width=954, height=57))
37
- 17:22:24.829 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
38
- 17:22:24.830 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1189) using hierarchy based logic for wait
39
- 17:22:24.830 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
40
- 17:22:24.830 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
41
- 17:22:25.955 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
42
- 17:22:25.955 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" COMPLETED
43
- 17:22:25.957 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible RUNNING
44
- 17:22:25.960 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Choose payment method, 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)
45
- 17:22:26.441 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible COMPLETED
46
- 17:22:26.442 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" RUNNING
47
- 17:22:26.443 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Choose payment method, 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)
48
- 17:22:27.060 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Choose payment method, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[304,431][775,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=304, y=431, width=471, height=57))
49
- 17:22:27.872 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
50
- 17:22:27.872 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 459) using hierarchy based logic for wait
51
- 17:22:27.872 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
52
- 17:22:27.872 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
53
- 17:22:29.908 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
54
- 17:22:29.909 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" COMPLETED
55
- 17:22:29.911 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
56
- 17:22:29.912 [ 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)
57
- 17:22:29.994 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
58
- 17:22:29.995 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
59
- 17:22:29.995 [ 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)
60
- 17:22:37.003 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
61
- 17:22:37.004 [ 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)
62
- 17:22:37.006 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
63
- 17:22:37.008 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
64
- 17:22:37.008 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
65
- 17:22:37.065 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
66
- 17:22:37.066 [ 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)
67
- 17:22:37.176 [ 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,900][302,949], 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=900, width=204, height=49))
68
- 17:22:38.069 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
69
- 17:22:38.070 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 924) using hierarchy based logic for wait
70
- 17:22:38.070 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
71
- 17:22:38.070 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
72
- 17:22:39.921 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
73
- 17:22:39.922 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
74
- 17:22:39.923 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
75
- 17:22:39.924 [ 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)
76
- 17:22:39.926 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
77
- 17:22:42.294 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
78
- 17:22:42.296 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
79
- 17:22:42.296 [ 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)
80
- 17:22:49.368 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
81
- 17:22:49.369 [ 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)
82
- 17:22:49.371 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
83
- 17:22:49.373 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
84
- 17:22:49.373 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
85
- 17:22:49.443 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
86
- 17:22:49.443 [ 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)
87
- 17:22:49.444 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
88
- 17:22:50.559 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
89
- 17:22:50.561 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" RUNNING
90
- 17:22:50.561 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=CVC, 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)
91
- 17:22:50.628 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=CVC, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[583,722][652,771], 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=583, y=722, width=69, height=49))
92
- 17:22:52.128 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
93
- 17:22:52.128 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (617, 746) using hierarchy based logic for wait
94
- 17:22:52.128 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
95
- 17:22:52.128 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
96
- 17:22:52.422 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
97
- 17:22:52.422 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
98
- 17:22:52.931 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.012408277). Proceed.
99
- 17:22:52.931 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" COMPLETED
100
- 17:22:52.932 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
101
- 17:22:52.932 [ 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)
102
- 17:22:52.933 [ INFO] maestro.Maestro.inputText: Inputting text: 123
103
- 17:22:54.636 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
104
- 17:22:54.638 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard RUNNING
105
- 17:22:54.640 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(hideKeyboardCommand=HideKeyboardCommand()), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
106
- 17:22:54.641 [ INFO] maestro.Maestro.hideKeyboard: Hiding Keyboard
107
- 17:22:55.693 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Hide Keyboard COMPLETED
108
- 17:22:55.696 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
109
- 17:22:55.698 [ 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)
110
- 17:22:55.773 [ 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)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1626, width=974, height=126))
111
- 17:22:56.583 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
112
- 17:22:56.584 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1689) using hierarchy based logic for wait
113
- 17:22:56.584 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
114
- 17:22:56.584 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
115
- 17:22:57.706 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
116
- 17:22:57.707 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
117
- 17:22:57.709 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
118
- 17:22:57.711 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
119
- 17:23:04.813 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
120
- 17:23:04.813 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Continue, level=WARNING), aiReasoning=null, labeledCommand=null)
121
- 17:23:04.814 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
122
- 17:23:04.816 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
123
- 17:23:04.816 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
124
- 17:23:04.884 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" RUNNING
125
- 17:23:04.885 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=.*Buy.*4242, 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)
126
- 17:23:04.900 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Buy with ···· 4242, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[378,677][702,734], 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=378, y=677, width=324, height=57))
127
- 17:23:05.749 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
128
- 17:23:05.749 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 705) using hierarchy based logic for wait
129
- 17:23:05.750 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
130
- 17:23:05.750 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
131
- 17:23:06.878 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
132
- 17:23:06.879 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" COMPLETED
133
- 17:23:06.880 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
134
- 17:23:06.881 [ 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)
135
- 17:23:09.316 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
136
- 17:23:09.319 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
137
- 17:23:09.320 [ 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)
138
- 17:23:09.401 [ 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))
139
- 17:23:10.187 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
140
- 17:23:10.187 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
141
- 17:23:10.187 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
142
- 17:23:10.187 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
143
- 17:23:11.044 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
144
- 17:23:11.044 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
145
- 17:23:11.361 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
146
- 17:23:16.367 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
147
- 17:23:16.368 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
148
- 17:23:16.368 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
149
- 17:23:16.368 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
150
- 17:23:16.368 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
151
- 17:23:16.368 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
152
- 17:23:16.620 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
153
- 17:23:16.620 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
154
- 17:23:16.620 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
155
- 17:23:16.620 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
156
- 17:23:16.623 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
157
- 20:35:14.334 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
158
- 20:35:14.335 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
159
- 20:35:14.336 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
160
- 20:35:14.336 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
161
- 20:35:14.336 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
162
- 20:35:14.336 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
163
- 20:35:14.336 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
164
- 20:35:14.581 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
165
- 20:35:14.586 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
166
- 20:35:14.591 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
167
- 20:35:14.591 [ INFO] MAESTRO.logSystemInfo: ---------------------
168
- 20:35:15.215 [ 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-customFlow-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))))
169
- 20:35:20.294 [ INFO] maestro.Maestro.invoke: Getting device info
170
- 20:35:20.502 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
171
- 20:35:20.564 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
172
- 20:35:20.568 [ 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-customFlow-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
173
- 20:35:20.572 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
174
- 20:35:20.574 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
175
- 20:35:20.578 [ 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)
176
- 20:35:20.580 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
177
- 20:35:20.581 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
178
- 20:35:20.584 [ 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)
179
- 20:35:22.987 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
180
- 20:35:23.446 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
181
- 20:35:23.450 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
182
- 20:35:23.454 [ 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)
183
- 20:35:32.356 [ 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))
184
- 20:35:33.330 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
185
- 20:35:33.333 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
186
- 20:35:33.334 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
187
- 20:35:33.334 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
188
- 20:35:35.420 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
189
- 20:35:35.420 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
190
- 20:35:35.424 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" RUNNING
191
- 20:35:35.426 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (multi-step) (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)
192
- 20:35:35.684 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (multi-step) (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1161][1038,1218], 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=1161, width=954, height=57))
193
- 20:35:36.695 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
194
- 20:35:36.695 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1189) using hierarchy based logic for wait
195
- 20:35:36.696 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
196
- 20:35:36.696 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
197
- 20:35:39.501 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
198
- 20:35:39.502 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" COMPLETED
199
- 20:35:39.504 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible RUNNING
200
- 20:35:39.507 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Choose payment method, 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)
201
- 20:35:40.936 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible COMPLETED
202
- 20:35:40.938 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" RUNNING
203
- 20:35:40.940 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Choose payment method, 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)
204
- 20:35:41.007 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Choose payment method, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[304,431][775,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=304, y=431, width=471, height=57))
205
- 20:35:41.893 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
206
- 20:35:41.894 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 459) using hierarchy based logic for wait
207
- 20:35:41.894 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
208
- 20:35:41.894 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
209
- 20:35:45.654 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
210
- 20:35:45.656 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" COMPLETED
211
- 20:35:45.659 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
212
- 20:35:45.661 [ 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)
213
- 20:35:46.201 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
214
- 20:35:46.203 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
215
- 20:35:46.205 [ 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)
216
- 20:35:53.102 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
217
- 20:35:53.104 [ 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)
218
- 20:35:53.108 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
219
- 20:35:53.113 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
220
- 20:35:53.114 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
221
- 20:35:53.336 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
222
- 20:35:53.339 [ 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)
223
- 20:35:53.493 [ 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,611][302,660], 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=611, width=204, height=49))
224
- 20:35:54.452 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
225
- 20:35:54.453 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 635) using hierarchy based logic for wait
226
- 20:35:54.453 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
227
- 20:35:54.453 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
228
- 20:35:57.239 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
229
- 20:35:57.240 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
230
- 20:35:57.242 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
231
- 20:35:57.243 [ 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)
232
- 20:35:57.246 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
233
- 20:36:01.538 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
234
- 20:36:01.539 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
235
- 20:36:01.540 [ 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)
236
- 20:36:08.653 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
237
- 20:36:08.654 [ 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)
238
- 20:36:08.656 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
239
- 20:36:08.659 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
240
- 20:36:08.660 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
241
- 20:36:08.902 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
242
- 20:36:08.905 [ 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)
243
- 20:36:08.908 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
244
- 20:36:11.001 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
245
- 20:36:11.004 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" RUNNING
246
- 20:36:11.005 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=CVC, 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)
247
- 20:36:11.172 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=CVC, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[583,722][652,771], 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=583, y=722, width=69, height=49))
248
- 20:36:12.062 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
249
- 20:36:12.063 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (617, 746) using hierarchy based logic for wait
250
- 20:36:12.063 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
251
- 20:36:12.063 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
252
- 20:36:12.781 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
253
- 20:36:12.782 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
254
- 20:36:13.429 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.012408277). Proceed.
255
- 20:36:13.429 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" COMPLETED
256
- 20:36:13.430 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
257
- 20:36:13.431 [ 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)
258
- 20:36:13.431 [ INFO] maestro.Maestro.inputText: Inputting text: 123
259
- 20:36:15.383 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
260
- 20:36:15.386 [ 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
261
- 20:36:15.388 [ 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)
262
- 20:36:15.498 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
263
- 20:36:15.499 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=53, y=1669, width=974, height=126)
264
- 20:36:15.499 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
265
- 20:36:15.499 [ 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
266
- 20:36:15.499 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
267
- 20:36:15.499 [ 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
268
- 20:36:15.501 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
269
- 20:36:15.503 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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)
270
- 20:36:16.268 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
271
- 20:36:16.276 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
272
- 20:36:18.297 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
273
- 20:36:18.308 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
274
- 20:36:20.742 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
275
- 20:36:20.759 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
276
- 20:36:22.546 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
277
- 20:36:22.556 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
278
- 20:36:24.396 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
279
- 20:36:24.404 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
280
- 20:36:26.229 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
281
- 20:36:26.283 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
282
- 20:36:28.139 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
283
- 20:36:28.147 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
284
- 20:36:30.644 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
285
- 20:36:30.656 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
286
- 20:36:32.521 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
287
- 20:36:32.531 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
288
- 20:36:34.337 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
289
- 20:36:34.344 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
290
- 20:36:36.119 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
291
- 20:36:36.129 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
292
- 20:36:37.393 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: No visible element found: "Continue"
293
- 20:36:37.393 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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: "Continue", level=WARNING), aiReasoning=null, labeledCommand=null)
294
- 20:36:37.395 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled WARNED
295
- 20:36:37.397 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
296
- 20:36:37.397 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
297
- 20:36:37.601 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
298
- 20:36:37.603 [ 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)
299
- 20:36:37.713 [ 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)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1563, width=974, height=126))
300
- 20:36:38.682 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
301
- 20:36:38.683 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1626) using hierarchy based logic for wait
302
- 20:36:38.683 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
303
- 20:36:38.684 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
304
- 20:36:40.964 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
305
- 20:36:40.964 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
306
- 20:36:40.967 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
307
- 20:36:40.969 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
308
- 20:36:48.185 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
309
- 20:36:48.186 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Continue, level=WARNING), aiReasoning=null, labeledCommand=null)
310
- 20:36:48.188 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
311
- 20:36:48.191 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
312
- 20:36:48.191 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
313
- 20:36:48.395 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" RUNNING
314
- 20:36:48.397 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=.*Buy.*4242, 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)
315
- 20:36:48.458 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Buy with ···· 4242, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[378,677][702,734], 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=378, y=677, width=324, height=57))
316
- 20:36:49.328 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
317
- 20:36:49.328 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 705) using hierarchy based logic for wait
318
- 20:36:49.328 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
319
- 20:36:49.328 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
320
- 20:36:50.542 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
321
- 20:36:50.542 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" COMPLETED
322
- 20:36:50.545 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
323
- 20:36:50.547 [ 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)
324
- 20:36:53.264 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
325
- 20:36:53.266 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
326
- 20:36:53.268 [ 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)
327
- 20:36:53.351 [ 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))
328
- 20:36:54.171 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
329
- 20:36:54.171 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
330
- 20:36:54.171 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
331
- 20:36:54.172 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
332
- 20:36:55.287 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
333
- 20:36:55.288 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
334
- 20:36:55.600 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
335
- 20:36:55.600 [ERROR] maestro.cli.session.MaestroSessionManager.newSession$lambda$0: Failed to record heartbeat
336
- java.lang.InterruptedException: sleep interrupted
337
- at java.base/java.lang.Thread.sleep(Native Method)
338
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:93)
339
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
340
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
341
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
342
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
343
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
344
- at java.base/java.lang.Thread.run(Thread.java:840)
345
- 20:37:00.612 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
346
- 20:37:00.612 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
347
- 20:37:00.612 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
348
- 20:37:00.612 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
349
- 20:37:00.612 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
350
- 20:37:00.612 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
351
- 20:37:01.299 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
352
- 20:37:01.299 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
353
- 20:37:01.299 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
354
- 20:37:01.299 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
355
- 20:37:01.303 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
356
- 22:14:37.464 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
357
- 22:14:37.465 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
358
- 22:14:37.465 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
359
- 22:14:37.465 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
360
- 22:14:37.465 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
361
- 22:14:37.465 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
362
- 22:14:37.465 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
363
- 22:14:37.588 [DEBUG] io.micrometer.common.util.internal.logging.InternalLoggerFactory.newDefaultFactory: Using SLF4J as the default logging framework
364
- 22:14:37.610 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
365
- 22:14:37.614 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
366
- 22:14:37.618 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
367
- 22:14:37.618 [ INFO] MAESTRO.logSystemInfo: ---------------------
368
- 22:14:38.137 [ 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-customFlow-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))))
369
- 22:14:39.609 [ INFO] maestro.Maestro.invoke: Getting device info
370
- 22:14:39.748 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
371
- 22:14:39.796 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
372
- 22:14:39.799 [ 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-customFlow-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
373
- 22:14:39.802 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
374
- 22:14:39.805 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
375
- 22:14:39.808 [ 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)
376
- 22:14:39.809 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
377
- 22:14:39.810 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
378
- 22:14:39.812 [ 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)
379
- 22:14:40.581 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
380
- 22:14:40.653 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
381
- 22:14:40.655 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
382
- 22:14:40.656 [ 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)
383
- 22:14:42.094 [ 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))
384
- 22:14:42.916 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
385
- 22:14:42.917 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
386
- 22:14:42.918 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
387
- 22:14:42.918 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
388
- 22:14:44.213 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
389
- 22:14:44.214 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
390
- 22:14:44.216 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" RUNNING
391
- 22:14:44.218 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (multi-step) (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)
392
- 22:14:44.315 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (multi-step) (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1161][1038,1218], 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=1161, width=954, height=57))
393
- 22:14:45.148 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
394
- 22:14:45.149 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1189) using hierarchy based logic for wait
395
- 22:14:45.149 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
396
- 22:14:45.149 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
397
- 22:14:46.626 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
398
- 22:14:46.627 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" COMPLETED
399
- 22:14:46.628 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible RUNNING
400
- 22:14:46.629 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Choose payment method, 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)
401
- 22:14:47.840 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible COMPLETED
402
- 22:14:47.844 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" RUNNING
403
- 22:14:47.847 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Choose payment method, 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)
404
- 22:14:47.911 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Choose payment method, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[304,431][775,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=304, y=431, width=471, height=57))
405
- 22:14:48.693 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
406
- 22:14:48.693 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 459) using hierarchy based logic for wait
407
- 22:14:48.694 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
408
- 22:14:48.694 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
409
- 22:14:50.787 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
410
- 22:14:50.787 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" COMPLETED
411
- 22:14:50.790 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
412
- 22:14:50.793 [ 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)
413
- 22:14:50.876 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
414
- 22:14:50.877 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
415
- 22:14:50.878 [ 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)
416
- 22:14:57.899 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
417
- 22:14:57.900 [ 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)
418
- 22:14:57.903 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
419
- 22:14:57.906 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
420
- 22:14:57.907 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
421
- 22:14:57.973 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
422
- 22:14:57.974 [ 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)
423
- 22:14:58.081 [ 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,707][302,756], 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=707, width=204, height=49))
424
- 22:14:58.891 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
425
- 22:14:58.892 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 731) using hierarchy based logic for wait
426
- 22:14:58.892 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
427
- 22:14:58.892 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
428
- 22:15:00.362 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
429
- 22:15:00.363 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
430
- 22:15:00.365 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
431
- 22:15:00.367 [ 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)
432
- 22:15:00.370 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
433
- 22:15:03.269 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
434
- 22:15:03.272 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
435
- 22:15:03.273 [ 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)
436
- 22:15:10.362 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
437
- 22:15:10.362 [ 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)
438
- 22:15:10.363 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
439
- 22:15:10.364 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
440
- 22:15:10.364 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
441
- 22:15:10.424 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
442
- 22:15:10.425 [ 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)
443
- 22:15:10.426 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
444
- 22:15:12.096 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
445
- 22:15:12.098 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" RUNNING
446
- 22:15:12.100 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=CVC, 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)
447
- 22:15:12.179 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=CVC, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[583,755][652,804], 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=583, y=755, width=69, height=49))
448
- 22:15:12.994 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
449
- 22:15:12.995 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (617, 779) using hierarchy based logic for wait
450
- 22:15:12.995 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
451
- 22:15:12.995 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
452
- 22:15:13.397 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
453
- 22:15:13.398 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
454
- 22:15:13.879 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.012408277). Proceed.
455
- 22:15:13.879 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" COMPLETED
456
- 22:15:13.880 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
457
- 22:15:13.881 [ 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)
458
- 22:15:13.881 [ INFO] maestro.Maestro.inputText: Inputting text: 123
459
- 22:15:15.063 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
460
- 22:15:15.066 [ 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
461
- 22:15:15.068 [ 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)
462
- 22:15:15.106 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
463
- 22:15:15.106 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=53, y=1626, width=974, height=126)
464
- 22:15:15.106 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
465
- 22:15:15.106 [ 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
466
- 22:15:15.106 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
467
- 22:15:15.106 [ 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
468
- 22:15:15.107 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
469
- 22:15:15.109 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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)
470
- 22:15:15.664 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
471
- 22:15:15.667 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
472
- 22:15:16.962 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
473
- 22:15:16.964 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
474
- 22:15:18.253 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
475
- 22:15:18.257 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
476
- 22:15:19.928 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
477
- 22:15:19.931 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
478
- 22:15:21.249 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
479
- 22:15:21.252 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
480
- 22:15:22.606 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
481
- 22:15:22.609 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
482
- 22:15:23.943 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
483
- 22:15:23.947 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
484
- 22:15:25.232 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
485
- 22:15:25.235 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
486
- 22:15:26.477 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
487
- 22:15:26.481 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
488
- 22:15:27.813 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
489
- 22:15:27.817 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
490
- 22:15:29.178 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
491
- 22:15:29.181 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
492
- 22:15:30.978 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
493
- 22:15:30.982 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
494
- 22:15:32.271 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
495
- 22:15:32.275 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
496
- 22:15:33.698 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
497
- 22:15:33.701 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
498
- 22:15:35.035 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
499
- 22:15:35.041 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
500
- 22:15:35.834 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: No visible element found: "Continue"
501
- 22:15:35.834 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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: "Continue", level=WARNING), aiReasoning=null, labeledCommand=null)
502
- 22:15:35.836 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled WARNED
503
- 22:15:35.838 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
504
- 22:15:35.838 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
505
- 22:15:35.916 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
506
- 22:15:35.918 [ 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)
507
- 22:15:36.010 [ 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)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1626, width=974, height=126))
508
- 22:15:36.824 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
509
- 22:15:36.824 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1689) using hierarchy based logic for wait
510
- 22:15:36.824 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
511
- 22:15:36.824 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
512
- 22:15:37.962 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
513
- 22:15:37.963 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
514
- 22:15:37.965 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
515
- 22:15:37.967 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
516
- 22:15:44.980 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
517
- 22:15:44.981 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Continue, level=WARNING), aiReasoning=null, labeledCommand=null)
518
- 22:15:44.982 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
519
- 22:15:44.983 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
520
- 22:15:44.983 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
521
- 22:15:45.041 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" RUNNING
522
- 22:15:45.042 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=.*Buy.*4242, 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)
523
- 22:15:45.097 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Buy with ···· 4242, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[378,677][702,734], 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=378, y=677, width=324, height=57))
524
- 22:15:45.904 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
525
- 22:15:45.904 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 705) using hierarchy based logic for wait
526
- 22:15:45.904 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
527
- 22:15:45.904 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
528
- 22:15:47.738 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
529
- 22:15:47.738 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" COMPLETED
530
- 22:15:47.741 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
531
- 22:15:47.743 [ 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)
532
- 22:15:48.641 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
533
- 22:15:48.644 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
534
- 22:15:48.646 [ 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)
535
- 22:15:48.681 [ 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))
536
- 22:15:49.507 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
537
- 22:15:49.507 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
538
- 22:15:49.507 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
539
- 22:15:49.507 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
540
- 22:15:50.305 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
541
- 22:15:50.306 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
542
- 22:15:50.567 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
543
- 22:15:55.573 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
544
- 22:15:55.574 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
545
- 22:15:55.574 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
546
- 22:15:55.574 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
547
- 22:15:55.574 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
548
- 22:15:55.574 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
549
- 22:15:55.719 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
550
- 22:15:55.719 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
551
- 22:15:55.719 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
552
- 22:15:55.719 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
553
- 22:15:55.721 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
554
- 22:55:17.793 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
555
- 22:55:17.794 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
556
- 22:55:17.794 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
557
- 22:55:17.794 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
558
- 22:55:17.795 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
559
- 22:55:17.795 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
560
- 22:55:17.795 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
561
- 22:55:17.891 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
562
- 22:55:17.895 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
563
- 22:55:17.899 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
564
- 22:55:17.899 [ INFO] MAESTRO.logSystemInfo: ---------------------
565
- 22:55:17.905 [DEBUG] io.micrometer.common.util.internal.logging.InternalLoggerFactory.newDefaultFactory: Using SLF4J as the default logging framework
566
- 22:55:18.363 [ 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-customFlow-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))))
567
- 22:55:22.409 [ INFO] maestro.Maestro.invoke: Getting device info
568
- 22:55:22.594 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
569
- 22:55:22.653 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
570
- 22:55:22.656 [ 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-customFlow-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
571
- 22:55:22.659 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
572
- 22:55:22.663 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
573
- 22:55:22.665 [ 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)
574
- 22:55:22.667 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
575
- 22:55:22.669 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
576
- 22:55:22.670 [ 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)
577
- 22:55:24.387 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
578
- 22:55:24.677 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
579
- 22:55:24.681 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
580
- 22:55:24.684 [ 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)
581
- 22:55:30.272 [ 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))
582
- 22:55:31.364 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
583
- 22:55:31.367 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
584
- 22:55:31.367 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
585
- 22:55:31.367 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
586
- 22:55:33.439 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
587
- 22:55:33.439 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
588
- 22:55:33.442 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" RUNNING
589
- 22:55:33.444 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (multi-step) (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)
590
- 22:55:33.532 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (multi-step) (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1161][1038,1218], 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=1161, width=954, height=57))
591
- 22:55:34.461 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
592
- 22:55:34.462 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1189) using hierarchy based logic for wait
593
- 22:55:34.462 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
594
- 22:55:34.462 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
595
- 22:55:37.513 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
596
- 22:55:37.514 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" COMPLETED
597
- 22:55:37.516 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible RUNNING
598
- 22:55:37.520 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Choose payment method, 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)
599
- 22:55:38.600 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible COMPLETED
600
- 22:55:38.602 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" RUNNING
601
- 22:55:38.605 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Choose payment method, 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)
602
- 22:55:38.651 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Choose payment method, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[304,431][775,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=304, y=431, width=471, height=57))
603
- 22:55:39.541 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
604
- 22:55:39.542 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 459) using hierarchy based logic for wait
605
- 22:55:39.542 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
606
- 22:55:39.542 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
607
- 22:55:42.631 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
608
- 22:55:42.633 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" COMPLETED
609
- 22:55:42.635 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
610
- 22:55:42.637 [ 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)
611
- 22:55:42.718 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
612
- 22:55:42.720 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
613
- 22:55:42.722 [ 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)
614
- 22:55:50.048 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
615
- 22:55:50.049 [ 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)
616
- 22:55:50.052 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
617
- 22:55:50.055 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
618
- 22:55:50.056 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
619
- 22:55:50.280 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
620
- 22:55:50.282 [ 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)
621
- 22:55:50.711 [ 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,707][302,756], 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=707, width=204, height=49))
622
- 22:55:51.624 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
623
- 22:55:51.625 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 731) using hierarchy based logic for wait
624
- 22:55:51.625 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
625
- 22:55:51.625 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
626
- 22:55:53.703 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
627
- 22:55:53.704 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
628
- 22:55:53.706 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
629
- 22:55:53.707 [ 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)
630
- 22:55:53.709 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
631
- 22:55:56.843 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
632
- 22:55:56.846 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
633
- 22:55:56.848 [ 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)
634
- 22:56:03.917 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
635
- 22:56:03.917 [ 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)
636
- 22:56:03.919 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
637
- 22:56:03.921 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
638
- 22:56:03.922 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
639
- 22:56:04.082 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
640
- 22:56:04.085 [ 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)
641
- 22:56:04.091 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
642
- 22:56:06.027 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
643
- 22:56:06.029 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" RUNNING
644
- 22:56:06.031 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=CVC, 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)
645
- 22:56:06.207 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=CVC, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[583,755][652,804], 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=583, y=755, width=69, height=49))
646
- 22:56:07.146 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
647
- 22:56:07.146 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (617, 779) using hierarchy based logic for wait
648
- 22:56:07.146 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
649
- 22:56:07.146 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
650
- 22:56:07.795 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
651
- 22:56:07.796 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
652
- 22:56:08.405 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.012408277). Proceed.
653
- 22:56:08.405 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" COMPLETED
654
- 22:56:08.406 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
655
- 22:56:08.407 [ 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)
656
- 22:56:08.407 [ INFO] maestro.Maestro.inputText: Inputting text: 123
657
- 22:56:09.900 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
658
- 22:56:09.903 [ 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
659
- 22:56:09.906 [ 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)
660
- 22:56:10.036 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
661
- 22:56:10.037 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=53, y=1626, width=974, height=126)
662
- 22:56:10.037 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
663
- 22:56:10.037 [ 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
664
- 22:56:10.037 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
665
- 22:56:10.038 [ 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
666
- 22:56:10.039 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
667
- 22:56:10.041 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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)
668
- 22:56:10.656 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
669
- 22:56:10.671 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
670
- 22:56:12.118 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
671
- 22:56:12.127 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
672
- 22:56:13.694 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
673
- 22:56:13.705 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
674
- 22:56:15.142 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
675
- 22:56:15.194 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
676
- 22:56:16.588 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
677
- 22:56:16.597 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
678
- 22:56:18.052 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
679
- 22:56:18.059 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
680
- 22:56:20.085 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
681
- 22:56:20.092 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
682
- 22:56:21.553 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
683
- 22:56:21.561 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
684
- 22:56:23.051 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
685
- 22:56:23.061 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
686
- 22:56:24.508 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
687
- 22:56:24.558 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
688
- 22:56:26.059 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
689
- 22:56:26.066 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
690
- 22:56:27.544 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
691
- 22:56:27.552 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
692
- 22:56:28.956 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
693
- 22:56:28.962 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
694
- 22:56:30.492 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
695
- 22:56:30.499 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
696
- 22:56:31.433 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: No visible element found: "Continue"
697
- 22:56:31.433 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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: "Continue", level=WARNING), aiReasoning=null, labeledCommand=null)
698
- 22:56:31.436 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled WARNED
699
- 22:56:31.439 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
700
- 22:56:31.439 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
701
- 22:56:31.638 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
702
- 22:56:31.639 [ 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)
703
- 22:56:31.736 [ 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)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1626, width=974, height=126))
704
- 22:56:32.628 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
705
- 22:56:32.629 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1689) using hierarchy based logic for wait
706
- 22:56:32.629 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
707
- 22:56:32.629 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
708
- 22:56:34.292 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
709
- 22:56:34.292 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
710
- 22:56:34.294 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
711
- 22:56:34.295 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
712
- 22:56:41.367 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
713
- 22:56:41.368 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Continue, level=WARNING), aiReasoning=null, labeledCommand=null)
714
- 22:56:41.370 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
715
- 22:56:41.372 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
716
- 22:56:41.372 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
717
- 22:56:41.555 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" RUNNING
718
- 22:56:41.557 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=.*Buy.*4242, 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)
719
- 22:56:41.629 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Buy with ···· 4242, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[378,677][702,734], 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=378, y=677, width=324, height=57))
720
- 22:56:42.519 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
721
- 22:56:42.519 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 705) using hierarchy based logic for wait
722
- 22:56:42.519 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
723
- 22:56:42.519 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
724
- 22:56:43.618 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
725
- 22:56:43.618 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" COMPLETED
726
- 22:56:43.620 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
727
- 22:56:43.622 [ 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)
728
- 22:56:45.995 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
729
- 22:56:45.997 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
730
- 22:56:45.999 [ 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)
731
- 22:56:46.109 [ 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))
732
- 22:56:47.022 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
733
- 22:56:47.023 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
734
- 22:56:47.023 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
735
- 22:56:47.023 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
736
- 22:56:48.104 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
737
- 22:56:48.104 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
738
- 22:56:48.397 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
739
- 22:56:53.409 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
740
- 22:56:53.409 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
741
- 22:56:53.410 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
742
- 22:56:53.410 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
743
- 22:56:53.410 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
744
- 22:56:53.410 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
745
- 22:56:53.811 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
746
- 22:56:53.812 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
747
- 22:56:53.812 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
748
- 22:56:53.813 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
749
- 22:56:53.816 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
750
- 11:35:35.442 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
751
- 11:35:35.442 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
752
- 11:35:35.443 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
753
- 11:35:35.443 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
754
- 11:35:35.443 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
755
- 11:35:35.443 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
756
- 11:35:35.443 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
757
- 11:35:35.641 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
758
- 11:35:35.645 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
759
- 11:35:35.650 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
760
- 11:35:35.650 [ INFO] MAESTRO.logSystemInfo: ---------------------
761
- 11:35:36.308 [ 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-customFlow-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))))
762
- 11:35:40.411 [ INFO] maestro.Maestro.invoke: Getting device info
763
- 11:35:40.587 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
764
- 11:35:40.633 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
765
- 11:35:40.636 [ 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-customFlow-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
766
- 11:35:40.639 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
767
- 11:35:40.641 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
768
- 11:35:40.644 [ 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)
769
- 11:35:40.646 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
770
- 11:35:40.647 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
771
- 11:35:40.649 [ 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)
772
- 11:35:42.313 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
773
- 11:35:42.522 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
774
- 11:35:42.525 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
775
- 11:35:42.527 [ 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)
776
- 11:35:47.490 [ 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))
777
- 11:35:48.356 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
778
- 11:35:48.357 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
779
- 11:35:48.357 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
780
- 11:35:48.357 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
781
- 11:35:50.354 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
782
- 11:35:50.355 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
783
- 11:35:50.357 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" RUNNING
784
- 11:35:50.360 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (multi-step) (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)
785
- 11:35:50.497 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (multi-step) (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1161][1038,1218], 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=1161, width=954, height=57))
786
- 11:35:51.453 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
787
- 11:35:51.454 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1189) using hierarchy based logic for wait
788
- 11:35:51.454 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
789
- 11:35:51.454 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
790
- 11:35:53.390 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
791
- 11:35:53.391 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" COMPLETED
792
- 11:35:53.393 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible RUNNING
793
- 11:35:53.395 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Choose payment method, 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)
794
- 11:35:53.585 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible COMPLETED
795
- 11:35:53.587 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" RUNNING
796
- 11:35:53.589 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Choose payment method, 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)
797
- 11:35:54.121 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Choose payment method, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[304,431][775,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=304, y=431, width=471, height=57))
798
- 11:35:54.987 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
799
- 11:35:54.987 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 459) using hierarchy based logic for wait
800
- 11:35:54.987 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
801
- 11:35:54.987 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
802
- 11:35:57.256 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
803
- 11:35:57.257 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" COMPLETED
804
- 11:35:57.259 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
805
- 11:35:57.262 [ 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)
806
- 11:35:57.430 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
807
- 11:35:57.433 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
808
- 11:35:57.435 [ 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)
809
- 11:36:04.327 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
810
- 11:36:04.329 [ 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)
811
- 11:36:04.330 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
812
- 11:36:04.332 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
813
- 11:36:04.332 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
814
- 11:36:04.593 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
815
- 11:36:04.595 [ 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)
816
- 11:36:04.790 [ 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,707][302,756], 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=707, width=204, height=49))
817
- 11:36:05.646 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
818
- 11:36:05.646 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 731) using hierarchy based logic for wait
819
- 11:36:05.646 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
820
- 11:36:05.646 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
821
- 11:36:08.186 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
822
- 11:36:08.187 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
823
- 11:36:08.189 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
824
- 11:36:08.191 [ 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)
825
- 11:36:08.193 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
826
- 11:36:11.981 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
827
- 11:36:11.983 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
828
- 11:36:11.984 [ 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)
829
- 11:36:19.027 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
830
- 11:36:19.028 [ 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)
831
- 11:36:19.029 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
832
- 11:36:19.030 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
833
- 11:36:19.030 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
834
- 11:36:19.272 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
835
- 11:36:19.274 [ 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)
836
- 11:36:19.276 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
837
- 11:36:20.882 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
838
- 11:36:20.884 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" RUNNING
839
- 11:36:20.886 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=CVC, 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)
840
- 11:36:20.942 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=CVC, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[583,755][652,804], 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=583, y=755, width=69, height=49))
841
- 11:36:21.825 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
842
- 11:36:21.825 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (617, 779) using hierarchy based logic for wait
843
- 11:36:21.825 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
844
- 11:36:21.825 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
845
- 11:36:22.495 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
846
- 11:36:22.495 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
847
- 11:36:23.064 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.012408277). Proceed.
848
- 11:36:23.065 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" COMPLETED
849
- 11:36:23.065 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
850
- 11:36:23.066 [ 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)
851
- 11:36:23.066 [ INFO] maestro.Maestro.inputText: Inputting text: 123
852
- 11:36:24.441 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
853
- 11:36:24.443 [ 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
854
- 11:36:24.445 [ 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)
855
- 11:36:24.607 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
856
- 11:36:24.607 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=53, y=1626, width=974, height=126)
857
- 11:36:24.607 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
858
- 11:36:24.607 [ 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
859
- 11:36:24.607 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
860
- 11:36:24.607 [ 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
861
- 11:36:24.608 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
862
- 11:36:24.610 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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)
863
- 11:36:25.264 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
864
- 11:36:25.273 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
865
- 11:36:26.815 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
866
- 11:36:26.821 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
867
- 11:36:28.287 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
868
- 11:36:28.336 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
869
- 11:36:29.861 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
870
- 11:36:29.870 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
871
- 11:36:31.388 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
872
- 11:36:31.391 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
873
- 11:36:32.834 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
874
- 11:36:32.841 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
875
- 11:36:34.178 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
876
- 11:36:34.186 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
877
- 11:36:35.610 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
878
- 11:36:35.660 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
879
- 11:36:37.116 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
880
- 11:36:37.121 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
881
- 11:36:38.513 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
882
- 11:36:38.560 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
883
- 11:36:40.060 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
884
- 11:36:40.066 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
885
- 11:36:41.418 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
886
- 11:36:41.423 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
887
- 11:36:42.861 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
888
- 11:36:42.871 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
889
- 11:36:44.302 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
890
- 11:36:44.306 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
891
- 11:36:45.246 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: No visible element found: "Continue"
892
- 11:36:45.247 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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: "Continue", level=WARNING), aiReasoning=null, labeledCommand=null)
893
- 11:36:45.248 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled WARNED
894
- 11:36:45.249 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
895
- 11:36:45.250 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
896
- 11:36:45.447 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
897
- 11:36:45.448 [ 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)
898
- 11:36:45.546 [ 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)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1626, width=974, height=126))
899
- 11:36:46.406 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
900
- 11:36:46.406 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1689) using hierarchy based logic for wait
901
- 11:36:46.406 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
902
- 11:36:46.406 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
903
- 11:36:47.835 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
904
- 11:36:47.835 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
905
- 11:36:47.836 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
906
- 11:36:47.837 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
907
- 11:36:54.980 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
908
- 11:36:54.981 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Continue, level=WARNING), aiReasoning=null, labeledCommand=null)
909
- 11:36:54.983 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
910
- 11:36:54.985 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
911
- 11:36:54.985 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
912
- 11:36:55.194 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" RUNNING
913
- 11:36:55.196 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=.*Buy.*4242, 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)
914
- 11:36:55.276 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Buy with ···· 4242, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[378,677][702,734], 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=378, y=677, width=324, height=57))
915
- 11:36:56.134 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
916
- 11:36:56.135 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 705) using hierarchy based logic for wait
917
- 11:36:56.135 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
918
- 11:36:56.135 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
919
- 11:36:58.192 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
920
- 11:36:58.192 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" COMPLETED
921
- 11:36:58.194 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
922
- 11:36:58.195 [ 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)
923
- 11:36:59.285 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
924
- 11:36:59.286 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
925
- 11:36:59.287 [ 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)
926
- 11:36:59.358 [ 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))
927
- 11:37:00.141 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
928
- 11:37:00.141 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
929
- 11:37:00.141 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
930
- 11:37:00.142 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
931
- 11:37:01.286 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
932
- 11:37:01.286 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
933
- 11:37:01.528 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
934
- 11:37:06.534 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
935
- 11:37:06.534 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
936
- 11:37:06.534 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
937
- 11:37:06.534 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
938
- 11:37:06.534 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
939
- 11:37:06.534 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
940
- 11:37:06.842 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
941
- 11:37:06.843 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
942
- 11:37:06.843 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
943
- 11:37:06.843 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
944
- 11:37:06.851 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
945
- 17:01:06.569 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
946
- 17:01:06.570 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
947
- 17:01:06.570 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
948
- 17:01:06.570 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
949
- 17:01:06.570 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
950
- 17:01:06.570 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
951
- 17:01:06.570 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
952
- 17:01:06.678 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
953
- 17:01:06.683 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
954
- 17:01:06.687 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
955
- 17:01:06.687 [ INFO] MAESTRO.logSystemInfo: ---------------------
956
- 17:01:07.169 [ 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-customFlow-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))))
957
- 17:01:08.701 [ INFO] maestro.Maestro.invoke: Getting device info
958
- 17:01:08.841 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
959
- 17:01:08.886 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
960
- 17:01:08.889 [ 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-customFlow-decoupled}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
961
- 17:01:08.892 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
962
- 17:01:08.894 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
963
- 17:01:08.897 [ 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)
964
- 17:01:08.898 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
965
- 17:01:08.899 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
966
- 17:01:08.901 [ 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)
967
- 17:01:09.611 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
968
- 17:01:09.670 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
969
- 17:01:09.671 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" RUNNING
970
- 17:01:09.673 [ 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)
971
- 17:01:11.566 [ 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))
972
- 17:01:12.394 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
973
- 17:01:12.396 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 285) using hierarchy based logic for wait
974
- 17:01:12.396 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
975
- 17:01:12.396 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
976
- 17:01:13.803 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
977
- 17:01:13.805 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Accept a payment" COMPLETED
978
- 17:01:13.809 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" RUNNING
979
- 17:01:13.811 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Prebuilt UI (multi-step) (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)
980
- 17:01:13.865 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Prebuilt UI (multi-step) (deferred intent), accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1161][1038,1218], 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=1161, width=954, height=57))
981
- 17:01:14.737 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
982
- 17:01:14.737 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1189) using hierarchy based logic for wait
983
- 17:01:14.737 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
984
- 17:01:14.737 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
985
- 17:01:15.639 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
986
- 17:01:15.639 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Prebuilt UI (multi-step) (deferred intent)" COMPLETED
987
- 17:01:15.640 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible RUNNING
988
- 17:01:15.641 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=Choose payment method, 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)
989
- 17:01:16.665 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Choose payment method" is visible COMPLETED
990
- 17:01:16.668 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" RUNNING
991
- 17:01:16.671 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Choose payment method, 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)
992
- 17:01:16.767 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Choose payment method, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[304,431][775,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=304, y=431, width=471, height=57))
993
- 17:01:17.596 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
994
- 17:01:17.597 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (539, 459) using hierarchy based logic for wait
995
- 17:01:17.597 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
996
- 17:01:17.597 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
997
- 17:01:19.657 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
998
- 17:01:19.657 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Choose payment method" COMPLETED
999
- 17:01:19.661 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible RUNNING
1000
- 17:01:19.663 [ 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)
1001
- 17:01:19.744 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "TEST" is visible COMPLETED
1002
- 17:01:19.747 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" RUNNING
1003
- 17:01:19.749 [ 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)
1004
- 17:01:26.769 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Card
1005
- 17:01:26.770 [ 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)
1006
- 17:01:26.774 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Card" WARNED
1007
- 17:01:26.776 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1008
- 17:01:26.777 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1009
- 17:01:26.841 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" RUNNING
1010
- 17:01:26.844 [ 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)
1011
- 17:01:26.908 [ 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,707][302,756], 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=707, width=204, height=49))
1012
- 17:01:27.674 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1013
- 17:01:27.674 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (200, 731) using hierarchy based logic for wait
1014
- 17:01:27.674 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1015
- 17:01:27.674 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1016
- 17:01:29.024 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1017
- 17:01:29.025 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Card number" COMPLETED
1018
- 17:01:29.027 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 RUNNING
1019
- 17:01:29.029 [ 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)
1020
- 17:01:29.034 [ INFO] maestro.Maestro.inputText: Inputting text: 4242424242424242
1021
- 17:01:31.390 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 4242424242424242 COMPLETED
1022
- 17:01:31.393 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" RUNNING
1023
- 17:01:31.395 [ 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)
1024
- 17:01:38.476 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: MM / YY
1025
- 17:01:38.477 [ 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)
1026
- 17:01:38.479 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "MM / YY" WARNED
1027
- 17:01:38.481 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1028
- 17:01:38.481 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1029
- 17:01:38.557 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 RUNNING
1030
- 17:01:38.559 [ 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)
1031
- 17:01:38.561 [ INFO] maestro.Maestro.inputText: Inputting text: 0145
1032
- 17:01:39.684 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 0145 COMPLETED
1033
- 17:01:39.685 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" RUNNING
1034
- 17:01:39.686 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=CVC, 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)
1035
- 17:01:39.751 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=CVC, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[583,722][652,771], 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=583, y=722, width=69, height=49))
1036
- 17:01:40.521 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1037
- 17:01:40.521 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (617, 746) using hierarchy based logic for wait
1038
- 17:01:40.522 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1039
- 17:01:40.522 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1040
- 17:01:40.902 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1041
- 17:01:40.902 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1042
- 17:01:41.105 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Screenshots are not different enough (d=0.0)
1043
- 17:01:41.106 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Nothing changed in the UI.
1044
- 17:01:41.106 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "CVC" COMPLETED
1045
- 17:01:41.106 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 RUNNING
1046
- 17:01:41.107 [ 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)
1047
- 17:01:41.107 [ INFO] maestro.Maestro.inputText: Inputting text: 123
1048
- 17:01:42.337 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text 123 COMPLETED
1049
- 17:01:42.339 [ 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
1050
- 17:01:42.340 [ 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)
1051
- 17:01:42.414 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
1052
- 17:01:42.414 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=53, y=1626, width=974, height=126)
1053
- 17:01:42.414 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
1054
- 17:01:42.414 [ 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
1055
- 17:01:42.414 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
1056
- 17:01:42.414 [ 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
1057
- 17:01:42.415 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
1058
- 17:01:42.416 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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)
1059
- 17:01:42.977 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1060
- 17:01:43.026 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1061
- 17:01:44.374 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1062
- 17:01:44.377 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1063
- 17:01:45.676 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1064
- 17:01:45.681 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1065
- 17:01:46.898 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1066
- 17:01:46.901 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1067
- 17:01:48.332 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1068
- 17:01:48.335 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1069
- 17:01:49.716 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1070
- 17:01:49.719 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1071
- 17:01:50.995 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1072
- 17:01:50.999 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1073
- 17:01:52.368 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1074
- 17:01:52.372 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1075
- 17:01:53.692 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1076
- 17:01:53.694 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1077
- 17:01:55.077 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1078
- 17:01:55.080 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1079
- 17:01:56.443 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1080
- 17:01:56.446 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1081
- 17:01:57.729 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1082
- 17:01:57.733 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1083
- 17:01:58.987 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1084
- 17:01:58.989 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1085
- 17:02:00.817 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1086
- 17:02:00.825 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1087
- 17:02:02.154 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: Continue
1088
- 17:02:02.157 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
1089
- 17:02:02.973 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: No visible element found: "Continue"
1090
- 17:02:02.973 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" 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=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), 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: "Continue", level=WARNING), aiReasoning=null, labeledCommand=null)
1091
- 17:02:02.975 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "Continue" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled WARNED
1092
- 17:02:02.977 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1093
- 17:02:02.977 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1094
- 17:02:03.052 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button RUNNING
1095
- 17:02:03.053 [ 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)
1096
- 17:02:03.160 [ 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)], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=53, y=1626, width=974, height=126))
1097
- 17:02:03.979 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1098
- 17:02:03.979 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1689) using hierarchy based logic for wait
1099
- 17:02:03.979 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1100
- 17:02:03.979 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1101
- 17:02:05.100 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1102
- 17:02:05.101 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) id: primary_button COMPLETED
1103
- 17:02:05.102 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
1104
- 17:02:05.104 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
1105
- 17:02:12.141 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
1106
- 17:02:12.142 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=true, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=true)), logMessages=[], insight=Insight(message=Element not found: Text matching regex: Continue, level=WARNING), aiReasoning=null, labeledCommand=null)
1107
- 17:02:12.143 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
1108
- 17:02:12.144 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
1109
- 17:02:12.145 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1110
- 17:02:12.237 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" RUNNING
1111
- 17:02:12.237 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=.*Buy.*4242, 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)
1112
- 17:02:12.289 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Buy with ···· 4242, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[378,677][702,734], 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=378, y=677, width=324, height=57))
1113
- 17:02:13.059 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1114
- 17:02:13.059 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 705) using hierarchy based logic for wait
1115
- 17:02:13.059 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1116
- 17:02:13.059 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1117
- 17:02:13.971 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1118
- 17:02:13.972 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on ".*Buy.*4242" COMPLETED
1119
- 17:02:13.975 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
1120
- 17:02:13.978 [ 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)
1121
- 17:02:15.741 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
1122
- 17:02:15.744 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
1123
- 17:02:15.747 [ 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)
1124
- 17:02:15.790 [ 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))
1125
- 17:02:16.552 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
1126
- 17:02:16.553 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
1127
- 17:02:16.553 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
1128
- 17:02:16.553 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
1129
- 17:02:17.381 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
1130
- 17:02:17.381 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
1131
- 17:02:17.639 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
1132
- 17:02:17.639 [ERROR] maestro.cli.session.MaestroSessionManager.newSession$lambda$0: Failed to record heartbeat
1133
- java.lang.InterruptedException: sleep interrupted
1134
- at java.base/java.lang.Thread.sleep(Native Method)
1135
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:93)
1136
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
1137
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
1138
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
1139
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
1140
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
1141
- at java.base/java.lang.Thread.run(Thread.java:840)
1142
- 17:02:22.646 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
1143
- 17:02:22.646 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
1144
- 17:02:22.647 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
1145
- 17:02:22.647 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
1146
- 17:02:22.647 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
1147
- 17:02:22.647 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
1148
- 17:02:22.931 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
1149
- 17:02:22.931 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
1150
- 17:02:22.931 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
1151
- 17:02:22.931 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
1152
- 17:02:22.934 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel