I am having list of ids in excel and from that list i am taking id and that id i need to search in e-commerce site search box but i am getting more products when i searched in that products searching product id is available how to find particular my id as shown in below image
@indra, Let’s say you have Id in one of the products’ aaname. From Get attribute output check the following aaname.Contains(Id).
Then use that item in click activity.