Searched refs:rightClickDocument (Results 1 – 2 of 2) sorted by relevance
81 bots.directory.rightClickDocument("file1.png"); in testContextMenu_onFile()91 bots.directory.rightClickDocument("Dir1"); in testContextMenu_onDir()101 bots.directory.rightClickDocument("Dir1"); in testContextMenu_onMixedFileDir()113 bots.directory.rightClickDocument(new Point(dirListBounds.right - 1, dirBounds.centerY())); in testContextMenu_onEmptyArea()
357 public void rightClickDocument(String label) throws UiObjectNotFoundException { in rightClickDocument() method in DirectoryListBot359 rightClickDocument(new Point(startCoord.centerX(), startCoord.centerY())); in rightClickDocument()362 public void rightClickDocument(Point point) throws UiObjectNotFoundException { in rightClickDocument() method in DirectoryListBot