I'm using the Sikuli Library with Robot Framework to run tests for a local windows application. Most solutions online are selenium based but I believe that only to work for web applications.
Entering text has been fine for the empty fields when there isn't a default value concerned.
Currently, I'm dealing with a field that contains a default value of 5000 but I need to change it to 10.
Text Field:
So far I've tried things such as:
- Double-clicking the field first to highlight then type over (Input Text single clicks and removes highlight anyway)
- Single-Clicking as Input text single clicks itself (Does not happen fast enough to simulate a double click)
