Hi, I need to automate Amazon FireTv using Appium. Am able to connect FireTV Box using adb connect command and install/launch app are working fine from my code. But when I try to click an element using webdriver click, its not working. When I execute click command, it does nothing, but click command executed without any error. Can anyone suggest how to handle this issue?