Handling icon drown thru Appium with python

Hi All,

I have an image on left side corner of my app. if I click on it a dropdown will come. how to detect it thru Appium.

please send me reply

Best Regards,
Bindu

1.Do a driver.getPageSource after clicking the image. check if the locator is visible in page source.
2.Use Appium Desktop.