Start imacros script to a specific Date and Time
Start imacros script to a specific Date and Time
Is it possible to create a specific date and time inside imacros?
imacros
I know that this can be done by scheduling in Windows to run the .bat file but
this is not helpful because it first launches Firefox and then runs the macro for that my current tab closed and this can take a few seconds.
Windows
.bat
Firefox
I want this to be integrated inside the imacro and running all the way until the specific date and time come and then continue the remaining script.
Can anybody write an example script to use it in imacros?
imacro
imacros
VERSION BUILD=8970419 RECORDER=FX
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 600
SET !VAR STARTTIME = "2018-09-02T02:30:00";
WAIT SECONDS=120
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:form1 ATTR=ID:cp_btnDalej
1 Answer
1
iMacros has the EVAL https://wiki.imacros.net/EVAL command which you can use to generate a date and time.
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.