Crome DOM interface sample?

Just starting out? Need help? Post your questions and find answers here.
ehbarba
New User
New User
Posts: 6
Joined: Fri Dec 11, 2015 9:50 pm

Crome DOM interface sample?

Post by ehbarba »

Can anybody help me with some Crome DOM interface sample?
ehbarba
New User
New User
Posts: 6
Joined: Fri Dec 11, 2015 9:50 pm

Re: Crome DOM interface sample?

Post 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?
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Crome DOM interface sample?

Post 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
Post Reply