Chromium WebBrowser
As of Aeon 6.0, the Chromium browser is no longer supported in Aeon. Aeon addons should be created/updated with the WebView2 browser.
The ChromiumWebBrowser object is a .Net component. Below are the properties and methods most scripts are likely to use.
The Chromium Browser is available in ILLiad 9.0 and higher, Aeon v4.0 and higher, and Ares v4.7 and higher.
While this object can be accessed via the Chromium Browser control, it is recommended that this property be used with caution because it is a .Net object, not a wrapper. Incorrect usage could result in loss of performance or an inoperable addon.
Properties
- Address:Â Contains the URL of the web page currently displayed.
Methods
Load(string url): Navigates to the url provided. This can also be achieved without the WebBrowser object by calling the Navigate method on the chromium browser.
Direction Name Description Input url The url to navigate to.
Aeon v5.1 Improvements
Several improvements have been added to the embedded Chromium browser used by addons to include the following:Â
 |
ILLiad v9.2 Improvements
The release of ILLiad 9.2 will include the following improvements to the embedded Chromium browser:Â
|