BoundFunctions

external interface BoundFunctions(source)

Inheritors

Functions

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