Can anyone help me create macro?

rezpector23

New Member
Premium
Joined
Apr 23, 2019
Messages
10
Reaction score
0
Achievement
Hi, i've try the basic tutorial for create macro, but always failed.
So, here i am want you guys helping me for creating marcro for this shorten website " https://*oploverzhome*com/SOHv "

Thank you.
 

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
Please try this
Code:
await WaitForLoading();
await Delay(3000);
await ClickByXpath('//button[contains(text(), "get link")]');
await Delay(1000);
await WaitForLoading();
await Delay(3000);
while(await EvaluateScript('typeof timer !="undefined"')) await Delay(1000);
await ClickByClass("get-link");
await Delay(3000);
await ClickByClass("get-link");
 

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