Skip to content

Commit cbeae88

Browse files
authored
Merge pull request #122 from mlipok/patch-3
#Region UDF Header
2 parents 7edb27e + 5325afd commit cbeae88

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

NetWebView2Lib.au3

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,31 @@
1919
#include <WinAPISysWin.au3>
2020
#include <WindowsConstants.au3>
2121

22+
#Region UDF Header
23+
; ==============================================================================
24+
; UDF ...........: NetWebView2Lib.au3
25+
; Description ...: A powerful bridge that allows AutoIt to use the modern Microsoft Edge WebView2 (Chromium) engine via a C# COM wrapper.
26+
; Author(s) .....: https://www.autoitscript.com/forum/profile/116386-ioa747
27+
; Author(s) .....: https://www.autoitscript.com/forum/profile/10673-mlipok
28+
; Copyright .....:
29+
; * Copyright (c) 2026 ioa747, mLipok
30+
; * This project is provided "as-is". You are free to use, modify, and distribute it for both personal and commercial projects.
31+
; URL Links .....:
32+
; * https://github.com/ioa747/NetWebView2Lib
33+
; * https://www.autoitscript.com/forum/topic/213375-webview2autoit-autoit-webview2-component-com-interop
34+
; Thanks to .....:
35+
; * Jonathan Bennett (@Jon) and the AutoIt Team
36+
; * @Danp2 https://www.autoitscript.com/forum/profile/29736-danp2 - as his https://github.com/Danp2/au3WebDriver UDF largely inspires us in creating this UDF
37+
; AutoIt Version : v3.3.18.0
38+
; Requirement ...:
39+
; * DLL/TLB libraries files that are in the bin folder and were passed during the installation
40+
; * .NET Framework 4.8 or higher
41+
; * Microsoft Edge WebView2 Runtime version 128.0.2739.15 or higher
42+
; ==============================================================================
43+
#EndRegion UDF Header
44+
2245
#REMARK This UDF is marked as WorkInProgress - you may use them, but do not blame me if I do ScriptBreakingChange and as so far do not ask me for description or help till I remove this remark ; mLipok
23-
#TODO UDF HEADER - anybody - feel free to make it done - just do not hesitate to full fill this part
46+
2447
#TODO UDF INDEX - anybody - feel free to make it done - just do not hesitate to full fill this part
2548
#TODO FUNCTION HEADERS SUPLEMENTATION & CHECK - anybody - feel free to make it done - just do not hesitate to full fill this part
2649
#INFO JScript related to WebView2 that we can learn from ; https://github.com/MicrosoftEdge/WebView2Browser/tree/main/wvbrowser_ui

0 commit comments

Comments
 (0)