Mavnus04

Results 17 comments of Mavnus04

I got this error after ssh into a remote PC, then calling `psexec -s executable` for an executable that takes a long time (more than 10seconds) to run.

After spending several more hours on it and playing with the different `robotframework-flaui` keywords. It looks like just using the [Focus](https://gdatasoftwareag.github.io/robotframework-flaui/keywords/2.0.9.html#Focus) keyword on the top level menu item `File` will...

@noubar Thank you. Could you please update your page https://gdatasoftwareag.github.io/robotframework-flaui/ to reflect the proper python version? Also, I tried `python -m pip install --upgrade robotframework-flaui` and it updated me to...

I also have combo commands for `ALT+SHIFT+BACK` and `ALT+SHIFT+0` (The '0' key on the top of the alphanumeric keyboard.), but these don't work either.

@Nepitwin Any update? Or could you at least answer my other questions for now? Related... I don't understand the difference between the `t''` and `s''`, can you explain more with...

@Nepitwin One more question related to the documentation while we wait for your investigation: Can you clear up this statement? `If identifier set try to attach to given element if...

@Nepitwin I got the Keyboard branch my system and built. When I hit `Alt` on my keyboard, I get `System` While I hold `Alt`, and try to hit other keys,...

Forgot to mention, that when I try `ALT+SHIFT+SUBTRACT` or `ALT+SHIFT+ADD`, it still doesn't do what it is supposed to.

Tried putting `Shift` before `Alt` by manually pressing keys and the application responded properly. `Shift+Alt+-` & `Shift+Alt+=` However, when I put it in the code, it still does **NOT** work....