Samir To load the Webview module : First be sure to use the desktop interpreter wluart.exe Load the module ui that contains all GUI widgets and functions : local ui = require "ui" Then use require("webview") to load the webview module. The Webview widget will then be available inside the ui module.
Samir By the way, Microsoft Edge should have been previously installed (which is the case on Windows 10 and Windows 11)