Appium verison: 2.1.4
Selenium version: 4.0.0
driver.find_element() returns a dictionary instead of an element object, so while doing driver.find_element().click() the following error is thrown.
'dict' object has no attribute 'click'
Similar question can be found here and here
But the fix didnt work. Any help would be appreciated