# Functions
LocateChrome 查找 Chrome 浏览器.
New returns a new HTML5 UI for the given URL, user profile directory, window size and other options passed to the browser engine.
# Constants
WindowStateFullscreen defines a fullscreen state of the browser window.
WindowStateMaximized defines a maximized state of the browser window.
WindowStateMinimized defines a minimized state of the browser window.
WindowStateNormal defines a normal state of the browser window.
# Type aliases
WindowState defines the state of the Chrome window, possible values are "normal", "maximized", "minimized" and "fullscreen".