Poorman65
August 23rd, 2007, 09:24 PM
I am trying to automate access to a Web site that is displayed in Internet Explorer. I played around with the "win" library a little and I can find the browser instance handle. I have tried to enumerate through its children to find the buttons on the page but it I am not finding the buttons as children. I also don't see the buttons in the Window picker in Girder.
I am guessing that they are rendered without using the WIN32 buttons, but I am not sure.
Does anyone already have a way to automate finding and clicking buttons in Internet Explorer using Girder??? I can probably rig something up, but I would rather reuse than recreate.
An example of what I am trying to do is to find the "Next" button that is contained within a Web page and click it (or trigger it some other way.)
I am guessing that they are rendered without using the WIN32 buttons, but I am not sure.
Does anyone already have a way to automate finding and clicking buttons in Internet Explorer using Girder??? I can probably rig something up, but I would rather reuse than recreate.
An example of what I am trying to do is to find the "Next" button that is contained within a Web page and click it (or trigger it some other way.)