-
Notifications
You must be signed in to change notification settings - Fork 8
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
Testing of change location functionality #42
Comments
(Working with v0.0.9) I think there is only working with selectors where you can, then choosing click coordinates based on it. Here's what I got right now: Opening the directory dropdown for choosing the directory, then selecting the first location item there
To then select the first in the list of listed files, I have this code:
|
Something like this would be great: If the location menu items had IDs, we could use these selection (rather than absolute coordinates): |
Thanks for this very nice idea, I will look into this and see, if I get it working. |
It turned out, that the change location (or change directory) functionality implemented is hard to test.
Therefore a rework is needed.
Points which turned out problematic:
The text was updated successfully, but these errors were encountered: