IAccessible problem in Google Chrome....
-
Hi All, We are developing one program that capturing items under mouse in different browsers. We are using IAccessible Interface and AccessibleObjectFromPoint to get the different elements of perticular item under mouse. Right now we are facing a problem with Google chrome. Its not giving any information of item under mouse, for example name,value,role ,etc... Is there any method available to do this in Google Chrome with or without IAccessible? Thanx in advance. Jay.
-
Hi All, We are developing one program that capturing items under mouse in different browsers. We are using IAccessible Interface and AccessibleObjectFromPoint to get the different elements of perticular item under mouse. Right now we are facing a problem with Google chrome. Its not giving any information of item under mouse, for example name,value,role ,etc... Is there any method available to do this in Google Chrome with or without IAccessible? Thanx in advance. Jay.
-
Hi Hans, Thanx for your reply. As in your given link documentation the code will work for Chrome version 1. But we want all the information for Chrome version 4,So program failed to find chrome browser running. To make chrome browser visible for XMSAALibTest exe,We had changed class name of chrome from "Chrome_XPFrame" to "Chrome_WindowImpl_0" in XMSAALibTest program. And the output is as below for "EnumAllBrowserObjects" button. XMSAALibTest v1.0 Found Google Chrome browser Object enumeration started NAMELESS[window - invisible] {Description: ?, Location: (-31997, -31473, -31947, -31453), Value: ?} NAMELESS[application - visible,focusable] {Description: ?, Location: (-31997, -31473, -31947, -31453), Value: ?} NAMELESS[editable text - visible,read only,focusable] {Description: ?, Location: (-31997, -31473, -31947, -31453), Value: ?} Object enumeration complete Writing XML to file MSAALib.xml So we cannot get all information like IE or Firefox in XMSAALibTest. Do we need to change more things in XMSAALibTest demo program to make XMSAALibTest exe workable for Google chrome version 4? -Jay
-
Hi Hans, Thanx for your reply. As in your given link documentation the code will work for Chrome version 1. But we want all the information for Chrome version 4,So program failed to find chrome browser running. To make chrome browser visible for XMSAALibTest exe,We had changed class name of chrome from "Chrome_XPFrame" to "Chrome_WindowImpl_0" in XMSAALibTest program. And the output is as below for "EnumAllBrowserObjects" button. XMSAALibTest v1.0 Found Google Chrome browser Object enumeration started NAMELESS[window - invisible] {Description: ?, Location: (-31997, -31473, -31947, -31453), Value: ?} NAMELESS[application - visible,focusable] {Description: ?, Location: (-31997, -31473, -31947, -31453), Value: ?} NAMELESS[editable text - visible,read only,focusable] {Description: ?, Location: (-31997, -31473, -31947, -31453), Value: ?} Object enumeration complete Writing XML to file MSAALib.xml So we cannot get all information like IE or Firefox in XMSAALibTest. Do we need to change more things in XMSAALibTest demo program to make XMSAALibTest exe workable for Google chrome version 4? -Jay
Have you tried the latest Chrome with any of the other tools I reference in the article?
Best wishes, Hans
-
Have you tried the latest Chrome with any of the other tools I reference in the article?
Best wishes, Hans
yes i tried with all tools and also used tools available from microsoft.
-
yes i tried with all tools and also used tools available from microsoft.
This sounds like something basic has changed with Chrome. I suggest looking at Usenet/google newsgroups for messages on "IAccessible + Chrome". Please let us know what you find out.
Best wishes, Hans