Kingceltik Posted June 21, 2015 Posted June 21, 2015 Hi,im a newbie on autoit, i tried using autoit on a certain exe, i run the exe, and a new window pop up, the only problem is when i used autoit window info it doesn't have a window name.what i wanted to know is how to find a way to identify the window so that i can use it on a code (ControlCLick and Winwaitactive) but still i don't know how to properly use that kind of command can you help me pls?..Here the window info below.Title:Class:#32770Basic Control InfoClass: Internet Explorer_ServerInstance: 1------------------WINDOWTitleClass: #32770Position: 779, 184Size: 656, 448Style: 0x94C2004DExStyle: 0x00010100Handle: 0x000803c0------------------------------CONTROLClass: Internet Explorer_ServerInstance: 1ClassnameNN Internet Explorer_Server1NameAdvanced Mode: [CLASS: Internet Explorer_Server
water Posted June 21, 2015 Posted June 21, 2015 Welcome to AutoIt and the forum!To automate Internet Explorer I suggest you have a look at the IE UDF that comes with AutoIt. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Kingceltik Posted June 21, 2015 Author Posted June 21, 2015 Thank you.. im gonna look at it. your UDF's tutorials, is this interent explorer?.. thank you for directing me..
JohnOne Posted June 21, 2015 Posted June 21, 2015 Looks to me like the explorer you are trying to automate is embedded in another application. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
water Posted June 21, 2015 Posted June 21, 2015 As far as I know there is no tutorial available on how to use the IE UDF.Best thing is to have a look at the examples in the AutoIt help file for the IE* functions.Start with _IECreate. All other functions you'll need then depend on what you want to do with the web site. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Kingceltik Posted June 21, 2015 Author Posted June 21, 2015 (edited) Looks to me like the explorer you are trying to automate is embedded in another application.Actually, its a downloader.. when the exe has been execute, it will automatically download a file from its server.. all i wanted to automate is "next" 1 c;ocl next. (EULA). so i tried studying autoit automation tutorials.. Edited June 21, 2015 by Kingceltik
Kingceltik Posted June 21, 2015 Author Posted June 21, 2015 As far as I know there is no tutorial available on how to use the IE UDF.Best thing is to have a look at the examples in the AutoIt help file for the IE* functions.Start with _IECreate. All other functions you'll need then depend on what you want to do with the web site.Noted!. thank you.. gonna take a look at it
JohnOne Posted June 21, 2015 Posted June 21, 2015 I have to say that to me, it seems unusual that the tool will not even pick up the window title, does it even have a title? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Kingceltik Posted June 21, 2015 Author Posted June 21, 2015 It doesn't have a title but autoit info says,.Title:Class:#32770Basic Control InfoClass: Internet Explorer_ServerInstance: 1and water directed me to internet explorer automation
JohnOne Posted June 21, 2015 Posted June 21, 2015 There are numerous way of getting a handle to the window, including finding child windows of the window that owns it and identifying controls on it and such.Seems like a bit of effort just for a window handle so I'd wait to see if someone has a simple solution. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Kingceltik Posted June 21, 2015 Author Posted June 21, 2015 can you direct me on another way to get the handle of the window?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now