Jump to content
UBot Underground

AOL Signup Bot


Recommended Posts

I am trying to make my second bot. Hotmail was easy but with AOL I can not grab the month element to drag into script. How would I set focus on this and just grab a random month.

 

Thanks

Link to post
Share on other sites

Hi there,

 

This will select march for the month.  Should get you pointed in the right direction:

 

click($element offset(<id="arrowImg">, 0), "Left Click", "No")
wait for element(<rel=01>, "", "Appear")
click(<rel=03>, "Left Click", "No")
focus(<name="\{actionForm.dobDay\}">)

 

HTH,

Justin

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