-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to select menu items #161
Comments
Honestly i am not sure why it closes. But as i understood from your explanation, it is caused either by FlaUILibrary.Element Should Be Visible or FlaUILibrary.Element Should Exist keyword. As i see you are using an old version of this library. If it possible could you update the library and let us know if it fixes the issue! |
After spending several more hours on it and playing with the different Since we are stuck at python 3.7, it looks like the highest I could go is to |
@Mavnus04 here you can see last official support removed with version 3.0.0 |
@noubar Could you please update your page https://gdatasoftwareag.github.io/robotframework-flaui/ to reflect the proper python version? Also, I tried I'll play around with version 2.1.3 and report back. |
Thank you for your hint |
I am experiencing a strange situation when I go to select a menu item in this application.
Using
robotframework-flaui version 2.0.9
python 3.7.9
Robot Framework 5.0
The menu item I am trying to select is only one sub menu down like this:
I have my xPath objects setup like this and I have confirmed them with FlaUInspect.exe:
If I do back to back calls without checking if the elements exist or visible, it works.
Example:
But most of the keywords that I have written around
robotframework-flaui
involve checking before interacting. And when this checking is done, the menuFile
closes before I can click on theExit
item.So, this fails on trying to click the exit button:
If I do a regular mouse click on
File
, the menu stays open indefinitely.Any idea why the menu might be closing before I can click on it?
Any suggestions of something else to try?
Thank you.
The text was updated successfully, but these errors were encountered: