Skip to content

ScreenCIPage

ScreenCIPage = Omit<Page, "click" | "mouse" | LocatorReturnMethodNames> & object

Defined in: types.ts:589

mouse: ScreenCIMouse

click(selector, options?): Promise<void>

string

object & object

Promise<void>

getByAltText(…args): ScreenCILocator

…[string | RegExp, object]

ScreenCILocator

getByLabel(…args): ScreenCILocator

…[string | RegExp, object]

ScreenCILocator

getByPlaceholder(…args): ScreenCILocator

…[string | RegExp, object]

ScreenCILocator

getByRole(…args): ScreenCILocator

…["alert" | "alertdialog" | "application" | "article" | "banner" | "blockquote" | "button" | "caption" | "cell" | "checkbox" | "code" | "columnheader" | "combobox" | "complementary" | "contentinfo" | "definition" | "deletion" | "dialog" | "directory" | "document" | "emphasis" | "feed" | "figure" | "form" | "generic" | "grid" | "gridcell" | "group" | "heading" | "img" | "insertion" | "link" | "list" | "listbox" | "listitem" | "log" | "main" | "marquee" | "math" | "meter" | "menu" | "menubar" | "menuitem" | "menuitemcheckbox" | "menuitemradio" | "navigation" | "none" | "note" | "option" | "paragraph" | "presentation" | "progressbar" | "radio" | "radiogroup" | "region" | "row" | "rowgroup" | "rowheader" | "scrollbar" | "search" | "searchbox" | "separator" | "slider" | "spinbutton" | "status" | "strong" | "subscript" | "superscript" | "switch" | "tab" | "table" | "tablist" | "tabpanel" | "term" | "textbox" | "time" | "timer" | "toolbar" | "tooltip" | "tree" | "treegrid" | "treeitem", object]

ScreenCILocator

getByTestId(…args): ScreenCILocator

…[string | RegExp]

ScreenCILocator

getByText(…args): ScreenCILocator

…[string | RegExp, object]

ScreenCILocator

getByTitle(…args): ScreenCILocator

…[string | RegExp, object]

ScreenCILocator

locator(…args): ScreenCILocator

…[string, object]

ScreenCILocator