NAME
Kernel::Test::Role::Selenium::Agent::HandlesSearchResults – role to interact with search results in Selenium tests.
InputSearch()
open search results and fire a new search using the search input filed with the given search query
$Self->InputSearch(
SearchQuery => 'SearchTerm',
);
InputSearch()
click on the specified row index (default 1) and wait for the BODV loads
$Self->InputSearch(
RowIndex => 123, # optional, default 1
SkipWaiting => 1, # optional, do not fait for test flag
);