Digistras Posted December 28, 2016 Share Posted December 28, 2016 Hi all, I'm trying to get the Class and Instance ID for this application - Cisco ASDM-IDM Launcher. After I launch the application, I used Au3Info to get the values for Class and Instance it show up as empty. Not sure why. I need to create a script for automated login but I'm missing these values for the script to work. Refer below for the Au3Info Summary output and some screenshots for reference. Appreciate if anyone could input on this. >>>> Window <<<< Title: Cisco ASDM-IDM Launcher v1.7(0) Class: SunAwtFrame Position: 412, 217 Size: 493, 334 Style: 0x16CA0000 ExStyle: 0x00000100 Handle: 0x00190200 >>>> Control <<<< Class: Instance: ClassnameNN: Name: Advanced (Class): ID: Text: Position: Size: ControlClick Coords: Style: ExStyle: Handle: >>>> Mouse <<<< Position: 716, 358 Cursor ID: 0 Color: 0xFFFFFF >>>> StatusBar <<<< Cisco_ASDM-IDM_Launcher_AutoIT.tiff Link to comment Share on other sites More sharing options...
Digistras Posted December 28, 2016 Author Share Posted December 28, 2016 Please ignore the previous screenshot. Updated screenshot here. Cisco_ASDM-IDM_Launcher_AutoIT.tiff Link to comment Share on other sites More sharing options...
Digistras Posted December 29, 2016 Author Share Posted December 29, 2016 Hi, Please let me know if I need to provide any additional info for this weird issue. Link to comment Share on other sites More sharing options...
LarsJ Posted December 29, 2016 Share Posted December 29, 2016 (edited) "AutoIt Window Info" tool detects standard Windows controls implemented with the functions in ComCtl32.dll. You can find a list of the controls in the Control Library. Many modern controls including modern Microsoft controls are not detected by "AutoIt Window Info" tool. These controls can be detected with Inspect.exe in Windows SDK or the "Simple Spy Tool" in the UI Automation framework. Edited December 29, 2016 by LarsJ j0kky 1 Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
careca Posted December 29, 2016 Share Posted December 29, 2016 (edited) Nice that Windows SDK. "Inspect" Edited December 29, 2016 by careca Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe Link to comment Share on other sites More sharing options...
junkew Posted December 29, 2016 Share Posted December 29, 2016 Looks like java control you can hand l e with java accessibility bridge or iaccessible2. See faq question 31 for references or search for jabsimplespy FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
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