HelpWizard Pages Linking Technologies7/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<strong>Linking Technologies: Interacting with a UI</strong> link=HelpWizard Pages Linking Technologies6/en|back Datei:arrowright.pn…“) |
Cg (Diskussion | Beiträge) |
||
Zeile 6: | Zeile 6: | ||
Any of the program language actions can be combined with any other action. That does of course include all actions for GUI control. |
Any of the program language actions can be combined with any other action. That does of course include all actions for GUI control. |
||
Using actions from our WebDriver library, the following sequence opens a web browser, enters a number into a search field, reads a value from another field, and then passes the data to a Python function, finally to be sent to C (which in your application might write the data to a device with a proprietary interface): |
|||
[[Datei:CombiningUIAndLanguages.png|250px]] |
[[Datei:CombiningUIAndLanguages.png|250px]] |
Aktuelle Version vom 18. März 2022, 08:30 Uhr
Linking Technologies: Interacting with a UI
Any of the program language actions can be combined with any other action. That does of course include all actions for GUI control.
Using actions from our WebDriver library, the following sequence opens a web browser, enters a number into a search field, reads a value from another field, and then passes the data to a Python function, finally to be sent to C (which in your application might write the data to a device with a proprietary interface):