robotframework-flaui icon indicating copy to clipboard operation
robotframework-flaui copied to clipboard

Example

Open digaumlv opened this issue 1 year ago • 1 comments

Do you have any example of Flaui being used in Python for eventual testing? Or any documentation on how to use it?

digaumlv avatar Mar 06 '24 16:03 digaumlv

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?

Nepitwin avatar Mar 07 '24 07:03 Nepitwin