Search the Community
Showing results for tags '_IEGetObjByName'.
-
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 variable' which I can then use to access the 'browserx' and 'browsery' properties of an element. Question is how do I get an 'object variable' if there is no 'Name' or 'ID' to use with those commands? Not all elements on a page have 'Name' or 'ID' attributes associated with them. For example if
- 13 replies
-
- _iegetobjbyid
- _iegetobjbyname
-
(and 2 more)
Tagged with:
-
_IEGetObjById and _IEGetObjByName functions use variable of an InternetExplorer.Application, Window or Frame object as reference to find any dom element. Is it possible to use a dom element instead of InternetExplorer.Application, Window or Frame to find target dom element instead the dom element. This will help in finding elements using a parent child relationship where duplicate target dom elements exists on the HTML page. Other automation tools like WebDriver do have this feature. It would be great to have something like this in AutoIt. I love the way AutoIt works!!!!! Especially the IE U
- 4 replies
-
- _IE
- _IEGetObjById
- (and 4 more)