-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add possibility to automatically execute script #346
Comments
Hi, to be honest i find this behavior quite confusing. What kind of script
do you have, so that you want to start it automatically during navigation?
whng3 <[email protected]> schrieb am So., 4. Okt. 2020, 08:28:
… Hello,
Please correct me if I am wrong or if this is a duplicate.
There are two steps involved when executing the script: 1) Selecting the
script on the left hand side and then 2) clicking on EXECUTE.
Could you add the possibility to execute scripts when the page is opened?
That is, that script runs without clicking on the EXECUTE button. (Clicking
on the EXECUTE button would run the script again.)
You could add a new property in the script JSON config like
"automatic_start" whose default value is false.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#346>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJXPJL44OCLAHDBOBZQJ63SJAIZLANCNFSM4SDQDCMA>
.
|
It's just a simple status script to check whether a specific server is alive and healthy. |
closing in favor of #218 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Please correct me if I am wrong or if this is a duplicate.
There are two steps involved when executing the script: 1) Selecting the script on the left hand side and then 2) clicking on EXECUTE.
Could you add the possibility to execute scripts when the page is opened? That is, that script runs without clicking on the EXECUTE button. (Clicking on the EXECUTE button would run the script again.)
You could add a new property in the script JSON config like "automatic_start" whose default value is false.
The text was updated successfully, but these errors were encountered: