-
Notifications
You must be signed in to change notification settings - Fork 54
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
Chrome://accessibility resets upon re-instancing chrome #95
Comments
You should be able start the browser with See: https://www.chromium.org/developers/design-documents/accessibility |
In my usage, rather than attaching to the Chrome application after executing it with |
I have just pushed some changes to the |
Updated documentation is here ... https://github.com/mmarquee/ui-automation/blob/master/docs/chrome.md |
I noticed that whenever Chrome re-instantiates, the Chrome://accessbility page resets. This severely limits the interaction between the framework and Chrome, my current workaround is to use another browser such as Firefox.
Use case : Web application testing
Is there a suggested way of enabling this access permission in Chrome within the framework?
The text was updated successfully, but these errors were encountered: