how to make sure the content contain the words by logic?

work4seo

Новичок
Регистрация
10.06.2012
Сообщения
27
Благодарностей
0
Баллы
0
Order for the quickly speed,I used "HTTP GET request" to get page source

And now, i want to make sure the source contains the text of "click here to see"

i know zp have the function in "Tabs"--"Data"--"Text"--"Result",but i didn't use the "web browser" to open the url,i used the "http get request" instead of it

How to use logical operators to ensure that the content contains the specified text?

this url's page source contains the text "click to see price"
http://www.amazon.com/Best-Sellers-Musical-Instruments-Instrument-Accessories/zgbs/musical-instruments/11965871/ref=zg_bs_nav_MI_1_MI#4

my template:
http://www.mediafire.com/?am27xd1e6dqurax

Another question: Why i cann't post the attachments
 

drvosjeca

Client
Регистрация
26.10.2011
Сообщения
512
Благодарностей
455
Баллы
63
you just need to use regex like: clikc here to see.*

you put result into variable

and then in next step you use if statement and put it like this: '{-yourVariable-}'!=''
This will check if empty or not. So if text is there, it will be positive exit, if not (else) it will be negative exit.

everything is quite the same as regular onsite text presence check
 
  • Спасибо
Реакции: work4seo

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Hello!

Some weird thing by my side.
Do you see the same as me?
Get request doesn't finish at all and Next step is always not ready?

 
  • Спасибо
Реакции: work4seo

work4seo

Новичок
Регистрация
10.06.2012
Сообщения
27
Благодарностей
0
Баллы
0
work well by my side
 

work4seo

Новичок
Регистрация
10.06.2012
Сообщения
27
Благодарностей
0
Баллы
0
thank you very much,very clever approach
:az:
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Restarted my PC after a week of working)

Here you go
 

Вложения

  • Спасибо
Реакции: work4seo

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)