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

Pass in accessibility tree with the prompt #4

Open
ishan0102 opened this issue Nov 9, 2023 · 1 comment
Open

Pass in accessibility tree with the prompt #4

ishan0102 opened this issue Nov 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ishan0102
Copy link
Owner

Chrome creates accessibility trees for webpages.

An accessibility tree is a tree of accessibility objects that assistive technology can query for attributes and properties and perform actions on.

This might defeat the purpose of using visual only information, but it may be beneficial to include this information with the prompt and somehow map the elements to their corresponding Vimium keybindings. Essentially, we want to create a great interface for the model to select objects (Vimium) while pruning for relevant context (accessibility tree).

@ishan0102 ishan0102 added the enhancement New feature or request label Nov 9, 2023
@benfield97
Copy link
Contributor

working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants