Jump to content
UBot Underground

bizarre issues trying to click on links


Recommended Posts

within hotmail trying to click on links sometimes happens and sometimes doesn't - more often not doing it. I have never had this problem before.

 

I have tried focus and hover to no avail.

 

define option set hotmail no spam folder rule {

focus(<id="c_meun">)

if($exists($element offset(<id="c_meun">, 1))) {

then {

focus($element offset(<id="c_meun">, 1))

mouse over($element offset(<id="c_meun">, 1), "No")

wait($rand(3, 10))

focus(<id="c_hoptions">)

mouse over(<id="c_hoptions">, "No")

click($element offset(<id="c_hoptions">, 0), "Left Click", "No")

wait(3)

}

else {

}

}

}

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...