November 22, 2023
Release of version 1.1.330
Fixed an issue with RequestFormSubmitById/RequestFormSubmitByName when used in a form that used the GET method.
New functionality:
AntView interface
Methods:
AntViewDocument interface
Methods:
- SetElementAttributeById
- SetElementAttributeByIdSync
- SetElementAttributeByName
- SetElementAttributeByNameSync
Events:
September 4, 2023
Release of version 1.1.316
Bugfix release. The errorCode parameter in the OnCapturePreviewCompleted event was originally of datatype HResult and is now corrected to type Int. The reason being that VB6 could not use it.
August 31, 2023
Release of version 1.1.314
New functionality:
AntView interface
Properties:
- NextFocusWindowHandleHwnd
- PreviousFocusWindowHandleHwnd
- WebView2WindowHandle
- WebView2WindowHandleHwnd
- WindowHandle
- WindowHandleHwnd
Methods:
Events:
Extended the AntViewNewWindowRequestedEventArgs interface
Methods:
February 21, 2023
Release of version 1.1.270
New functionality:
AntView interface
Properties:
Methods:
Events:
- OnDocumentPlayingAudioChanged
- OnDownloadDialogOpenChanged
- OnMutedChanged
New AntViewCookieManager interface
Methods:
- AddOrUpdateCookie
- CopyCookie
- CreateCookie
- DeleteAllCookies
- DeleteCookie
- DeleteCookies
- DeleteCookiesWithDomainAndPath
- GetCookies
Events:
New AntViewCookieList interface
Properties:
Method:
Events:
New AntViewCookie interface
Properties:
Events:
Bugfix/Changed behavior:
The online help system has been touched up a bit to work closer to how the Windows CHM help works and looks like.
January 6, 2023
Release of version 1.1.236
New functionality:
AntView interface
Properties:
Methods:
- AddWebResourceRequestedFilter
- CreateWebResourceRequest
- CreateWebResourceResponse
- CreateWebViewSync
- NavigateSync
- NavigateToStringSync
- RemoveWebResourceRequestedFilter
Events:
AntViewDocument interface
Methods:
Events:
AntViewNewWindowRequestedEventArgs interface
Properties
New AntViewDeferral interface to be able to postpone destroying of objects so you can complete tasks.
Methods:
Events:
New AntViewPhysicalKeyStatus to assist with OnAcceleratorKeyPressed.
Properties:
- IsControlKeyDown
- IsExtendedKey
- IsKeyReleased
- IsMenuKeyDown
- IsShiftKeyDown
- RepeatCount
- ScanCode
- WasKeyDown
Events:
New AntViewWebResourceRequestedEventArgs interface to assist with OnWebResourceRequested and Filters.
Properties:
Events:
New AntViewWebResourceResponse interface to assist with AntViewWebResourceRequestedEventArgs interface
Properties
Events:
- OnDestroy event
Bugfix/Changed behavior
Fix installer issue trying to register 64 bit version of AntView when running on a 32 bit operating system.
The logging functionality now supports more detailed logging by setting LogMode to level 2. At level 2 more details are logged such as URL’s and all the triggered events. It does not include sensitive information such as certificates or html contents (unless you use NavigateToString).
The help documentation has been revised to include more details and be easier to navigate.