How can I use Type Into when search field retains the previous search string?

I am brand new to UiPath and to this forum. I am using For Each Row in Data Table to do multiple searches on a web page (for example, Amazon.com). Type Into finds the search field and executes the first search string, but the web page retains the search string in the search field so the Type Into never finds the search field for the second search. How can I make this work? Thanks.

Hi @bgode,

Welcome! That shouldn’t be a problem. There is something wrong with the selector. Make sure to delete all references to the old text in your selector and use the strict selector option for more clarity.

If possible, share the selector with us to check it.

Juan P.

Thanks Juan for the quick response. I discovered anchors and my selector is working now. Thanks again.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.