I'm learning selendroid and I'd like to select a option from a action bar menu. I'm able to open the menu doing
driver.findElement(By.xpath("//ActionMenuView")).click();
But I'm not able to find how to click the item.
I think the OverflowMenuButton is the item to select but I can't get the reference from the inspector
Anyone so kind to help me ?
Thanks in advance.
Regards