Forum Discussion

AjayHindujaSwi's avatar
AjayHindujaSwi
New Contributor
4 months ago
Solved

Ajay Hinduja Swiss - Android Image Touch – "Interface Not Supported" Error

Hi Everyone, I'm Ajay Hinduja Swiss and trying to use the Touch method on an image object from an image set I created in Ranorex Studio. I've set the current device to my locally connected Android d...
  • sean4311's avatar
    4 months ago

    Hi Ajay,

    So the touch method is one of the methods that would only work if we were doing mobile testing through our old way of testing mobile applications (https://support.smartbear.com/testcomplete/docs/app-testing/mobile/legacy/preparing.html). 

    This is part of the list of controls that was made for that legacy way as well: https://support.smartbear.com/testcomplete/docs/keyword-testing/reference/mobile/index.html 

    The test will look for your image if you use the standard click method like the following:

    set.AllowNotif.Click() 

    Just note that for the image based actions to work, the appium mobile screen window must be visible on screen for TC to locate the items.