Login with email and password ?

hsurB

Well-known member
You mean logging on any website? You would either use ui interaction paste(before pasting you need to usr ui click to select the field on website) - with custom text (email and password) or ui interaction - click (depending on website I feel like pasting might not work in some cases and sometimes even ui click won't work).
To setp ui interactions with set of clicks its decent idea to enable developers settings in your phone to enable pointer location. It allows to see x and y coordinates of each click on screen to write it down and use in macrodroid later
 
Hi.

It's at a specific site from where I want to download some information.

I've already opened the site and clicked at the right field but doesn't know how to pass my email and password.

May you help me?

Thanks for your attention.
 

hsurB

Well-known member
Try ui interaction - clear selection
Wait before next action - 50ms
Ui interaction - paste - custom text - your email
(2 first lines might not be needed)

And let us know if it worked
 
Hi.

I am able to make LOGIN using EMAIL and PASSWORD stored at Chrome. Clicking at the username Chrome shows an snack bar with my credentials an I asked MD to click at LOGIN text.

All subsequent steps are going well but now I have to loop by 12 months in order to download a entire year of data.

May someone sugest how to do this ? Action block ?

Thanks a lot.
 

hsurB

Well-known member
Hi.

I am able to make LOGIN using EMAIL and PASSWORD stored at Chrome. Clicking at the username Chrome shows an snack bar with my credentials an I asked MD to click at LOGIN text.

All subsequent steps are going well but now I have to loop by 12 months in order to download a entire year of data.

May someone sugest how to do this ? Action block ?

Thanks a lot.

There is that action called repeat action where you can create a loop and it will keep doing whatever is inside.
It requires testing first before you go to do it all.
I'd also recommend using high wait before next actions timeouts between each action to make sure it won't break randomly somewhere
 
Last edited:
Top