I have set up US visa alert as per the default instruction, and to my understanding it will notify me whenever a date will turn up bold and highlighted in the visible two months. I have a few queries:
- How do I edit the macro to include upcoming 2 months (on the next page) as well? (So, total 4 months in surveillance). The final macro :
- Final Step:
[
"cond",
[
[
"or",
[
"and",
[
"element_exists",
[
"selector",
{
"meta": {},
"type": "css",
"value": "#consulate_date_time[style*=block] [type=text]"
}
],
{
"frame": 0
}
]
]
],
[
"click",
[
"selector",
{
"meta": {},
"type": "css",
"value": "[type='text']"
}
],
{
"x": 0,
"y": 0
},
{
"delay": 0,
"frame": 0,
"button": "left",
"timeout": 30,
"clickCount": 1
}
]
]
]
],
"version": 2
}
]
}
- I understand that this process will run in cloud and notify me (email, sms, or push) whenever a date pops up, I read the instruction of keeping the login calender open, and quickly responding by picking the date. But did not quite understand how to set it up, so when a date is in sight, will a webpage automatically open in my local device ? I do have no problem in keeping a page open in a laptop, and attend it whenever I get a notification. (Instead of using cloud?)