Benedict
Benedict
I just tried out your sample code and when I edit the "samples/kaspresso-sample/src/main/res/layout/activity_main.xml" layout to have a big space at the beginning like this: https://gist.github.com/BenedictP/86dc99308851010bc11a4ada98f3c3e6 The samples/kaspresso-sample/src/androidTest/kotlin/com/kaspersky/kaspressample/simple_tests/SimpleTest.kt will fail. I...
**Describe the bug** The Credit Card with the number 5555 3412 4444 1115 is from your Test card numbers page: https://docs.adyen.com/development-resources/test-cards/test-card-numbers#mastercard But the card component is not able to recognize...
Would be nice to have "subflows" wich can be written without an `appId` or `launchApp` command and they can be called from other flows. Our use case: When we want...
Would be nice to have a command to scroll to a specific view in the list. E.g. - scrollTo text: "Text"
Added a shrink mode to shrink views to the direction the user wants. This should normally be part of the `RenderingMode` but we don't control this class so I needed...