Skip to content
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

[WIP] FixedFocusNavigator #446

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[WIP] FixedFocusNavigator #446

wants to merge 1 commit into from

Conversation

drothlis
Copy link
Contributor

@drothlis drothlis commented Jul 19, 2017

TODO:

  • Specify the property_name in the constructor, not in navigate_to.
  • Default it to .text or .selection.text
  • Allow specifying a general "key" function, not just property
    names? What to call it that isn't "key"? (Can be confused with
    button names).
  • Allow specifying a general comparator function? Is this necessary
    for menus with pictures instead of text?
  • Use press_and_wait.
    • Specify region for press_and_wait somehow?
  • Tests.

@wmanley wmanley changed the title [WIP] navigator [WIP] FixedFocusNavigator Jul 19, 2017
TODO:

- [ ] Specify the property_name in the constructor, not in navigate_to.
- [ ] Default it to `.text` or `.selection.text`
- [ ] Allow specifying a general "key" function, not just property
      names? What to call it that isn't "key"? (Can be confused with
      button names).
- [ ] Allow specifying a general comparator function? Is this necessary
      for menus with pictures instead of text?
- [ ] Use wait_for_transition.
- [ ] Tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant