Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Maps testing #348

Closed
hotmule opened this issue Jan 15, 2022 · 3 comments
Closed

Google Maps testing #348

hotmule opened this issue Jan 15, 2022 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@hotmule
Copy link

hotmule commented Jan 15, 2022

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

@matzuk
Copy link
Member

matzuk commented Jan 15, 2022

@Vacxe, I remember that you did something similar.

@hotmule
Copy link
Author

hotmule commented Jan 18, 2022

I implemented it like this:

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

@RuslanMingaliev RuslanMingaliev added the documentation Improvements or additions to documentation label Jun 9, 2022
@Nikitae57 Nikitae57 self-assigned this Oct 30, 2022
Nikitae57 added a commit that referenced this issue Oct 31, 2022
…nteraction_doc

#348: Add google maps interaction docs
@Nikitae57
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants