You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NetWebView2Lib.au3
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,10 @@
35
35
; * Jonathan Bennett (@Jon) and the AutoIt Team
36
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
37
; AutoIt Version : v3.3.18.0
38
-
; Requirement ...: DLL ...... ????
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
0 commit comments