UserEvents
Namespace: Scriptorium.Nib.Browser Parent: Scriptorium.Nib.Browser.global
type UserEvents static member blur : locator : Locator -> Promise<unit> static member check : locator : Locator -> options : options option -> Promise<unit> static member click : locator : Locator -> Promise<unit> static member fill : locator : Locator -> value : string -> options : options option -> Promise<unit> static member focus : locator : Locator -> options : options option -> Promise<unit> static member highlight : locator : Locator -> Promise<unit> static member hover : locator : Locator -> options : options option -> Promise<unit> static member press : locator : Locator -> key : string -> options : options option -> Promise<unit> static member selectOption : locator : Locator -> values : string -> options : options option -> Promise<unit> static member uncheck : locator : Locator -> options : options option -> Promise<unit>
Methods
Removes focus from the element matched by the locator.
Ensure that checkbox or radio element is checked.
Clicks the element matched by the locator.
Focuses the element matched by the locator.
Highlight the corresponding element(s) on the screen. Useful for debugging, don’t commit the code that uses locator.highlight().
Hover over the matching element.