pub struct BoundFunctions { /* private fields */ }
Implementations§
Source§impl BoundFunctions
impl BoundFunctions
pub fn find_by_alt_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn find_by_display_value<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn find_by_label_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn find_by_placeholder_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn find_by_role<M: Into<ByRoleMatcher>>( &self, matcher: M, options: ByRoleOptions, wait_for_options: WaitForOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn find_by_test_id<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn find_by_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn find_by_title<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn find_all_by_alt_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn find_all_by_display_value<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn find_all_by_label_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn find_all_by_placeholder_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn find_all_by_role<M: Into<ByRoleMatcher>>( &self, matcher: M, options: ByRoleOptions, wait_for_options: WaitForOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn find_all_by_test_id<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn find_all_by_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn find_all_by_title<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, wait_for_options: WaitForOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn get_by_alt_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn get_by_display_value<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn get_by_label_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn get_by_placeholder_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn get_by_role<M: Into<ByRoleMatcher>>( &self, matcher: M, options: ByRoleOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn get_by_test_id<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn get_by_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn get_by_title<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn get_all_by_alt_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn get_all_by_display_value<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn get_all_by_label_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn get_all_by_placeholder_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn get_all_by_role<M: Into<ByRoleMatcher>>( &self, matcher: M, options: ByRoleOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn get_all_by_test_id<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn get_all_by_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn get_all_by_title<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn query_by_alt_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn query_by_display_value<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn query_by_label_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn query_by_placeholder_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn query_by_role<M: Into<ByRoleMatcher>>( &self, matcher: M, options: ByRoleOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn query_by_test_id<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn query_by_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn query_by_title<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Option<HtmlElement>, QueryError>
pub fn query_all_by_alt_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn query_all_by_display_value<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn query_all_by_label_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn query_all_by_placeholder_text<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn query_all_by_role<M: Into<ByRoleMatcher>>( &self, matcher: M, options: ByRoleOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn query_all_by_test_id<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn query_all_by_text<M: Into<Matcher>>( &self, matcher: M, options: SelectorMatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
pub fn query_all_by_title<M: Into<Matcher>>( &self, matcher: M, options: MatcherOptions, ) -> Result<Vec<HtmlElement>, QueryError>
Auto Trait Implementations§
impl Freeze for BoundFunctions
impl RefUnwindSafe for BoundFunctions
impl !Send for BoundFunctions
impl !Sync for BoundFunctions
impl Unpin for BoundFunctions
impl UnwindSafe for BoundFunctions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more