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).
I don't know why I am receiving this error, Can't find anything on this error, can someone help me out?
@ptt-bds Could you provide more details please. Which sites is the problem with and what action? Perhaps you could attach a test project so I can replicate your problem?
@Q_Q thanks bro
@rekaa0251 You can set "Max browser start simultaneously" to a big value(bigger than a thread number) and a rest 2 options in 0.
0_1528971202401_DisableStartup.png
@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)