Forum Discussion

vandhana's avatar
vandhana
New Contributor
8 years ago

how to click on google map pointer icon ?

Hi Support,

           I am working on android instrumented application and the scenario is i click on image and it opens google map with some location pointers. Testcomplete recognising the layout but not finding the google map location pointers. Please suggest how to click on pointers?

 

1 Reply

  • Hi,

     

    Take Region of Pointer from map.it will be stored in Stores | Regions collection.

     

    Use the Compare Pictures Operation and the Regions.Compare Scripting Method.

     

    if(Image.Find)

    {

     

    Image.Click();

    }