How to click a button on a web page

63 views
Skip to first unread message

A I

unread,
Nov 6, 2025, 5:32:50 AM (7 days ago) Nov 6
to Automate for Android
Hi all,

I want to do the following actions when the phone GPS is located in a range in specific coordinates?
  1. Open a specific web page
  2. Click on a button with my log in name
  3. At the next page, click in a box and fill in the PW
  4. scroll down the new page and click on a specific button (left button between two buttons).
Apart from the GPS activation, which is known to me, how can I do the other (numbered) actions? I've searched in the forum but, to be honest, I haven't understood how this can be done.

мJ Zкxy

unread,
Nov 6, 2025, 9:29:42 AM (7 days ago) Nov 6
to Automate for Android
1. App start block to start browser
2. Add some delay
3. Interact block to click address bar
4. Send character block to type username
5. Send key block to scroll page

Since it may different between device you could try that by step and you could've stil missed some step there.

Henrik "The Developer" Lindqvist

unread,
Nov 6, 2025, 10:58:22 AM (6 days ago) Nov 6
to Automate for Android
Using the Interact block with action "Set text", and then "Scroll", is preferable to using the Key send blocks.

A I

unread,
Nov 7, 2025, 9:36:44 AM (6 days ago) Nov 7
to Automate for Android
To be honest it's not so clear to me what must be done. The Web page that i want to log in is the Microchip. How can I click in the first and the second box, type the username and PW and afterwards press the "log in" button?
I tried with the "Interact" block but I can't understand how to configure it. I've opened this web page with the "App start" block and in the next step I tried to use the Interact block. But I don't know how to configure all the "Input arguments".

Henrik "The Developer" Lindqvist

unread,
Nov 7, 2025, 11:38:56 AM (5 days ago) Nov 7
to Automate for Android
There's no official way to do it, it depends on the app/site, so you have to try and see what works. Try:
  1. Using the Content view or App start block to open the website
  2. A Delay so the browser and website has fully loaded
  3. Maybe an Interact block with action Next HTML element to focus the "Email address" input field.
  4. Another Delay so the browser has to to update.
  5. Maybe an Interact block with action Set text and ArgX with your email address.
  6. Another Delay so the browser has to to update.
  7. Maybe an Interact block with action Next HTML element to focus the "Password" input field.
  8. Another Delay so the browser has to to update.
  9. Maybe an Interact block with action Set text and ArgX with your password.
  10. Another Delay so the browser has to to update.
  11. Maybe an Interact block with action Next HTML element to focus the "Sign in" button, maybe with ArgX as BUTTON 

мJ Zкxy

unread,
Nov 8, 2025, 2:37:03 PM (4 days ago) Nov 8
to Automate for Android
There should be record  interact button in your Automate if you can find it there.
Reply all
Reply to author
Forward
0 new messages