Example
Do you have any example of Flaui being used in Python for eventual testing? Or any documentation on how to use it?
Hi @digaumlv
There is currently no Getting Started page in this form.
However, we have some subpages like XPath functioning see --> https://gdatasoftwareag.github.io/robotframework-flaui/xpath.html
The documentation of all keywords for the Robotframework usage can be found here --> https://gdatasoftwareag.github.io/robotframework-flaui/
Active examples could be taken from the atests folder which shows the use of the keywords in detail.
https://github.com/GDATASoftwareAG/robotframework-flaui/tree/main/atests
The installation is carried out via --> pip install --upgrade robotframework-flaui
And the tests can then be called with the keen.bat test or individually via the robot command.
If this information is not sufficient, a How to use it might be very useful. which summarizes all the information.
Are you missing further information?