How to disable the soft keys menu in android while running automation? I mean the Home, Back soft keys appear on the bottom of the screen.
The issue is when trying to click an element at the bottom of the screen, instead of clicking on an expected element, the softkeys suddenly appeared and received a click. So I just want to disable those soft keys menu while running the automation to avoid unwanted test failures. Is there any workaround to solve this in Appium?
I’ve attached the sample image of softkeys.