Skip to content

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