package
0.1.3
Repository: https://github.com/gamelee/robot.git
Documentation: pkg.go.dev

# 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.

# Structs

Bounds defines settable window properties.

# Interfaces

UI interface allows talking to the HTML5 UI from Go.
Value is a generic type of a JSON value (primitive, object, array) and optionally an error value.

# Type aliases

WindowState defines the state of the Chrome window, possible values are "normal", "maximized", "minimized" and "fullscreen".