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

stdAcc initAccTree() #27

Closed
sancarn opened this issue Mar 26, 2021 · 1 comment
Closed

stdAcc initAccTree() #27

sancarn opened this issue Mar 26, 2021 · 1 comment
Labels
enhancement New feature or request lib-stdAcc

Comments

@sancarn
Copy link
Owner

sancarn commented Mar 26, 2021

It seems IE has some issues with creating the Accessibility tree of applications first time. In order to create the Accessibility tree we first need to access path 4.5.4.1.1:

Sub initAccTree()
  'When accessing the accessibility model of IE it only fully generates Acc after first read. This can cause
  'Other parts of the acc tree, which werent initially visible to be visible again. 
  'typically this can be rectified by accessing 4.5.4.1.1 
  On Error Resume Next
  Call me.FromPath("4.5.4.1.1")
End Sub
@sancarn sancarn added lib-stdAcc enhancement New feature or request labels Aug 30, 2022
@sancarn
Copy link
Owner Author

sancarn commented Jun 3, 2024

With deprecation of IE, I'm going to close this, as I don't believe it should be required in Edge/Chrome.

@sancarn sancarn closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lib-stdAcc
Projects
None yet
Development

No branches or pull requests

1 participant