This is my first post so I did some research before asking this question, but it was all in vaine. I'm writing my python script for Android application and I need to use basic click() command, in order to get deeper.
Android 6.0.1 (xiaomi redmi note 3 pro), SDK installed for Android 6.0, python 3.6.1, Appium 1.0.2 + Pycharm. Element is localized with no problems, but click() doesn't work, nothing happens.
Part of my script:
driver.find_element_by_id('com.socialnmobile.dictapps.notepad.color.note:id/main_btn1').click()
I tried to use .tap() instead, but it says "AttributeError: 'WebElement' object has no attribute 'tap'".
I would be very grateful for your help, cause I'm stuck with it for good.