I am wanting to move an application from excel VBA to Google Apps Script and I need to be able to open a webpage and click on a button from that webpage. I have seen similar posts but clicking on the button was based on screen location. I want to be able to click on a button regardless of screen location.
Asked
Active
Viewed 173 times
-1
-
Related https://stackoverflow.com/q/10744760/1595451 – Rubén Jan 07 '22 at 16:05
1 Answers
1
Impossible with apps-script to click a button on another page. You need a client-side program for that.

Zig Mandel
- 19,571
- 5
- 26
- 36