Create a web browser element for embedding in hs.ui.window (macOS 26+)
Returns a UIWebView element that you configure and then embed in any hs.ui.window
via .webview(element). The element fills the available space inside the window layout.
Keep a reference to call navigation methods after the window is shown.
Create a web browser element for embedding in
hs.ui.window(macOS 26+) Returns aUIWebViewelement that you configure and then embed in anyhs.ui.windowvia.webview(element). The element fills the available space inside the window layout. Keep a reference to call navigation methods after the window is shown.