Which of the following Element types is it Possible to read an image from?
1. Win32
2. Active Accessbility
3. HTML
4. Java
A) 1 Only
B) 2 Only
C) All the above
D) None Of the Above
I wouldn't guess. Reading an image of an element isn't a single step procedure - you need find the bounds (coords and dimensions)of the element and then use that data to dynamically position a region, then read the screen image.