Jump to content
UBot Underground

Recommended Posts

Hi, I need to have my shared browser constantly open. I can't use wait or pause script, because bot will still run in the main window.

Also, i can't switch browser, I mean -  i can't scrape in main borwser and then navigate in shared, because scraped links won't open there properly.

Maybe I can use thread command? But will it share cookies? If not "list.com" will not count my actions on scraped sites.

 

 

set

set

navigate to : google.pl

in shared browser:

-------------------------------------------------

navigate to : list.com

login

scrape1

scrape2

-------------------------------------------------

end of shared browser - but it should stay opened 

 

navigate to scape 1

click

click

wait 50 sec

navigate to scrape 2

click 

click

wait 40 sec

Link to post
Share on other sites

Hello

 

You can open the shared browser in a thread and add at the end of your commands a "loop while variable = true" + wait(x)

 

In your main browser when you set this variable to false , the loop command in shared browser will terminate.

 

Hope it will help

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