Jump to content
UBot Underground

detecting on screen changes caused by javascript


Recommended Posts

I'm trying to create yahoo mail registration bot and have come across a problem. The check to see if your desired name is available or not is all done in javascript. How would you go about detecting this in ubot? When clicking the 'check' button the the source doesn't change, so scraping it seems useless.

 

Thanks for any help.

Link to post
Share on other sites

No idea, I just know what I have found in last couple weeks going through the forum. I think ubot reads the rendered source code after the javascript has executed. For instance if a page uses document.write() you will be able to scrape the text written as onpage content.

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