|
19 | 19 | #include <WinAPISysWin.au3> |
20 | 20 | #include <WindowsConstants.au3> |
21 | 21 |
|
| 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 | + |
22 | 45 | #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 | + |
24 | 47 | #TODO UDF INDEX - anybody - feel free to make it done - just do not hesitate to full fill this part |
25 | 48 | #TODO FUNCTION HEADERS SUPLEMENTATION & CHECK - anybody - feel free to make it done - just do not hesitate to full fill this part |
26 | 49 | #INFO JScript related to WebView2 that we can learn from ; https://github.com/MicrosoftEdge/WebView2Browser/tree/main/wvbrowser_ui |
|
0 commit comments