hi i need hel for this script for my bot

alesiox94

New Member
VIP
Joined
Jul 21, 2019
Messages
7
Reaction score
0
Achievement
hi i need help i followed the guide for macros but i have problems with theese sites: http://www.ebesucher.com/surfbar/alesiox94 have problem when i have to click the button Discover, i tried through by clickbyid but nothing, and seems not having class or other usefull information. the other is https://easyseotraffic.com/sign-in.php i have problem on make script for input login details because i have 2 kind of data to input and dont find tipe textEasyseotraffic.com - Get more traffichttps://easyseotraffic.com
 

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
please try this.
Code:
await WaitForLoading();
ClickById("surf_now_button");

Code:
await WaitForLoading();
ClickById("inputEmail");
await Delay(2000);
await typing("[email protected]");
ClickById("inputPassword");
await Delay(2000);
await Typing("password\r\n");
 

alesiox94

New Member
VIP
Joined
Jul 21, 2019
Messages
7
Reaction score
0
Achievement
daniel post_id=2283 time=1563775493 user_id=2 said:
please try this.
Code:
await WaitForLoading();
ClickById("surf_now_button");

Code:
await WaitForLoading();
ClickById("inputEmail");
await Delay(2000);
await typing("[email protected]");
ClickById("inputPassword");
await Delay(2000);
await Typing("password\r\n");
hi i tried but none of them are working expecially the click button
 

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
Hi, did you test on the Macro Editor ?
 

alesiox94

New Member
VIP
Joined
Jul 21, 2019
Messages
7
Reaction score
0
Achievement
daniel post_id=2287 time=1563857173 user_id=2 said:
Hi, did you test on the Macro Editor ?
Yes i tested with i macro editor, is it working for you?
 

fastsnail78

New Member
Joined
May 17, 2019
Messages
34
Reaction score
0
await WaitForLoading();
ClickById("inputEmail");
await Delay(2000);
await typing("[email protected]"); ===> await Typing("[email protected]");
ClickById("inputPassword");
await Delay(2000);
await Typing("password\r\n");


Daniel missed the capital letter 'T'
please try this for second one, I just checked it works fine.
 

fastsnail78

New Member
Joined
May 17, 2019
Messages
34
Reaction score
0
and the first script works fine, just checked it too on my 9hits viewer. any problems?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu