cancel
Showing results for 
Search instead for 
Did you mean: 

Chrome Browser "--force-renderer-accessibility"

DerekTeague
Level 4
Can anyone advise if it is necessary or beneficial to launch Chrome with "--force-renderer-accessibility" appended to the URL at time of launch via BP object navigate stage in BP v6.6
Thanks

------------------------------
Derek
------------------------------
1 REPLY 1

ArunK_J
Level 4

If the browser/HTML spy mode is serving your purpose, the mentioned command won't be necessary.
When the command '--force-renderer-accessibility' is appended to a URL, it turns on most (if not all) of the Accessibility Modes in the tab where the concerned URL is opened. It also enables UIA mode to spy on the browser elements.
When you are using the command, append it at the below mentioned areas:
1. App modeler where we mention the URL
2. In any data item which you may use to store the URL to be opened.

Please find the link below for more details on --force-renderer-accessibility:

https://www.chromium.org/developers/design-documents/accessibility/



------------------------------
Arun K J
------------------------------