How to make dynamic selector while scrapping data from web pages?

Scenario where user can enter things to scrap the result from amazon.com.

  1. search for “Amazon Nike shoes”
  2. search for “Amazon Puma shoes for womens”

I want single selector work for both cases.

hi @sandipauti,

Trying using the dynamic selector concept, but a selector can talk only one value but using a assign and assigning the variable with different text with the selector u can achieve it, i guess it would work

@harsha8687 - Thank you very much for quick replay