RenderResult
Functions
Link copied to clipboard
abstract suspend fun findAllByAltText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByAltTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByDisplayValue(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByDisplayValueAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByLabelText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByLabelTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByPlaceholderText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByPlaceholderTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByRole(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByRoleAsync(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByTestId(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByTestIdAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByTitle(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByTitleAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findByAltText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByAltTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByDisplayValue(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByDisplayValueAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByLabelText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByLabelTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByPlaceholderText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByPlaceholderTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByRole(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByRoleAsync(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByTestId(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByTestIdAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByTitle(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByTitleAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getAllByLabelText(id: Matcher, options: SelectorMatcherOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun getAllByPlaceholderText(id: Matcher, options: MatcherOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun queryAllByDisplayValue(id: Matcher, options: MatcherOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByLabelText(id: Matcher, options: SelectorMatcherOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByPlaceholderText(id: Matcher, options: MatcherOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun queryAllByRole(role: ByRoleMatcher, options: ByRoleOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
Link copied to clipboard
abstract fun queryAllByText(id: Matcher, options: SelectorMatcherOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard