Howdy,
I would like to find the screen coordinates (x, y) of an element within an IE browser so that I may be able to automate 'scrolling' of the browser window to that particular coordinate.
I know I can use the '_IEGetObjByID' and '_IEGetObjByName' commands to return an 'object vari...