Jump to content
UBot Underground

Recommended Posts

So I have been using ubot for some time, and I still have no idea what DOM ready does. This is an option in the 'wait for browser event' command. It seems that every time I forget to change this to 'wait for everything to load' and I switch to code view I get a code error, and ubot will not let me switch back to node view until I change this to 'wait for everything to load'.

 

Can anyone tell me what this does. Would really be nice if the script reference were kept up to date.

Link to post
Share on other sites

Hey Josh,

 

Straight from eddies post here:

http://www.ubotstudi...-browser-event/

 

DOM Ready will happen when the page is ready for javascript to be executed on it, and can happen before any images or other things are loaded.

 

Page Loaded means that the page has finished loading according to the browser.

 

Everything Loaded was planned to be something you could use to make sure all iframes and other things on the page were loaded, but right now it is the same as Page Loaded.

 

Hope that helps http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif

 

A quick search using my bot I gave away here:

http://www.ubotstudi...ing-ubot-forum/

 

Pulled the above post right up :)

 

HTH,

Justin

Link to post
Share on other sites

Thanks! and thanks for the bot. I searched the forums for that answer quite a bit. I think the search function in the forums could use a bit of improvements as well as the script reference. Thanks!

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