Würde gerne die Patienten Anmeldung in arzt-direkt per skript befüllen... das öffnen des Formulars funktioniert auch aber ich komm mit dem Befüllen nicht weiter ...
hab des hier versucht...
tell application "Safari"
activate
open location "https://app.arzt-direkt.de/hausarzt-hettstadt/form/video#person"
tell application "Safari" to activate
tell application "System Events"
key code {36, 48, 48, 48}
keystroke "$[patient_vorname]$"
key code 48
keystroke "$[patient_name]$"
key code 48
keystroke "$[patient_geb]$"
end tell
end tell
Ist das überhaupt realisierbar - programmtachnisch möglichg?