Open BoGlavatki opened 11 months ago
Could you please share a screenshot from Studio with information about what selector is available for your marker when you click on it? Thanks!
Hi Axel, When I tap on the marker, it only returns the coordinates '50%, 55%', without any additional identifiers. The same values are obtained when I tap elsewhere on the map. It seems like the system only recognizes the map view and not any other objects within it, as if it's solely focused on the overall map display.
Could you please share a screenshot from Studio with information about what selector is available for your marker when you click on it? Thanks!
Hi Axel, When I tap on the marker, it only returns the coordinates '50%, 55%', without any additional identifiers. The same values are obtained when I tap elsewhere on the map. It seems like the system only recognizes the map view and not any other objects within it, as if it's solely focused on the overall map display.
@BoGlavatki thanks for the context! The New_Marker
text, has that been suggested by Studio or is that you putting in the text manually? It does suggest that the markers are simply not visible in the view hierarchy and then the only solution is to fallback to using coordinates for tapping instead.
@BoGlavatki thanks for the context! The
New_Marker
text, has that been suggested by Studio or is that you putting in the text manually? It does suggest that the markers are simply not visible in the view hierarchy and then the only solution is to fallback to using coordinates for tapping instead.
Thank you for your help. Yes, I entered the text manually. Are you suggesting that I can tap on the marker with coordinates on my screen? Or is there a possibility to verbally instruct the system, like saying 'Maestro, latitude and longitude,' to tap my marker on the map?
Got it -- maestro has no first class support for interacting with maps I am afraid so the best approach right now is to rely on coordinates to tap on the right place in the map.
@BoGlavatki what Vue framework are you using specifically for building your app?
@axelniklasson I use nativescript - https://nativescript.org , Vue 3 - https://vuejs.org/
Hello! I'm new to programming and Maestro. I'm developing a native Vue 3 application that uses the Google Maps plugin. I've added multiple markers on the map and need to perform some tests, specifically tapping on a marker. I have installed Maestro with Maestro Studio. I've tried to write some tests in .yaml, but it doesn't work. I cannot tap on the marker on the map. Here is the code from my app where I add a marker: `