Jump to content
UBot Underground

Saving browser instances?


Recommended Posts

I'm taking UBot a different direction than most.

 

What I need UBot to do is:

  1. Go to a link, save the session of the browser
  2. Parse the instructions
  3. Execute instructions
  4. Go back to the link in step 1, and click a button.

I have built up a server back end to assign tasks to UBot and to verify that UBot has completed those tasks. If I were to revisit the link in step 1, a different set of tasks will be assigned.

 

How do I ensure browser persistence?

Link to post
Share on other sites

What you are saying is very doable. You can use the search page to make sure text is on page, use exists to check for image availability are simple examples to check the website.

Link to post
Share on other sites

That's not my question at all.

 

Let me clarify.

 

I basically need UBot to open two browsers.

 

One browser has the instructions for UBot to process

The other browser is the 'working' browser.

 

How do I get UBot to switch between browsers?

The first browser cannot be reloaded while UBot works on the second browser.

Link to post
Share on other sites

Took a small mindset change to understand how it all works.

 

Launching new browsers from within browser functions opens the new tab(s) with persistence. So when those browsers close, UBot reuturns to the 'parent'

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