Versions in this module Expand all Collapse all v1 v1.0.7 Jun 24, 2024 v1.0.6 Jun 14, 2024 Changes in this version type Emulator + func (e *Emulator) InitializeOutput(filePath string, runAPI bool) error + func (e *Emulator) ReadOutputFile(tempFilePath string) (string, error) v1.0.4 Nov 15, 2023 Changes in this version type Emulator + func (e *Emulator) ReadHTMLFile(filePath string) (string, error) + func (e *Emulator) WaitForField(timeout time.Duration) error v1.0.3 Nov 7, 2023 v1.0.2 Nov 4, 2023 v1.0.1 Nov 4, 2023 Changes in this version + const Enter + const F1 + const F10 + const F11 + const F12 + const F2 + const F3 + const F4 + const F5 + const F6 + const F7 + const F8 + const F9 + const Tab + var Headless bool + var Verbose bool + type Coordinates struct + Column int + Length int + Row int + type Emulator struct + Host string + Port int + ScriptPort string + func NewEmulator(host string, port int, scriptPort string) *Emulator + func (e *Emulator) AsciiScreenGrab(filePath string, append bool) error + func (e *Emulator) Connect() error + func (e *Emulator) CursorPosition() (string, error) + func (e *Emulator) Disconnect() error + func (e *Emulator) FillString(x, y int, value string) error + func (e *Emulator) GetColumns() (int, error) + func (e *Emulator) GetRows() (int, error) + func (e *Emulator) GetValue(x, y, length int) (string, error) + func (e *Emulator) InitializeHTMLFile(filePath string) error + func (e *Emulator) IsConnected() bool + func (e *Emulator) Press(key string) error + func (e *Emulator) SetString(value string) error