Few questions

  • Автор темы Автор темы anique12
  • Дата начала Дата начала

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)
 
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
 
5) How do i add things to variables which were filled by intellisearch
 
1) I think we should use {-Page.FullDomain-} as search criteria
2) Right click - Optional
3)
b697a18e3553636835380fe708bd97bd.png

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
d4cfc1e5a6d423086678fc02fcf21312.png
 
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?
 
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
 
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
 
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 )
 
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)
 
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
 

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