Parsing website to find a matching product

Hi everyone,

Is it possible to parse through a website with product listings to find and select a product that matches a given string? Please let me know how I may do this.

Thanks!

Hi @pjulakanti
yes buddy you can find text position activity and pass the string you want to match as input to this activity and that would give us a output with a variable of type UiElement and name as out_element
now pass this out_element to click activity as a input to property Element in click activity, no selectors to be selected…and this click activity would make a click on element been found in product listing
For more info on find text position

Cheers

1 Like

Thanks!

1 Like