I have found the button but not Able to click on it

i have found the button but click() is not working on it and it doent giving any error as well.

i have tried:-
wait.until(ExpectedConditions.visibilityOfElementLocated(By.id(“ext-button-9”)));
driver.findElement(MobileBy.id(“ext-button-9”)).click();

this also didnt helped
what should i do!!

i also have tried tap() but its giving me Not yet implemented error.