Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto-enable accessible objects in Chrome
#1
The Chrome web browser supports accessible objects in web pages, but this is disabled by default. QM tries to auto-enable it on demand, but with some Chrome versions it fails (always or in some cases).

You can explicitly enable Chrome accessible objects: run chrome.exe with command line --force-renderer-accessibility. Before it make sure there are no hidden chrome.exe processes.
 
Code:
Copy      Help
run "chrome.exe" "--force-renderer-accessibility"

The alternative way (code deleted) no longer works. Use the above way.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)