Simulate input/Mouse: Difference between revisions

PicoLisp: Update to https://7fach.de/app/
(PicoLisp: Update to https://7fach.de/app/)
Line 277:
buttons. In that way one application can control another application.
 
The documented [httphttps://software-lab.de/doc/app.html#minApp demo application],
which is also available online at [httphttps://7fach.de/8080app/ app.7fach.de], is used
in the following example. Mouse input is simulated with the functions 'click'
(click on a HTML link) and 'press' (press a submit button).
<lang PicoLisp>(load "@lib/http.l" "@lib/scrape.l")
 
# Connect to the demo app at httphttps://7fach.de/8080app/
(scrape "7fach.de" 80 "8080app")
 
# Log in