plz help with my script for google

macraix

New Member
Premium
Joined
Nov 29, 2019
Messages
2
Reaction score
1
Achievement
I don't know how I can improve it
1 in google mobile does not work
2 Google does not receive my complete hits

my script is
await WaitForLoading();
await Typing("word1 word2 word3\r\n", 50, 100);
await WaitForLoading();
page=1;
while(page <= 16)
{
myTargetXpath = GenerateXpath("a", "href", "%https://mywebsite/%");
foundLink = await GetAttribute(myTargetXpath, "href");
if(foundLink)
{
ClickByXpath(myTargetXpath);
hola = 1;
break;
}
else

{
ClickById("pnnext");
await WaitForLoading();
page = page+1;
}

}
await WaitForLoading();

while(hola = 1)
{

await Delay (Random(10000, 40000));
await ClickRandomInternalLink();
}
 

macraix

New Member
Premium
Joined
Nov 29, 2019
Messages
2
Reaction score
1
Achievement
THANKS A LOT
casually I was using your code for yahoo "with some editions"
I really was asking for it since it's very fast google and I might lose my job XD ..
 
  • Like
Reactions: serjojazz

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