HelpWizard Pages Linking Technologies7/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Die Seite wurde neu angelegt: „<strong>Linking Technologies: Interacting with a UI</strong> link=HelpWizard Pages Linking Technologies6/en|back Datei:arrowright.pn…“
 
Keine Bearbeitungszusammenfassung
 
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.


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:
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

back forward

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



Copyright © 2014-2024 eXept Software AG