i have some values in CSV(single line, no headers, no column names, just single line of CSV). i want to pass those values one by one to a search form. after the first value, it will submit that value to a search from extract some data and then continue the same process with second value. what are the steps required to make this robot. first load page-extract CSV-enter text, or some other steps i will be happy if you can just let me know the steps. for example if i have values like
openkapow,robot,web clip, rest
i want the robot to first take "openkapow" submit it to google search form, extract data from the resulting page and then take second value "robot" and submit that to google search form and extract data from resulting page, and so on.
i will really appreciate if someone can help me with this.