Versions in this module Expand all Collapse all v0 v0.2.1 Feb 28, 2026 Changes in this version + var SchemaJSON []byte + func Schema() []byte + type A11yOptions struct + DisabledRules []string + ExcludeSelector string + FailOn string + IncludeSelector string + ReportFile string + Rules []string + Standard string + type Action string + const ActionAssertAccessibility + const ActionAssertAttribute + const ActionAssertElement + const ActionAssertHidden + const ActionAssertText + const ActionAssertTitle + const ActionAssertURL + const ActionAssertValue + const ActionAssertVisible + const ActionBack + const ActionCheck + const ActionClear + const ActionClick + const ActionClosePage + const ActionDblClick + const ActionDragTo + const ActionEval + const ActionFill + const ActionFocus + const ActionForward + const ActionGetAttribute + const ActionGetText + const ActionGetTitle + const ActionGetURL + const ActionGetValue + const ActionGo + const ActionHover + const ActionKeyboardPress + const ActionKeyboardType + const ActionMouseClick + const ActionMouseMove + const ActionNavigate + const ActionNewPage + const ActionPDF + const ActionPress + const ActionReload + const ActionScreenshot + const ActionScrollIntoView + const ActionSelect + const ActionSetFiles + const ActionSetViewport + const ActionTap + const ActionType + const ActionUncheck + const ActionWait + const ActionWaitForLoad + const ActionWaitForSelector + const ActionWaitForURL + func AllActions() []Action + type Script struct + BaseURL string + Description string + Headless bool + Name string + Steps []Step + Timeout string + Variables map[string]string + Version int + type Step struct + A11y *A11yOptions + Action Action + Attribute string + ContinueOnError bool + Duration string + Expected string + File string + Files []string + FullPage bool + Height int + ID string + Key string + LoadState string + Name string + Pattern string + Script string + Selector string + State string + Store string + Target string + Text string + Timeout string + URL string + Value string + Width int + X float64 + Y float64