| Interceptor for (usually right-click triggered) pop-up menus.
For instance, in the following code snippedt we right-click in the (2,4) cell of a table,
then click on the "Copy" item found in the popped-up menu:
PopupMenuInterceptor
.run(table.triggerRightClick(2, 4))
.getSubMenu("Copy")
.click();
See Also: Intercepting windows |