We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible using KAutomator to interact with a marker on the Google Map, as is done in examples with a regular UiAutomator?
The text was updated successfully, but these errors were encountered:
@Vacxe, I remember that you did something similar.
Sorry, something went wrong.
I implemented it like this:
val map: UiView = UiView { withContentDescription("Sample Map Content Description") } val marker: UiView = UiView { withContentDescription(Pattern.compile(".*Sample Marker Title.*")) }
Merge pull request #402 from KasperskyLab/issue-348/Add_google_maps_i…
392a490
…nteraction_doc #348: Add google maps interaction docs
Hi, @hotmule! Thank you for your submission. We described google maps interaction in docs for future references. Thank you! Closing this issue
Nikitae57
No branches or pull requests
Is it possible using KAutomator to interact with a marker on the Google Map, as is done in examples with a regular UiAutomator?
The text was updated successfully, but these errors were encountered: