WKContextMenuElementInfo
An object that contains information about a link the user clicked in a webpage, and which you use to configure a context menu for that link.
Declaration
@MainActor class WKContextMenuElementInfoOverview
A WKContextMenuElementInfo object contains the URL of a link in the web view’s content. You don’t create instances of this class directly. Instead, the web view creates them and passes them to the methods of its associated WKUIDelegate object when the user interacts with the link. In your delegate method implementations, use the URL in this object to determine how to configure the contextual menu.