Is there a way to validate a page if the items in it is below $20?

@Marek_Melocik
So heres the scenario, There is a Dropdown wherein the user can set some specific Data Criteria
for example:

Upon clicking the Let’s Go, The page will be redirected to a certain page that consists of the Items that met the Search Criteria
for Example:

Is there a way to validate that the result page upon searching only consists of the items that has “N” Price

hi,

are you really validating page or some field?

Just the page

hello you,

Spy your pages (wanted element) and try

Hey,

If i got this right, i would suggest to make cases for every dropdown option.
Then you can use WebUi.getText() with some JS to verify if the items on the page fit the criteria.

1 Like