Opens the contextMenu and the invokes the action provided for the element associated with this SlotProxy.
The value of the <oj-option> to select
"11.0.0”
<pre>
const proxy = await treeview.findItem({ key: "news" });
await proxy.doContextualAction("action1");
</pre>
Find a WebElement within this SlotProxy
The element locator
Find an array of matching elements within this SlotProxy
The elements locator
Generated using TypeDoc
A proxy to the underlying WebElement which represents a slot/single row within the component.