I am unable to click on the button (marked in red).
I have tried this > driver.findElement(By.xpath("//android.widget.Button[contains(@text=’R′]")).click();
But it is giving an error " no such element present ".
Can you guys please help me.
How to handle a button with same “text” and “className”?