OK....
I am not sure if I did this corretly
It goes like this:
Amazon (large pic).ifs stopped working
As MercurieVV suggested I replaced this line (line # 103)
Code: Select all
if (FindLine('Below are results for',AmazonPage,1) <> -1) OR (FindLine('All results',AmazonPage,1) <> -1) OR (FindLine('Most popular results for',AmazonPage,1) <> -1) then
with this one
Code: Select all
if (FindLine('Below are results for',AmazonPageNOHTML,0) <> -1) OR (FindLine('All results',AmazonPageNOHTML,0) <> -1) OR (FindLine('Results for',AmazonPageNOHTML,0) <> -1) OR (FindLine('Most popular results for',AmazonPageNOHTML,0) <> -1) then
Now Im getting this error I wrote about, in this line
(I also tried removing NOHTML from it but no effect)
I start to think I did something wrong...
How should I understand this sentence:
I add a search condition 'Results for'.