Sujet : Re: Anyone still use only use the Terminal?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.miscDate : 27. Apr 2025, 00:07:04
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vujouo$3cei9$6@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.162 (Pokrosvk)
On 26 Apr 2025 12:49:06 GMT, Stefan Ram wrote:
On Windows one also can access the screen programmatically with code
that goes somewhat like, "If there is a dialog of this class on the
screen, then press its [OK] button. Wait one second. Wait until a
Window with 'editor' in its title comes up. Then press [Ctrl]-[F]."
This idea has been tried with every GUI. Think of it as the worst of both
worlds: the complexity of learning how to write code combined with the
slowness and fragility of trying to automate something that was never
designed to be automated.