Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello everyone, I hope you are well. I made a small program, it does 3 processes and I run "Manual browser control". I want to hide the browser while doing 3 actions. I don't want those running the program to see 3 processes. How can I solve this?
There is such option in premium version, so buy premium and activate hide browsers.
Unfortunately there is no show feature.
@yasin424 you buy a premium subscription bas?
@yasin424
When you pay for premium, you can choose to hide browsers. That option is available when you COMPILE script, so end user wont see browsers.
@dimehook Check if the server goes to sleep when you disconnect from it. https://stackoverflow.com/questions/70794205/prevent-aws-ec2-instance-from-going-to-sleep-when-closing-terminal-window
Problem solved Stripe not support ipv6, so BAS don't load js library
Well, it's pretty weird, because today I run a dozen time my script and it worked everytime.
@peellpeell
if you know what time is it, why dont set a timer?
run 2 threads, one for waiting 14 minutes (or whatever), second doing your job.
tell first one to set variable to false or true when 14minutes passed, and when that variable is false/true dont load any page in other thread
(PS u might want to use global variables)