Whenever i try to close tab it closes it but hangs while doing this action - popup with Execution Action: Close tab still appears i need to close it manually
It doesnt matter if im on tab 0 - main site or on tab which i want to close..
Here's a suggestion:
Mark the time when starting the thread.
Then during the script run, add a time check action and compare the time difference with your desired value.
-> Take appropriate action.
Hi,
Friends I need a small help if you can. My script stop a thread if it fail, How can I set the fail number to 100 so that it can restart again automatically.
I saw this video, but this feature is no more available. please help
I think you could use another thread with the browser to accomplish this. And saving the necessary data to a resource / global variable, then using this data in the new thread, whether with the browser or whatever needs to be done.