@hskinqru Could you elaborate more on the approach? This popup appears at any time during the tool's runtime, and I can't determine when it appears. I want to have a parallel checking function with the running tasks, is that possible?
How To Do Specific Task x% Of The Times?
-
Hello, What Logic Should I Use If I Want To Do The Specific Task Only x% Of The Time?
For Example:-
95% Of The Time It Should Open youtube.com
But 5% Of The Time It Should Open google.comI Am Confused How To Detect That Which Thread Will Be The 5%.
-
@elleevans Math.floor(Math.random() * 100) > 95