Page 1 of 1

Crome DOM interface sample?

Posted: Wed Mar 16, 2016 9:29 pm
by ehbarba
Can anybody help me with some Crome DOM interface sample?

Re: Crome DOM interface sample?

Posted: Thu Oct 12, 2017 3:54 pm
by ehbarba
Hi guys

I'm restart working on my screen reader project for windows and I'm looking for a way to set that whenever a user run "chrome.exe", it indeed runs "chrome.exe --force-renderer-accessibility"

Could any body help me on this?

Re: Crome DOM interface sample?

Posted: Thu Oct 12, 2017 4:26 pm
by infratec
Hi,

move chrome.exe to chrome_.exe
Write a small program which calls chrome_.exe with your parameter.

Code: Select all

RunProgram()
Bernd