Parsing text problem (and others things)

Stephane

Client
Регистрация
29.07.2012
Сообщения
5
Благодарностей
0
Баллы
0
Hi all,

This topic because I need help on a template I work on since few days...

I bought some bulk PVA Gmail accounts and I am looking to test them taking in consideration 3 states:

- I can log into this account
- The account is asking for a phone number (which I own)
- The account is dead (I set a new password and I don't remember - I test many other method instead ZP)

Here is a screenshot:

Capture-zenno.PNG

My problem is when I try to parse "COMPOSE" to know if I am able to compose an email so the account is ok, I don't know how to handle with "If" actions. Actually, the "Logical if" contain '{-Variable.Etat-}'='' (Etat = state).

In fact, I'm not sure about my reasoning/way to do what I am looking for.

Any idea?

Regards,
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Each action where you make a parsing of DOM or page's source code (marked HTML on your screenshot) as a result have variables with content or empty ones. After each this action you put IF action where you check if something is found or not.

"{-Variable.Variable0-}"!=""
If true - use green exit = something is found
If false - use red exit = variable is empty
 

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