Jump to content
UBot Underground

how do i click the refister button


Recommended Posts

this is the url of a file  share site "http://www.filesnack.com/#login" when you click on tthe signe up by email link the register button is covered by a survey form

 

loop(1) {
    set user agent("Internet Explorer 6")
    navigate("http://www.filesnack.com/#login", "Wait")
    wait for element($element offset(<login link>, 2), "", "Appear")
    click($element offset(<login link>, 2), "Left Click", "No")
    wait for element(<id="UAsignuptab">, "", "Appear")
    click(<id="UAsignuptab">, "Left Click", "No")
    stop script
}
 

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...