Skip to content

Commit bf1c40a

Browse files
authored
Update 012-GetCookies.au3
1 parent 1fc0392 commit bf1c40a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/012-GetCookies.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OnAutoItExitRegister("_CleanExit")
1515
; Global objects handler for COM objects
1616
Global $oManager, $oBridge
1717
Global $oMyError = ObjEvent("AutoIt.Error", "_ErrFunc")
18-
Global $sProfileDirectory = @ScriptDir & "\UserDataFolder"
18+
Global $sProfileDirectory = @ScriptDir & "\NetWebView2Lib-UserDataFolder"
1919

2020
; Global variables for data management
2121
Global $hGUI, $idURL, $idStatusLabel

0 commit comments

Comments
 (0)