Kaspresso
Kaspresso copied to clipboard
Google Maps testing
Is it possible using KAutomator to interact with a marker on the Google Map, as is done in examples with a regular UiAutomator?
@Vacxe, I remember that you did something similar.
I implemented it like this:
val map: UiView = UiView { withContentDescription("Sample Map Content Description") } val marker: UiView = UiView { withContentDescription(Pattern.compile(".*Sample Marker Title.*")) }
Hi, @hotmule! Thank you for your submission. We described google maps interaction in docs for future references. Thank you! Closing this issue