Screen
Properties
Functions
Link copied to clipboard
abstract suspend fun findAllByAltText(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByAltTextAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByDisplayValue(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByDisplayValueAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByLabelText(id: Matcher, options: SelectorMatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByLabelTextAsync(id: Matcher, options: SelectorMatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByPlaceholderText(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByPlaceholderTextAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByRole(role: ByRoleMatcher, options: ByRoleOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByRoleAsync(role: ByRoleMatcher, options: ByRoleOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByTestId(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByTestIdAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByText(id: Matcher, options: SelectorMatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByTextAsync(id: Matcher, options: SelectorMatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByTitle(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByTitleAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findByAltText(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun findByAltTextAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByDisplayValue(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun findByDisplayValueAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByLabelText(id: Matcher, options: SelectorMatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun findByLabelTextAsync(id: Matcher, options: SelectorMatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByPlaceholderText(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun findByPlaceholderTextAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByRole(role: ByRoleMatcher, options: ByRoleOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun findByRoleAsync(role: ByRoleMatcher, options: ByRoleOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByTestId(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun findByTestIdAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByText(id: Matcher, options: SelectorMatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun findByTextAsync(id: Matcher, options: SelectorMatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByTitle(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun findByTitleAsync(id: Matcher, options: MatcherOptions = definedExternally, waitForElementOptions: waitForOptions = definedExternally): Promise<HTMLElement>
Link copied to clipboard
abstract fun getAllByAltText(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun getAllByDisplayValue(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun getAllByLabelText(id: Matcher, options: SelectorMatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun getAllByPlaceholderText(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun getAllByRole(role: ByRoleMatcher, options: ByRoleOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun getAllByTestId(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun getAllByText(id: Matcher, options: SelectorMatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun getAllByTitle(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
Link copied to clipboard
abstract fun getByDisplayValue(id: Matcher, options: MatcherOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun getByLabelText(id: Matcher, options: SelectorMatcherOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun getByPlaceholderText(id: Matcher, options: MatcherOptions = definedExternally): HTMLElement
Link copied to clipboard
abstract fun getByRole(role: ByRoleMatcher, options: ByRoleOptions = definedExternally): HTMLElement
Link copied to clipboard
Link copied to clipboard
abstract fun getByText(id: Matcher, options: SelectorMatcherOptions = definedExternally): HTMLElement
Link copied to clipboard
Link copied to clipboard
abstract fun queryAllByAltText(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByDisplayValue(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByLabelText(id: Matcher, options: SelectorMatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByPlaceholderText(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByRole(role: ByRoleMatcher, options: ByRoleOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByTestId(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByText(id: Matcher, options: SelectorMatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByTitle(id: Matcher, options: MatcherOptions = definedExternally): ReadonlyArray<HTMLElement>
Link copied to clipboard
Link copied to clipboard
abstract fun queryByDisplayValue(id: Matcher, options: MatcherOptions = definedExternally): HTMLElement?
Link copied to clipboard
abstract fun queryByLabelText(id: Matcher, options: SelectorMatcherOptions = definedExternally): HTMLElement?
Link copied to clipboard
abstract fun queryByPlaceholderText(id: Matcher, options: MatcherOptions = definedExternally): HTMLElement?
Link copied to clipboard
abstract fun queryByRole(role: ByRoleMatcher, options: ByRoleOptions = definedExternally): HTMLElement?
Link copied to clipboard
Link copied to clipboard
abstract fun queryByText(id: Matcher, options: SelectorMatcherOptions = definedExternally): HTMLElement?
Link copied to clipboard