@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,865 +0,0 @@
1
- [INFO ] MAESTRO - ---- System Info ----
2
- [INFO ] MAESTRO - Maestro Version: 1.38.1
3
- [INFO ] MAESTRO - CI: Undefined
4
- [INFO ] MAESTRO - OS Name: Mac OS X
5
- [INFO ] MAESTRO - OS Version: 15.5
6
- [INFO ] MAESTRO - Architecture: aarch64
7
- [INFO ] MAESTRO - Java Version: 17
8
- [INFO ] MAESTRO - Xcode Version: 16.0
9
- [INFO ] MAESTRO - Flutter Version: Undefined
10
- [INFO ] MAESTRO - Flutter Channel: Undefined
11
- [INFO ] MAESTRO - ---------------------
12
- [INFO ] maestro.Maestro - Getting device info
13
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables RUNNING
14
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=}, label=null), runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
15
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables COMPLETED
16
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration RUNNING
17
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null), openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
18
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration COMPLETED
19
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" RUNNING
20
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null), applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
21
- [INFO ] maestro.Maestro - Launching app com.stripe.react.native
22
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" COMPLETED
23
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Wallets" RUNNING
24
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Wallets" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Wallets, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
25
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Wallets, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1172][1080,1229], 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=1172, width=1080, height=57))
26
- [INFO ] maestro.Maestro - Refreshed element
27
- [INFO ] maestro.Maestro - Tapping at (540, 1200) using hierarchy based logic for wait
28
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
29
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
30
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
31
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Wallets" COMPLETED
32
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "PayPal" is visible. RUNNING
33
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "PayPal" is visible. metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, centerElement=false, label=null), travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
34
- [INFO ] maestro.Maestro - Swiping UP from center
35
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "PayPal" is visible. COMPLETED
36
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "PayPal" RUNNING
37
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "PayPal" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
38
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=PayPal, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1018][1038,1075], 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=1018, width=954, height=57))
39
- [INFO ] maestro.Maestro - Refreshed element
40
- [INFO ] maestro.Maestro - Tapping at (561, 1046) using hierarchy based logic for wait
41
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
42
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
43
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
44
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "PayPal" COMPLETED
45
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "E-mail" is visible RUNNING
46
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "E-mail" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=E-mail, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null), assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
47
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "E-mail" is visible COMPLETED
48
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "E-mail" RUNNING
49
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "E-mail" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=E-mail, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
50
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=E-mail, accessibilityText=E-mail, hintText=E-mail, ignoreBoundsFiltering=false, resource-id=, clickable=true, bounds=[42,263][1038,379], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=42, y=263, width=996, height=116))
51
- [INFO ] maestro.Maestro - Refreshed element
52
- [INFO ] maestro.Maestro - Tapping at (540, 321) using hierarchy based logic for wait
53
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
54
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
55
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
56
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "E-mail" COMPLETED
57
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com RUNNING
58
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=InputTextCommand(text=test@stripe.com, label=null), inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
59
- [INFO ] maestro.Maestro - Inputting text: test@stripe.com
60
- [INFO ] m.cli.runner.MaestroCommandRunner - Input text test@stripe.com COMPLETED
61
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Setup for later" RUNNING
62
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Setup for later" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Setup for later, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
63
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Setup for later, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[405,614][675,671], 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=405, y=614, width=270, height=57))
64
- [INFO ] maestro.Maestro - Refreshed element
65
- [INFO ] maestro.Maestro - Tapping at (540, 642) using hierarchy based logic for wait
66
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
67
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
68
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
69
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
70
- [INFO ] maestro.Maestro - Something have changed in the UI judging by screenshot (d=1.6736903). Proceed.
71
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Setup for later" COMPLETED
72
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Continue" RUNNING
73
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Continue" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Continue, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=true, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
74
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on (Optional) "Continue" COMPLETED
75
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "AUTHORIZE TEST SETUP" is visible RUNNING
76
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "AUTHORIZE TEST SETUP" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=AUTHORIZE TEST SETUP, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null), assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
77
- [INFO ] maestro.Maestro - Taking screenshot
78
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
79
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "AUTHORIZE TEST SETUP" is visible FAILED
80
- [ERROR] m.cli.session.MaestroSessionManager - Failed to record heartbeat
81
- java.lang.InterruptedException: sleep interrupted
82
- at java.base/java.lang.Thread.sleep(Native Method)
83
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:73)
84
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
85
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
86
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
87
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
88
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
89
- at java.base/java.lang.Thread.run(Thread.java:840)
90
- [INFO ] MAESTRO - ---- System Info ----
91
- [INFO ] MAESTRO - Maestro Version: 1.38.1
92
- [INFO ] MAESTRO - CI: Undefined
93
- [INFO ] MAESTRO - OS Name: Mac OS X
94
- [INFO ] MAESTRO - OS Version: 15.5
95
- [INFO ] MAESTRO - Architecture: aarch64
96
- [INFO ] MAESTRO - Java Version: 17
97
- [INFO ] MAESTRO - Xcode Version: 16.0
98
- [INFO ] MAESTRO - Flutter Version: Undefined
99
- [INFO ] MAESTRO - Flutter Channel: Undefined
100
- [INFO ] MAESTRO - ---------------------
101
- [INFO ] maestro.Maestro - Getting device info
102
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables RUNNING
103
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=DefineVariablesCommand(env={APP_ID=com.stripe.react.native, NEW_ARCH=}, label=null), runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
104
- [INFO ] m.cli.runner.MaestroCommandRunner - Define variables COMPLETED
105
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration RUNNING
106
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=ApplyConfigurationCommand(config=MaestroConfig(appId=com.stripe.react.native, name=null, tags=[], ext={}, onFlowStart=null, onFlowComplete=null), label=null), openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
107
- [INFO ] m.cli.runner.MaestroCommandRunner - Apply configuration COMPLETED
108
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" RUNNING
109
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=LaunchAppCommand(appId=com.stripe.react.native, clearState=null, clearKeychain=null, stopApp=null, permissions=null, launchArguments=null, label=null), applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
110
- [INFO ] maestro.Maestro - Launching app com.stripe.react.native
111
- [INFO ] m.cli.runner.MaestroCommandRunner - Launch app "${APP_ID}" COMPLETED
112
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Wallets" RUNNING
113
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Wallets" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=Wallets, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
114
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Wallets, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1172][1080,1229], 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=1172, width=1080, height=57))
115
- [INFO ] maestro.Maestro - Refreshed element
116
- [INFO ] maestro.Maestro - Tapping at (540, 1200) using hierarchy based logic for wait
117
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
118
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
119
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
120
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "Wallets" COMPLETED
121
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "PayPal" is visible. RUNNING
122
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "PayPal" is visible. metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, centerElement=false, label=null), travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
123
- [INFO ] maestro.Maestro - Swiping UP from center
124
- [INFO ] m.cli.runner.MaestroCommandRunner - Scrolling DOWN until "PayPal" is visible. COMPLETED
125
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "PayPal" RUNNING
126
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "PayPal" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=TapOnElementCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), retryIfNoChange=true, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null), tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=null, assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
127
- [INFO ] maestro.Maestro - Tapping on element: UiElement(treeNode=TreeNode(attributes={text=PayPal, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1022][1038,1079], 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=1022, width=954, height=57))
128
- [INFO ] maestro.Maestro - Refreshed element
129
- [INFO ] maestro.Maestro - Tapping at (561, 1050) using hierarchy based logic for wait
130
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to byte array
131
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
132
- [INFO ] maestro.Maestro - Something have changed in the UI judging by view hierarchy. Proceed.
133
- [INFO ] m.cli.runner.MaestroCommandRunner - Tap on "PayPal" COMPLETED
134
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "E-mail" is visible RUNNING
135
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "E-mail" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElement=null, tapOnPoint=null, tapOnPointV2Command=null, scrollCommand=null, swipeCommand=null, backPressCommand=null, assertCommand=null, assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=E-mail, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, optional=false, traits=null, index=null, enabled=null, selected=null, checked=null, focused=null, childOf=null), notVisible=null, scriptCondition=null, label=null), timeout=null, label=null), assertNoDefectsWithAICommand=null, assertWithAICommand=null, inputTextCommand=null, inputRandomTextCommand=null, launchAppCommand=null, applyConfigurationCommand=null, openLinkCommand=null, pressKeyCommand=null, eraseTextCommand=null, hideKeyboardCommand=null, takeScreenshotCommand=null, stopAppCommand=null, killAppCommand=null, clearStateCommand=null, clearKeychainCommand=null, runFlowCommand=null, setLocationCommand=null, repeatCommand=null, copyTextCommand=null, pasteTextCommand=null, defineVariablesCommand=null, runScriptCommand=null, waitForAnimationToEndCommand=null, evalScriptCommand=null, scrollUntilVisible=null, travelCommand=null, startRecordingCommand=null, stopRecordingCommand=null, addMediaCommand=null, setAirplaneModeCommand=null, toggleAirplaneModeCommand=null), logMessages=[], insight=Insight(message=, level=NONE))
136
- [INFO ] maestro.Maestro - Taking screenshot
137
- [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to output sink
138
- [INFO ] m.cli.runner.MaestroCommandRunner - Assert that "E-mail" is visible FAILED
139
- 17:27:01.799 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
140
- 17:27:01.800 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
141
- 17:27:01.800 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
142
- 17:27:01.800 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
143
- 17:27:01.800 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
144
- 17:27:01.800 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
145
- 17:27:01.800 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
146
- 17:27:01.982 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
147
- 17:27:01.987 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
148
- 17:27:01.992 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
149
- 17:27:01.992 [ INFO] MAESTRO.logSystemInfo: ---------------------
150
- 17:27:02.584 [ 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/paypal-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
151
- 17:27:04.242 [ INFO] maestro.Maestro.invoke: Getting device info
152
- 17:27:04.381 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
153
- 17:27:04.428 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
154
- 17:27:04.431 [ 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=paypal-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
155
- 17:27:04.434 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
156
- 17:27:04.436 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
157
- 17:27:04.440 [ 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)
158
- 17:27:04.441 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
159
- 17:27:04.442 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
160
- 17:27:04.444 [ 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)
161
- 17:27:05.212 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
162
- 17:27:05.288 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
163
- 17:27:05.290 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" RUNNING
164
- 17:27:05.291 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Wallets, 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)
165
- 17:27:07.498 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Wallets, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1172][1080,1229], 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=1172, width=1080, height=57))
166
- 17:27:08.289 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
167
- 17:27:08.291 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1200) using hierarchy based logic for wait
168
- 17:27:08.291 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
169
- 17:27:08.291 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
170
- 17:27:09.447 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
171
- 17:27:09.448 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" COMPLETED
172
- 17:27:09.449 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
173
- 17:27:09.451 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" 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=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
174
- 17:27:10.078 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: PayPal
175
- 17:27:10.082 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
176
- 17:27:11.931 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
177
- 17:27:11.932 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=84, y=1024, width=954, height=57)
178
- 17:27:11.932 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
179
- 17:27:11.932 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
180
- 17:27:11.932 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
181
- 17:27:11.932 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
182
- 17:27:11.934 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" RUNNING
183
- 17:27:11.936 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=PayPal, 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)
184
- 17:27:11.965 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=PayPal, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1024][1038,1081], 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=1024, width=954, height=57))
185
- 17:27:12.792 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
186
- 17:27:12.793 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1052) using hierarchy based logic for wait
187
- 17:27:12.794 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
188
- 17:27:12.794 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
189
- 17:27:14.242 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
190
- 17:27:14.243 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" COMPLETED
191
- 17:27:14.245 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible RUNNING
192
- 17:27:14.247 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=E-mail, 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)
193
- 17:27:14.276 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible COMPLETED
194
- 17:27:14.277 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" RUNNING
195
- 17:27:14.278 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=E-mail, 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)
196
- 17:27:14.343 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=E-mail, accessibilityText=E-mail, hintText=E-mail, ignoreBoundsFiltering=false, resource-id=, clickable=true, bounds=[42,263][1038,379], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=42, y=263, width=996, height=116))
197
- 17:27:15.178 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
198
- 17:27:15.178 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 321) using hierarchy based logic for wait
199
- 17:27:15.178 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
200
- 17:27:15.178 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
201
- 17:27:16.930 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
202
- 17:27:16.930 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" COMPLETED
203
- 17:27:16.931 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
204
- 17:27:16.932 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
205
- 17:27:16.933 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
206
- 17:27:19.049 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
207
- 17:27:19.050 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" RUNNING
208
- 17:27:19.051 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Setup for later, 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)
209
- 17:27:19.111 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Setup for later, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[405,614][675,671], 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=405, y=614, width=270, height=57))
210
- 17:27:19.950 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
211
- 17:27:19.950 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 642) using hierarchy based logic for wait
212
- 17:27:19.950 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
213
- 17:27:19.951 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
214
- 17:27:20.345 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
215
- 17:27:20.345 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
216
- 17:27:20.859 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=1.6736903). Proceed.
217
- 17:27:20.859 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" COMPLETED
218
- 17:27:20.860 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
219
- 17:27:20.861 [ 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)
220
- 17:27:27.890 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
221
- 17:27:27.891 [ 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)
222
- 17:27:27.893 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
223
- 17:27:27.895 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
224
- 17:27:27.895 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
225
- 17:27:27.978 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible RUNNING
226
- 17:27:27.979 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=AUTHORIZE TEST SETUP, 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)
227
- 17:27:28.042 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible COMPLETED
228
- 17:27:28.043 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" RUNNING
229
- 17:27:28.043 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=AUTHORIZE TEST SETUP, 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)
230
- 17:27:28.156 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=AUTHORIZE TEST SETUP, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[86,1254][559,1307], 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=86, y=1254, width=473, height=53))
231
- 17:27:28.971 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
232
- 17:27:28.971 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (322, 1280) using hierarchy based logic for wait
233
- 17:27:28.972 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
234
- 17:27:28.972 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
235
- 17:27:31.017 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
236
- 17:27:31.017 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" COMPLETED
237
- 17:27:31.018 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
238
- 17:27:31.019 [ 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)
239
- 17:27:31.038 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
240
- 17:27:31.039 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
241
- 17:27:31.040 [ 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)
242
- 17:27:31.056 [ 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))
243
- 17:27:31.820 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
244
- 17:27:31.820 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
245
- 17:27:31.820 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
246
- 17:27:31.820 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
247
- 17:27:32.692 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
248
- 17:27:32.692 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
249
- 17:27:32.967 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
250
- 17:27:32.968 [ERROR] maestro.cli.session.MaestroSessionManager.newSession$lambda$0: Failed to record heartbeat
251
- java.lang.InterruptedException: sleep interrupted
252
- at java.base/java.lang.Thread.sleep(Native Method)
253
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:93)
254
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
255
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
256
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
257
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
258
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
259
- at java.base/java.lang.Thread.run(Thread.java:840)
260
- 17:27:37.974 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
261
- 17:27:37.975 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
262
- 17:27:37.975 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
263
- 17:27:37.976 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
264
- 17:27:37.976 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
265
- 17:27:37.976 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
266
- 17:27:38.177 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
267
- 17:27:38.177 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
268
- 17:27:38.177 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
269
- 17:27:38.177 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
270
- 17:27:38.180 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
271
- 20:42:55.897 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
272
- 20:42:55.898 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
273
- 20:42:55.898 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
274
- 20:42:55.898 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
275
- 20:42:55.898 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
276
- 20:42:55.898 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
277
- 20:42:55.899 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
278
- 20:42:56.059 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
279
- 20:42:56.063 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
280
- 20:42:56.066 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
281
- 20:42:56.066 [ INFO] MAESTRO.logSystemInfo: ---------------------
282
- 20:42:56.944 [ 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/paypal-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
283
- 20:43:02.489 [ INFO] maestro.Maestro.invoke: Getting device info
284
- 20:43:02.692 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
285
- 20:43:02.751 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
286
- 20:43:02.753 [ 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=paypal-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
287
- 20:43:02.756 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
288
- 20:43:02.758 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
289
- 20:43:02.762 [ 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)
290
- 20:43:02.763 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
291
- 20:43:02.764 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
292
- 20:43:02.766 [ 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)
293
- 20:43:05.214 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
294
- 20:43:05.636 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
295
- 20:43:05.639 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" RUNNING
296
- 20:43:05.642 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Wallets, 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)
297
- 20:43:13.984 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Wallets, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1172][1080,1229], 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=1172, width=1080, height=57))
298
- 20:43:15.414 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
299
- 20:43:15.417 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1200) using hierarchy based logic for wait
300
- 20:43:15.418 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
301
- 20:43:15.418 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
302
- 20:43:17.431 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
303
- 20:43:17.432 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" COMPLETED
304
- 20:43:17.434 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
305
- 20:43:17.436 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" 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=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
306
- 20:43:18.266 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: PayPal
307
- 20:43:18.324 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
308
- 20:43:20.640 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
309
- 20:43:20.640 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=84, y=1024, width=954, height=57)
310
- 20:43:20.641 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
311
- 20:43:20.641 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
312
- 20:43:20.641 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
313
- 20:43:20.641 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
314
- 20:43:20.644 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" RUNNING
315
- 20:43:20.645 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=PayPal, 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)
316
- 20:43:20.809 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=PayPal, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1024][1038,1081], 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=1024, width=954, height=57))
317
- 20:43:21.750 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
318
- 20:43:21.751 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1052) using hierarchy based logic for wait
319
- 20:43:21.751 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
320
- 20:43:21.751 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
321
- 20:43:24.038 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
322
- 20:43:24.039 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" COMPLETED
323
- 20:43:24.041 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible RUNNING
324
- 20:43:24.043 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=E-mail, 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)
325
- 20:43:24.107 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible COMPLETED
326
- 20:43:24.109 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" RUNNING
327
- 20:43:24.112 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=E-mail, 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)
328
- 20:43:24.166 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=E-mail, accessibilityText=, hintText=E-mail, ignoreBoundsFiltering=false, resource-id=, clickable=true, bounds=[42,263][1038,379], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=42, y=263, width=996, height=116))
329
- 20:43:25.037 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
330
- 20:43:25.037 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 321) using hierarchy based logic for wait
331
- 20:43:25.037 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
332
- 20:43:25.038 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
333
- 20:43:26.644 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
334
- 20:43:26.645 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" COMPLETED
335
- 20:43:26.647 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
336
- 20:43:26.650 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
337
- 20:43:26.653 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
338
- 20:43:29.304 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
339
- 20:43:29.306 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" RUNNING
340
- 20:43:29.308 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Setup for later, 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)
341
- 20:43:29.432 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Setup for later, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[405,614][675,671], 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=405, y=614, width=270, height=57))
342
- 20:43:30.475 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
343
- 20:43:30.476 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 642) using hierarchy based logic for wait
344
- 20:43:30.476 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
345
- 20:43:30.476 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
346
- 20:43:31.287 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
347
- 20:43:31.287 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
348
- 20:43:32.201 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Screenshots are not different enough (d=0.0)
349
- 20:43:32.201 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Nothing changed in the UI.
350
- 20:43:32.201 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" COMPLETED
351
- 20:43:32.202 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
352
- 20:43:32.202 [ 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)
353
- 20:43:39.346 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
354
- 20:43:39.346 [ 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)
355
- 20:43:39.349 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
356
- 20:43:39.353 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
357
- 20:43:39.353 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
358
- 20:43:39.637 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible RUNNING
359
- 20:43:39.639 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=AUTHORIZE TEST SETUP, 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)
360
- 20:43:39.759 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible COMPLETED
361
- 20:43:39.761 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" RUNNING
362
- 20:43:39.763 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=AUTHORIZE TEST SETUP, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
363
- 20:43:39.984 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=AUTHORIZE TEST SETUP, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[86,1254][559,1307], 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=86, y=1254, width=473, height=53))
364
- 20:43:40.858 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
365
- 20:43:40.859 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (322, 1280) using hierarchy based logic for wait
366
- 20:43:40.859 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
367
- 20:43:40.859 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
368
- 20:43:44.764 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
369
- 20:43:44.765 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" COMPLETED
370
- 20:43:44.767 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
371
- 20:43:44.770 [ 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)
372
- 20:43:44.863 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
373
- 20:43:44.870 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
374
- 20:43:44.874 [ 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)
375
- 20:43:44.996 [ 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))
376
- 20:43:45.868 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
377
- 20:43:45.869 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
378
- 20:43:45.870 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
379
- 20:43:45.870 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
380
- 20:43:47.184 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
381
- 20:43:47.185 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
382
- 20:43:47.499 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
383
- 20:43:47.499 [ERROR] maestro.cli.session.MaestroSessionManager.newSession$lambda$0: Failed to record heartbeat
384
- java.lang.InterruptedException: sleep interrupted
385
- at java.base/java.lang.Thread.sleep(Native Method)
386
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:93)
387
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
388
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
389
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
390
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
391
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
392
- at java.base/java.lang.Thread.run(Thread.java:840)
393
- 20:43:52.501 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
394
- 20:43:52.502 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
395
- 20:43:52.502 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
396
- 20:43:52.502 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
397
- 20:43:52.502 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
398
- 20:43:52.502 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
399
- 20:43:53.410 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
400
- 20:43:53.410 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
401
- 20:43:53.410 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
402
- 20:43:53.410 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
403
- 20:43:53.416 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
404
- 22:19:57.449 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
405
- 22:19:57.450 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
406
- 22:19:57.450 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
407
- 22:19:57.451 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
408
- 22:19:57.451 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
409
- 22:19:57.451 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
410
- 22:19:57.451 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
411
- 22:19:57.567 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
412
- 22:19:57.572 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
413
- 22:19:57.578 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
414
- 22:19:57.578 [ INFO] MAESTRO.logSystemInfo: ---------------------
415
- 22:19:58.147 [ 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/paypal-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
416
- 22:19:59.721 [ INFO] maestro.Maestro.invoke: Getting device info
417
- 22:19:59.863 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
418
- 22:19:59.910 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
419
- 22:19:59.912 [ 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=paypal-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
420
- 22:19:59.915 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
421
- 22:19:59.916 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
422
- 22:19:59.920 [ 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)
423
- 22:19:59.922 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
424
- 22:19:59.922 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
425
- 22:19:59.924 [ 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)
426
- 22:20:00.757 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
427
- 22:20:00.827 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
428
- 22:20:00.828 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" RUNNING
429
- 22:20:00.829 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Wallets, 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)
430
- 22:20:02.692 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Wallets, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1172][1080,1229], 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=1172, width=1080, height=57))
431
- 22:20:03.516 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
432
- 22:20:03.517 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1200) using hierarchy based logic for wait
433
- 22:20:03.518 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
434
- 22:20:03.518 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
435
- 22:20:04.631 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
436
- 22:20:04.632 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" COMPLETED
437
- 22:20:04.634 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
438
- 22:20:04.636 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" 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=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
439
- 22:20:05.216 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: PayPal
440
- 22:20:05.219 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
441
- 22:20:06.946 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
442
- 22:20:06.946 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=84, y=1004, width=954, height=57)
443
- 22:20:06.946 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
444
- 22:20:06.947 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
445
- 22:20:06.947 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
446
- 22:20:06.947 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
447
- 22:20:06.947 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" RUNNING
448
- 22:20:06.948 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=PayPal, 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)
449
- 22:20:06.974 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=PayPal, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1004][1038,1061], 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=1004, width=954, height=57))
450
- 22:20:07.793 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
451
- 22:20:07.793 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1032) using hierarchy based logic for wait
452
- 22:20:07.793 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
453
- 22:20:07.793 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
454
- 22:20:09.263 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
455
- 22:20:09.263 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" COMPLETED
456
- 22:20:09.264 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible RUNNING
457
- 22:20:09.265 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=E-mail, 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)
458
- 22:20:09.321 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible COMPLETED
459
- 22:20:09.324 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" RUNNING
460
- 22:20:09.326 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=E-mail, 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)
461
- 22:20:09.387 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=E-mail, accessibilityText=, hintText=E-mail, ignoreBoundsFiltering=false, resource-id=, clickable=true, bounds=[42,263][1038,379], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=42, y=263, width=996, height=116))
462
- 22:20:10.187 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
463
- 22:20:10.187 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 321) using hierarchy based logic for wait
464
- 22:20:10.187 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
465
- 22:20:10.187 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
466
- 22:20:11.984 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
467
- 22:20:11.984 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" COMPLETED
468
- 22:20:11.986 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
469
- 22:20:11.987 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
470
- 22:20:11.988 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
471
- 22:20:14.122 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
472
- 22:20:14.127 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" RUNNING
473
- 22:20:14.129 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Setup for later, 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)
474
- 22:20:14.159 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Setup for later, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[405,614][675,671], 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=405, y=614, width=270, height=57))
475
- 22:20:14.977 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
476
- 22:20:14.978 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 642) using hierarchy based logic for wait
477
- 22:20:14.978 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
478
- 22:20:14.978 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
479
- 22:20:15.273 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
480
- 22:20:15.273 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
481
- 22:20:15.741 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=3.2782907). Proceed.
482
- 22:20:15.741 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" COMPLETED
483
- 22:20:15.742 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
484
- 22:20:15.743 [ 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)
485
- 22:20:22.827 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
486
- 22:20:22.828 [ 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)
487
- 22:20:22.831 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
488
- 22:20:22.834 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
489
- 22:20:22.834 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
490
- 22:20:22.908 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible RUNNING
491
- 22:20:22.910 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=AUTHORIZE TEST SETUP, 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)
492
- 22:20:22.972 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible COMPLETED
493
- 22:20:22.974 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" RUNNING
494
- 22:20:22.976 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=AUTHORIZE TEST SETUP, 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)
495
- 22:20:23.040 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=AUTHORIZE TEST SETUP, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[86,1254][559,1307], 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=86, y=1254, width=473, height=53))
496
- 22:20:23.858 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
497
- 22:20:23.858 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (322, 1280) using hierarchy based logic for wait
498
- 22:20:23.858 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
499
- 22:20:23.858 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
500
- 22:20:24.642 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
501
- 22:20:24.642 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" COMPLETED
502
- 22:20:24.644 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
503
- 22:20:24.645 [ 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)
504
- 22:20:25.599 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
505
- 22:20:25.601 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
506
- 22:20:25.602 [ 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)
507
- 22:20:26.120 [ 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))
508
- 22:20:26.938 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
509
- 22:20:26.939 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
510
- 22:20:26.939 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
511
- 22:20:26.939 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
512
- 22:20:27.784 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
513
- 22:20:27.784 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
514
- 22:20:28.006 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
515
- 22:20:33.011 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
516
- 22:20:33.012 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
517
- 22:20:33.012 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
518
- 22:20:33.012 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
519
- 22:20:33.012 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
520
- 22:20:33.013 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
521
- 22:20:33.158 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
522
- 22:20:33.158 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
523
- 22:20:33.158 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
524
- 22:20:33.158 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
525
- 22:20:33.160 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
526
- 23:01:33.342 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
527
- 23:01:33.343 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
528
- 23:01:33.344 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
529
- 23:01:33.344 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
530
- 23:01:33.344 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
531
- 23:01:33.344 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
532
- 23:01:33.344 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
533
- 23:01:33.481 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
534
- 23:01:33.485 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
535
- 23:01:33.489 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
536
- 23:01:33.490 [ INFO] MAESTRO.logSystemInfo: ---------------------
537
- 23:01:34.144 [ 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/paypal-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
538
- 23:01:35.689 [ INFO] maestro.Maestro.invoke: Getting device info
539
- 23:01:35.834 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
540
- 23:01:35.894 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
541
- 23:01:35.897 [ 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=paypal-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
542
- 23:01:35.902 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
543
- 23:01:35.903 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
544
- 23:01:35.907 [ 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)
545
- 23:01:35.908 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
546
- 23:01:35.909 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
547
- 23:01:35.911 [ 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)
548
- 23:01:36.741 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
549
- 23:01:36.814 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
550
- 23:01:36.816 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" RUNNING
551
- 23:01:36.817 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Wallets, 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)
552
- 23:01:38.708 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Wallets, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1172][1080,1229], 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=1172, width=1080, height=57))
553
- 23:01:39.571 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
554
- 23:01:39.572 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1200) using hierarchy based logic for wait
555
- 23:01:39.572 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
556
- 23:01:39.572 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
557
- 23:01:40.683 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
558
- 23:01:40.684 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" COMPLETED
559
- 23:01:40.685 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
560
- 23:01:40.687 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" 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=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
561
- 23:01:41.236 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: PayPal
562
- 23:01:41.240 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
563
- 23:01:43.087 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
564
- 23:01:43.087 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=84, y=999, width=954, height=57)
565
- 23:01:43.088 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
566
- 23:01:43.088 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
567
- 23:01:43.088 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
568
- 23:01:43.088 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
569
- 23:01:43.089 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" RUNNING
570
- 23:01:43.090 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), retryIfNoChange=false, waitUntilVisible=false, longPress=false, repeat=null, waitToSettleTimeoutMs=null, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
571
- 23:01:43.178 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=PayPal, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,999][1038,1056], 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=999, width=954, height=57))
572
- 23:01:44.015 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
573
- 23:01:44.016 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1027) using hierarchy based logic for wait
574
- 23:01:44.016 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
575
- 23:01:44.016 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
576
- 23:01:45.345 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
577
- 23:01:45.345 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" COMPLETED
578
- 23:01:45.347 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible RUNNING
579
- 23:01:45.348 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=E-mail, 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)
580
- 23:01:45.378 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible COMPLETED
581
- 23:01:45.379 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" RUNNING
582
- 23:01:45.380 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=E-mail, 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)
583
- 23:01:45.403 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=E-mail, accessibilityText=, hintText=E-mail, ignoreBoundsFiltering=false, resource-id=, clickable=true, bounds=[42,263][1038,379], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=42, y=263, width=996, height=116))
584
- 23:01:46.319 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
585
- 23:01:46.320 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 321) using hierarchy based logic for wait
586
- 23:01:46.321 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
587
- 23:01:46.321 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
588
- 23:01:47.978 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
589
- 23:01:47.978 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" COMPLETED
590
- 23:01:47.979 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
591
- 23:01:47.980 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
592
- 23:01:47.981 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
593
- 23:01:50.085 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
594
- 23:01:50.087 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" RUNNING
595
- 23:01:50.088 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Setup for later, 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)
596
- 23:01:50.116 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Setup for later, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[405,614][675,671], 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=405, y=614, width=270, height=57))
597
- 23:01:51.120 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
598
- 23:01:51.121 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 642) using hierarchy based logic for wait
599
- 23:01:51.121 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
600
- 23:01:51.121 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
601
- 23:01:51.483 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
602
- 23:01:51.484 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
603
- 23:01:51.926 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=2.1695602). Proceed.
604
- 23:01:51.926 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" COMPLETED
605
- 23:01:51.927 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
606
- 23:01:51.927 [ 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)
607
- 23:01:59.016 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
608
- 23:01:59.017 [ 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)
609
- 23:01:59.020 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
610
- 23:01:59.021 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
611
- 23:01:59.022 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
612
- 23:01:59.086 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible RUNNING
613
- 23:01:59.088 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=AUTHORIZE TEST SETUP, 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)
614
- 23:01:59.150 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible COMPLETED
615
- 23:01:59.151 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" RUNNING
616
- 23:01:59.152 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=AUTHORIZE TEST SETUP, 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)
617
- 23:01:59.171 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=AUTHORIZE TEST SETUP, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[86,1254][559,1307], 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=86, y=1254, width=473, height=53))
618
- 23:02:00.042 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
619
- 23:02:00.043 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (322, 1280) using hierarchy based logic for wait
620
- 23:02:00.043 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
621
- 23:02:00.043 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
622
- 23:02:02.223 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
623
- 23:02:02.224 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "AUTHORIZE TEST SETUP" COMPLETED
624
- 23:02:02.225 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible RUNNING
625
- 23:02:02.226 [ 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)
626
- 23:02:02.248 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "Success" is visible COMPLETED
627
- 23:02:02.249 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" RUNNING
628
- 23:02:02.250 [ 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)
629
- 23:02:02.312 [ 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))
630
- 23:02:03.134 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
631
- 23:02:03.134 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (894, 1092) using hierarchy based logic for wait
632
- 23:02:03.134 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
633
- 23:02:03.135 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
634
- 23:02:03.934 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
635
- 23:02:03.934 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "OK" COMPLETED
636
- 23:02:04.222 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
637
- 23:02:09.228 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
638
- 23:02:09.228 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
639
- 23:02:09.228 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
640
- 23:02:09.228 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
641
- 23:02:09.228 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
642
- 23:02:09.228 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
643
- 23:02:09.426 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
644
- 23:02:09.426 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
645
- 23:02:09.427 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
646
- 23:02:09.427 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
647
- 23:02:09.430 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
648
- 11:45:39.142 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
649
- 11:45:39.144 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
650
- 11:45:39.145 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
651
- 11:45:39.146 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
652
- 11:45:39.146 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
653
- 11:45:39.146 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
654
- 11:45:39.146 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
655
- 11:45:39.430 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
656
- 11:45:39.435 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
657
- 11:45:39.441 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
658
- 11:45:39.441 [ INFO] MAESTRO.logSystemInfo: ---------------------
659
- 11:45:40.050 [ 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/paypal-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
660
- 11:45:44.099 [ INFO] maestro.Maestro.invoke: Getting device info
661
- 11:45:44.261 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
662
- 11:45:44.306 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
663
- 11:45:44.308 [ 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=paypal-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
664
- 11:45:44.310 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
665
- 11:45:44.311 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
666
- 11:45:44.315 [ 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)
667
- 11:45:44.316 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
668
- 11:45:44.317 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
669
- 11:45:44.319 [ 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)
670
- 11:45:45.990 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
671
- 11:45:46.272 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
672
- 11:45:46.275 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" RUNNING
673
- 11:45:46.277 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Wallets, 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)
674
- 11:45:51.154 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Wallets, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1172][1080,1229], 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=1172, width=1080, height=57))
675
- 11:45:53.148 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
676
- 11:45:53.150 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1200) using hierarchy based logic for wait
677
- 11:45:53.150 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
678
- 11:45:53.150 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
679
- 11:45:54.950 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
680
- 11:45:54.950 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" COMPLETED
681
- 11:45:54.952 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
682
- 11:45:54.954 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" 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=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
683
- 11:45:55.682 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: PayPal
684
- 11:45:55.689 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
685
- 11:45:57.666 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
686
- 11:45:57.666 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=84, y=1024, width=954, height=57)
687
- 11:45:57.666 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
688
- 11:45:57.667 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
689
- 11:45:57.667 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
690
- 11:45:57.667 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
691
- 11:45:57.668 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" RUNNING
692
- 11:45:57.670 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=PayPal, 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)
693
- 11:45:57.799 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=PayPal, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,1024][1038,1081], 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=1024, width=954, height=57))
694
- 11:45:58.709 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
695
- 11:45:58.709 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1052) using hierarchy based logic for wait
696
- 11:45:58.709 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
697
- 11:45:58.709 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
698
- 11:46:00.426 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
699
- 11:46:00.428 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" COMPLETED
700
- 11:46:00.429 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible RUNNING
701
- 11:46:00.432 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=E-mail, 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)
702
- 11:46:00.502 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible COMPLETED
703
- 11:46:00.504 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" RUNNING
704
- 11:46:00.505 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=E-mail, 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)
705
- 11:46:00.565 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=E-mail, accessibilityText=, hintText=E-mail, ignoreBoundsFiltering=false, resource-id=, clickable=true, bounds=[42,263][1038,379], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=42, y=263, width=996, height=116))
706
- 11:46:01.423 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
707
- 11:46:01.423 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 321) using hierarchy based logic for wait
708
- 11:46:01.423 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
709
- 11:46:01.423 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
710
- 11:46:03.130 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
711
- 11:46:03.130 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" COMPLETED
712
- 11:46:03.131 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
713
- 11:46:03.133 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
714
- 11:46:03.134 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
715
- 11:46:05.577 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
716
- 11:46:05.579 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" RUNNING
717
- 11:46:05.581 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Setup for later, 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)
718
- 11:46:05.627 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Setup for later, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[405,614][675,671], 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=405, y=614, width=270, height=57))
719
- 11:46:06.511 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
720
- 11:46:06.512 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 642) using hierarchy based logic for wait
721
- 11:46:06.512 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
722
- 11:46:06.513 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
723
- 11:46:07.075 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
724
- 11:46:07.075 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
725
- 11:46:07.620 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.31896672). Proceed.
726
- 11:46:07.620 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" COMPLETED
727
- 11:46:07.621 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
728
- 11:46:07.621 [ 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)
729
- 11:46:14.789 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
730
- 11:46:14.790 [ 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)
731
- 11:46:14.792 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
732
- 11:46:14.795 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
733
- 11:46:14.795 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
734
- 11:46:15.047 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible RUNNING
735
- 11:46:15.049 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=AUTHORIZE TEST SETUP, 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)
736
- 11:46:24.940 [ERROR] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandFailed: Assertion is false: "AUTHORIZE TEST SETUP" is visible
737
- 11:46:24.943 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
738
- 11:46:24.943 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
739
- 11:46:25.130 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible FAILED
740
- 11:46:25.425 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
741
- 11:46:25.425 [ERROR] maestro.cli.session.MaestroSessionManager.newSession$lambda$0: Failed to record heartbeat
742
- java.lang.InterruptedException: sleep interrupted
743
- at java.base/java.lang.Thread.sleep(Native Method)
744
- at maestro.cli.session.MaestroSessionManager.newSession$lambda$0(MaestroSessionManager.kt:93)
745
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
746
- at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
747
- at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
748
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
749
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
750
- at java.base/java.lang.Thread.run(Thread.java:840)
751
- 11:46:30.435 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
752
- 11:46:30.436 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
753
- 11:46:30.437 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
754
- 11:46:30.437 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
755
- 11:46:30.437 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
756
- 11:46:30.437 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
757
- 11:46:31.180 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
758
- 11:46:31.181 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
759
- 11:46:31.181 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
760
- 11:46:31.181 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
761
- 11:46:31.182 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel
762
- 17:09:36.792 [ INFO] MAESTRO.logSystemInfo: ---- System Info ----
763
- 17:09:36.793 [ INFO] MAESTRO.logSystemInfo: Maestro Version: 1.41.0
764
- 17:09:36.793 [ INFO] MAESTRO.logSystemInfo: CI: Undefined
765
- 17:09:36.793 [ INFO] MAESTRO.logSystemInfo: OS Name: Mac OS X
766
- 17:09:36.793 [ INFO] MAESTRO.logSystemInfo: OS Version: 15.5
767
- 17:09:36.793 [ INFO] MAESTRO.logSystemInfo: Architecture: aarch64
768
- 17:09:36.793 [ INFO] MAESTRO.logSystemInfo: Java Version: 17
769
- 17:09:36.893 [ INFO] MAESTRO.logSystemInfo: Xcode Version: 16.0
770
- 17:09:36.898 [ INFO] MAESTRO.logSystemInfo: Flutter Version: Undefined
771
- 17:09:36.902 [ INFO] MAESTRO.logSystemInfo: Flutter Channel: Undefined
772
- 17:09:36.902 [ INFO] MAESTRO.logSystemInfo: ---------------------
773
- 17:09:37.386 [ 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/paypal-setup.yml], sequence=FlowSequence(flows=[], continueOnFailure=true), workspaceConfig=WorkspaceConfig(flows=null, includeTags=null, excludeTags=null, local=null, executionOrder=null, baselineBranch=null, notifications=null, disableRetries=false, platform=PlatformConfiguration(android=AndroidConfiguration(disableAnimations=false), ios=IOSConfiguration(disableAnimations=false, snapshotKeyHonorModalViews=null))))
774
- 17:09:38.919 [ INFO] maestro.Maestro.invoke: Getting device info
775
- 17:09:39.057 [ INFO] maestro.Maestro.invoke: Got device info: DeviceInfo(platform=ANDROID, widthPixels=1080, heightPixels=1920, widthGrid=1080, heightGrid=1920)
776
- 17:09:39.103 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables RUNNING
777
- 17:09:39.105 [ 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=paypal-setup}, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
778
- 17:09:39.108 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Define variables COMPLETED
779
- 17:09:39.109 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration RUNNING
780
- 17:09:39.113 [ 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)
781
- 17:09:39.114 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Apply configuration COMPLETED
782
- 17:09:39.115 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" RUNNING
783
- 17:09:39.117 [ 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)
784
- 17:09:39.855 [ INFO] maestro.Maestro.launchApp: Launching app com.stripe.react.native
785
- 17:09:39.929 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Launch app "${APP_ID}" COMPLETED
786
- 17:09:39.930 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" RUNNING
787
- 17:09:39.931 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Wallets, 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)
788
- 17:09:42.014 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Wallets, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[0,1172][1080,1229], 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=1172, width=1080, height=57))
789
- 17:09:42.856 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
790
- 17:09:42.858 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 1200) using hierarchy based logic for wait
791
- 17:09:42.859 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
792
- 17:09:42.859 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
793
- 17:09:43.910 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
794
- 17:09:43.910 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Wallets" COMPLETED
795
- 17:09:43.912 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled RUNNING
796
- 17:09:43.914 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" 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=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
797
- 17:09:44.503 [ERROR] maestro.orchestra.Orchestra.scrollUntilVisible: Error: maestro.MaestroException$ElementNotFound: Element not found: Text matching regex: PayPal
798
- 17:09:44.508 [ INFO] maestro.Maestro.swipeFromCenter: Swiping UP from center
799
- 17:09:46.276 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Scrolling try count: 0, DeviceWidth: 1080, DeviceWidth: 1920
800
- 17:09:46.276 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Element bounds: Bounds(x=84, y=997, width=954, height=57)
801
- 17:09:46.276 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Visibility Percent: 0
802
- 17:09:46.276 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: Command centerElement: ScrollUntilVisibleCommand(selector=ElementSelector(textRegex=PayPal, idRegex=null, size=null, below=null, above=null, leftOf=null, rightOf=null, containsChild=null, containsDescendants=null, traits=null, index=null, enabled=null, optional=false, selected=null, checked=null, focused=null, childOf=null, css=null), direction=DOWN, scrollDuration=601, visibilityPercentage=100, timeout=20000, waitToSettleTimeoutMs=null, centerElement=false, originalSpeedValue=40, label=null, optional=false).centerElement
803
- 17:09:46.277 [ INFO] maestro.orchestra.Orchestra.scrollUntilVisible: visibilityPercentageNormalized: 1.0
804
- 17:09:46.277 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Scrolling DOWN until "PayPal" is visible with speed 40, visibility percentage 100%, timeout 20000 ms, with centering disabled COMPLETED
805
- 17:09:46.279 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" RUNNING
806
- 17:09:46.281 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=PayPal, 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)
807
- 17:09:46.314 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=PayPal, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[84,997][1038,1054], 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=997, width=954, height=57))
808
- 17:09:47.139 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
809
- 17:09:47.139 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (561, 1025) using hierarchy based logic for wait
810
- 17:09:47.140 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
811
- 17:09:47.140 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
812
- 17:09:48.471 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
813
- 17:09:48.472 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "PayPal" COMPLETED
814
- 17:09:48.474 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible RUNNING
815
- 17:09:48.477 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=E-mail, 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)
816
- 17:09:48.549 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "E-mail" is visible COMPLETED
817
- 17:09:48.551 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" RUNNING
818
- 17:09:48.553 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=E-mail, 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)
819
- 17:09:48.608 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=E-mail, accessibilityText=, hintText=E-mail, ignoreBoundsFiltering=false, resource-id=, clickable=true, bounds=[42,263][1038,379], enabled=true, focused=false, checked=false, scrollable=false, selected=false, class=android.widget.EditText}, children=[], clickable=true, enabled=true, focused=false, checked=false, selected=false), bounds=Bounds(x=42, y=263, width=996, height=116))
820
- 17:09:49.441 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
821
- 17:09:49.442 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 321) using hierarchy based logic for wait
822
- 17:09:49.442 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
823
- 17:09:49.442 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
824
- 17:09:50.975 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by view hierarchy. Proceed.
825
- 17:09:50.975 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "E-mail" COMPLETED
826
- 17:09:50.977 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com RUNNING
827
- 17:09:50.979 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(inputTextCommand=InputTextCommand(text=test@stripe.com, label=null, optional=false)), logMessages=[], insight=Insight(message=, level=NONE), aiReasoning=null, labeledCommand=null)
828
- 17:09:50.980 [ INFO] maestro.Maestro.inputText: Inputting text: test@stripe.com
829
- 17:09:53.213 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Input text test@stripe.com COMPLETED
830
- 17:09:53.215 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" RUNNING
831
- 17:09:53.216 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(tapOnElementCommand=TapOnElementCommand(selector=ElementSelector(textRegex=Setup for later, 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)
832
- 17:09:53.304 [ INFO] maestro.Maestro.tap-BUbHBYE: Tapping on element: UiElement(treeNode=TreeNode(attributes={text=Setup for later, accessibilityText=, hintText=, ignoreBoundsFiltering=false, resource-id=, clickable=false, bounds=[405,614][675,671], 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=405, y=614, width=270, height=57))
833
- 17:09:54.101 [ INFO] maestro.Maestro.tap-BUbHBYE: Refreshed element
834
- 17:09:54.101 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Tapping at (540, 642) using hierarchy based logic for wait
835
- 17:09:54.101 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
836
- 17:09:54.101 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
837
- 17:09:54.510 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to byte array
838
- 17:09:54.510 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
839
- 17:09:54.953 [ INFO] maestro.Maestro.hierarchyBasedTap-hbl3e4M: Something have changed in the UI judging by screenshot (d=0.86624664). Proceed.
840
- 17:09:54.953 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on "Setup for later" COMPLETED
841
- 17:09:54.954 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" RUNNING
842
- 17:09:54.954 [ 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)
843
- 17:10:02.049 [ INFO] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandWarned: Element not found: Text matching regex: Continue
844
- 17:10:02.049 [ 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)
845
- 17:10:02.051 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Tap on (Optional) "Continue" WARNED
846
- 17:10:02.053 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
847
- 17:10:02.054 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
848
- 17:10:02.124 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible RUNNING
849
- 17:10:02.125 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible metadata CommandMetadata(numberOfRuns=null, evaluatedCommand=MaestroCommand(assertConditionCommand=AssertConditionCommand(condition=Condition(platform=null, visible=ElementSelector(textRegex=AUTHORIZE TEST SETUP, 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)
850
- 17:10:12.108 [ERROR] maestro.orchestra.Orchestra.executeCommands: [Command execution] CommandFailed: Assertion is false: "AUTHORIZE TEST SETUP" is visible
851
- 17:10:12.109 [ INFO] maestro.Maestro.takeScreenshot: Taking screenshot
852
- 17:10:12.110 [TRACE] maestro.utils.ScreenshotUtils.takeScreenshot: Taking screenshot to output sink
853
- 17:10:12.167 [ INFO] maestro.cli.runner.MaestroCommandRunner.invoke: Assert that "AUTHORIZE TEST SETUP" is visible FAILED
854
- 17:10:12.554 [ INFO] maestro.drivers.AndroidDriver.close: [Start] close port forwarder
855
- 17:10:17.558 [ INFO] maestro.drivers.AndroidDriver.close: [Done] close port forwarder
856
- 17:10:17.558 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port forwarder map
857
- 17:10:17.559 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port forwarder map
858
- 17:10:17.559 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Remove host port from port to allocation map
859
- 17:10:17.559 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Remove host port from port to allocation map
860
- 17:10:17.559 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Uninstall driver from device
861
- 17:10:17.798 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Uninstall driver from device
862
- 17:10:17.799 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Close instrumentation session
863
- 17:10:17.799 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Close instrumentation session
864
- 17:10:17.799 [ INFO] maestro.drivers.AndroidDriver.close: [Start] Shutdown GRPC channel
865
- 17:10:17.802 [ INFO] maestro.drivers.AndroidDriver.close: [Done] Shutdown GRPC channel