Kaspresso icon indicating copy to clipboard operation
Kaspresso copied to clipboard

Google Maps testing

Open hotmule opened this issue 3 years ago • 2 comments

Is it possible using KAutomator to interact with a marker on the Google Map, as is done in examples with a regular UiAutomator?

hotmule avatar Jan 15 '22 00:01 hotmule

@Vacxe, I remember that you did something similar.

matzuk avatar Jan 15 '22 07:01 matzuk

I implemented it like this:

val map: UiView = UiView { withContentDescription("Sample Map Content Description") } val marker: UiView = UiView { withContentDescription(Pattern.compile(".*Sample Marker Title.*")) }

hotmule avatar Jan 18 '22 13:01 hotmule

Hi, @hotmule! Thank you for your submission. We described google maps interaction in docs for future references. Thank you! Closing this issue

Nikitae57 avatar Oct 31 '22 12:10 Nikitae57