Here's an update from my side: ; https://www.autoitscript.com/forum/topic/124002-web-screenshot/?do=findComment&comment=1043557 #include <IE.au3> #include <WinAPI.au3> #include <ScreenCapture.au3> #include <WindowsConstants.au3> _WebCaptureTest("https://funk.eu", "funk.eu.png") ShellExecute(@ScriptDir & "\funk.eu.png") Func _WebCaptureTest($Url, $ImageName) Local $hBmp = _WebCapture($Url,