Few questions

anique12

Client
Регистрация
23.11.2011
Сообщения
76
Благодарностей
7
Баллы
8
1) I am making a Wiki template with MP. How do i handle email verfiication for different websites, In short how do i search a email from the site the template randomly registered on( By parsing title? Adding that title to Variable and then using variable to search for email? If yes then how)
2) How to make a step unnecessary if i am training a platform with 1000's of websites
3) How do i do 100's of recordings and save steps on one same template (When ever i start new recording a new tab is opened in editor)
 

anique12

Client
Регистрация
23.11.2011
Сообщения
76
Благодарностей
7
Баллы
8
4) How do i use keystroke emulation or mouse emulation on left side of editor when i have already recorded a template. And i want to emulate a field which was recorded in the recorded section of project maker
 

anique12

Client
Регистрация
23.11.2011
Сообщения
76
Благодарностей
7
Баллы
8
5) How do i add things to variables which were filled by intellisearch
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
1) I think we should use {-Page.FullDomain-} as search criteria
2) Right click - Optional
3)

4) For now you better use click emulation with search by picture function when recording template. Clicks with given coordinates may not work properly because of page rendering.
5) In what field
 

anique12

Client
Регистрация
23.11.2011
Сообщения
76
Благодарностей
7
Баллы
8
Thanks alot for the answers. For number 5 questions, If IS fills a filed with Login. I should copy Profile.Login and Add it to variable?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
Logins are generated automatically with every template run.
You don't need to generate, save or add them.
You can simly use {-Profile.Login-} anywhere in your template
 

anique12

Client
Регистрация
23.11.2011
Сообщения
76
Благодарностей
7
Баллы
8
Ok that means that appending the below thing will work to save registration details. They are like variables that exists in every run of template right?
{-Profile.Login-};{-Profile.Password-}


Btw thanks alot you are doing a great Job :D
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
Ok that means that appending the below thing will work to save registration details. They are like variables that exists in every run of template right?
{-Profile.Login-};{-Profile.Password-}
Correct )
 

anique12

Client
Регистрация
23.11.2011
Сообщения
76
Благодарностей
7
Баллы
8
Few More

1) If i have 5 steps, And want to randomly select anyone of them how can i do it
2) How do i do a email verification of a wiki template with 1000's of Wiki's (Searching For Email For Every New Domain is Important)
 

aratinlab

Client
Регистрация
11.06.2011
Сообщения
8
Благодарностей
0
Баллы
0
1) use random and logic
- use random to generate number between 1 and 5
- if random == 1 do step 1
- if random == 1 failed, link it to if random == 2 do step 2
- continue like that
 

rostonix

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

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