Nembie: automatically click 'login' on loading a page?

Hi All,

Chrome autofillls my username and password to login to a Moodle site - but I have to click the LOGIN button (or pres enter) every time.

I successfully created a macro that can click it for me (JSON below) - but how do I make the macro run every time I load that site so I can login without having to do anything?

Thanks

– John

JSON:

{
“Name”: “MoodleLoginPressEnter”,
“CreationDate”: “2020-1-27”,
“Commands”: [
{
“Command”: “click”,
“Target”: “name=submit”,
“Value”: “”
}
]
}

Hi

You need to fill form via macro after click submit.

how do I make the macro run every time I load that site so I can login without having to do anything?

Running a macro on loading a specific website can not be done. But you could store a link to this macro as bookmark. Then you can run the macro without opening UI Vision! See here:

Thanks Ulrich! That sounds useful - but it is still two click/keyboard strokes…