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

Missing select action for AccessibleTable #57

Open
1 task
gaozhao1989 opened this issue Jul 13, 2022 · 2 comments
Open
1 task

Missing select action for AccessibleTable #57

gaozhao1989 opened this issue Jul 13, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@gaozhao1989
Copy link
Owner

gaozhao1989 commented Jul 13, 2022

Missed action for call JAB API select for AccessibleTable

  • use Pyjab function _add_accessible_selection_from_context
@gaozhao1989 gaozhao1989 added the bug Something isn't working label Jul 13, 2022
@gaozhao1989 gaozhao1989 self-assigned this Jul 13, 2022
@HuyNguyen7994
Copy link

Is this action to grab elements from Select Cells? Current implementation seems to grab elements from Cells, which cannot be interacted with in my case.
MicrosoftTeams-image

@gaozhao1989
Copy link
Owner Author

Nope, this action is for add cell as selected.
You can try with below JAB APIs:

jobject GetAccessibleSelectionFromContext(long vmID, AccessibleSelection as, int i);

BOOL getAccessibleTableRowSelections(long vmID, AccessibleTable table, jint count, jint *selections);

BOOL getAccessibleTableColumnSelections(long vmID, AccessibleTable table, jint count, jint *selections);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants