Searched refs:menuPattern (Results 1 – 1 of 1) sorted by relevance
306 Pattern menuPattern = Pattern.compile(menu, Pattern.CASE_INSENSITIVE); in openMenuWith() local307 BySelector selector = By.text(menuPattern); in openMenuWith()