Search the Community
Showing results for tags 'in new browser'.
-
ok so i have been working on a youtube bot and im using multiple tabs, i have found that when i open a new tab it seems it opens it incognito, i am trying to perform multiple tasks at once in different tabs while staying logged into youtube but it makes me log in everytime. is there a way to stay logged in on all tabs? Also i find it does the same thing if im using threads (in new window). Perhaps it has something to do with the cookies?
-
How can we stop the closing of any IN NEW BROWSER/IN SHARED BROWSER consoles ? For instance, i got a couple of browsers opening independently, to surf certain sites but they al close as soon as nothing happens ? I then added a wait command to see what it would do and it waited the time entered alright but vanished right after the time expired ? How can i make them to stay opened all the time (or until i say to close it, or end it) Can we do this ? Thanks EDITED: Just tried this: wait($true) at the end of my code. It didn't work. set(#forever, $true, "Global") wait(#for
-
Hello I'm writing to you guys for some advices since I can't figure out by myself So I have 10 facebook accounts -I want to login i those 10 accounts in separate window - So in new browser 10 times I log in the accouns -Now I will set a variable for each account -Then an if statement ( if variable = X then do the work in this window) - I dont understand how I can do this step ( if variable = X then do the work in this window) I want the windows always remain active and being able to do some work in each window depending the if statement with the variables Hoping for some help Thank you