The callback function called when a navigation event happens.
Calls the callback on any network activity event pushed from a browser running the Olive Helps extension.
The callback function called when a network activity event happens.
Calls callback on any tab change event pushed from a browser running the Olive Helps extension
the callback function called when a tab change event happens
Calls callback on any text selection event pushed from a browser running the Olive Helps extension.
The callback function called when text is selected in the browser.
Calls the callback when an event is pushed from the provided UIElement in a browser running the olive Helps extension.
{ selector: string; address: string;} You can get an element's selector by inspecting the element -> right click the HTML tag -> copy -> copy selector. Address is the pre-defined website address to perform listenUIElement
The callback function called when a click event happens in a pre-defined website.
Opens a tab in the browser running the Olive Helps extension.
The address to navigate to in the tab.
An optional configuration object that determines how the function behaves
The tab ID of the new tab or a PageDetails object with both the id and source if the configuration object specifies to include the source
Opens a window in the browser running the Olive Helps extension.
The address to navigate to in the new window.
An optional configuration object that determines how the function behaves
The window ID of the new window or a PageDetails object with both the id and source if the configuration object specifies to include the source
Retrieves the source for the specified url
The address to retrieve the source for
An object containing the id of the tab or window and the html source
Generated using TypeDoc
Calls callback on any navigation event pushed from a browser running the Olive Helps extension.