karl91k Posted June 9, 2020 Share Posted June 9, 2020 Hi, I'm having trouble locating a label with AutoIt v3 info Finder tool (both x64 and x86) The app is a calculator that can be found here: https://www.mortgagecalculator.net/ Here's a screenshot of the app: I'm writing automation tests so I would need to verify the text showing on the top of the form after clicking a Find button: Appreciate the help Link to comment Share on other sites More sharing options...
faustf Posted June 9, 2020 Share Posted June 9, 2020 so if you wanna catch a label in page web you dont use au3info tool but you must use inspect element of browser and use for grab it a scraping script , the script for scraping you can do it with udf _IE look in help , or you can use and code a API if website give it Link to comment Share on other sites More sharing options...
Nine Posted June 9, 2020 Share Posted June 9, 2020 @faustf It is not the web site OP wants to automate but the downloaded version. @karl91k you could use UIAutomation if you cannot access the fields using AutoIt v3 info Finder tool. See FAQ 31 for more information. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
faustf Posted June 9, 2020 Share Posted June 9, 2020 2 minutes ago, Nine said: It is not the web site OP wants to automate but the downloaded version. i follow the link https://www.mortgagecalculator.net/ and i dont saw a download exe app sorry Link to comment Share on other sites More sharing options...
HurleyShanabarger Posted June 9, 2020 Share Posted June 9, 2020 Just use the Control Viewer from here: Link to comment Share on other sites More sharing options...
careca Posted June 9, 2020 Share Posted June 9, 2020 8 hours ago, faustf said: i follow the link https://www.mortgagecalculator.net/ and i dont saw a download exe app sorry I also didn't see any link for a download. They may have simply removed it from the site in the meantime. Interacting with the site can be done with the webdriver. As i cannot download said calculator, can't help in that angle. faustf 1 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...
karl91k Posted June 9, 2020 Author Share Posted June 9, 2020 11 hours ago, faustf said: i follow the link https://www.mortgagecalculator.net/ and i dont saw a download exe app sorry here's the link sorry: https://www.mortgagecalculator.net/download Link to comment Share on other sites More sharing options...
karl91k Posted June 9, 2020 Author Share Posted June 9, 2020 2 hours ago, careca said: I also didn't see any link for a download. They may have simply removed it from the site in the meantime. Interacting with the site can be done with the webdriver. As i cannot download said calculator, can't help in that angle. here's the link sorry: https://www.mortgagecalculator.net/download Link to comment Share on other sites More sharing options...
Nine Posted June 9, 2020 Share Posted June 9, 2020 3 hours ago, careca said: I also didn't see any link for a download. See site map, there is a download section... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
careca Posted June 10, 2020 Share Posted June 10, 2020 You're right, it's under webmaster. 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...
karl91k Posted June 11, 2020 Author Share Posted June 11, 2020 (edited) On 6/9/2020 at 6:48 AM, HurleyShanabarger said: Just use the Control Viewer from here: Control Viewer can't detect the label as well Edited June 11, 2020 by karl91k Link to comment Share on other sites More sharing options...
Nine Posted June 11, 2020 Share Posted June 11, 2020 11 minutes ago, karl91k said: website is down Don't bother, it won't help you either. If au3info.exe tool doesn't show rightful information, it means you need to go with UIAutomation, as I already told you. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
karl91k Posted June 11, 2020 Author Share Posted June 11, 2020 14 hours ago, Nine said: Don't bother, it won't help you either. If au3info.exe tool doesn't show rightful information, it means you need to go with UIAutomation, as I already told you. how does UIAutomation does work? I read, but didn't understand. Is it a library I need to include in my script or a control/handle finder tool? Link to comment Share on other sites More sharing options...
Nine Posted June 11, 2020 Share Posted June 11, 2020 6 minutes ago, karl91k said: Is it a library I need to include in my script or a control/handle finder tool? Both. There is two options that are offered to you. You can use UIAutomation directly or use UIAutomation wrappers. In both cases there is a finder tool. Once you know how to access the control, you will create a script using UDF library includes. The best way to start is to run demo script and learn from it. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
karl91k Posted June 14, 2020 Author Share Posted June 14, 2020 On 6/11/2020 at 3:04 PM, Nine said: Both. There is two options that are offered to you. You can use UIAutomation directly or use UIAutomation wrappers. In both cases there is a finder tool. Once you know how to access the control, you will create a script using UDF library includes. The best way to start is to run demo script and learn from it. I'm getting this error after executing the UISpy with all the required UDFs inside the Includes folder. Link to comment Share on other sites More sharing options...
karl91k Posted June 21, 2020 Author Share Posted June 21, 2020 (edited) On 6/11/2020 at 3:04 PM, Nine said: Both. There is two options that are offered to you. You can use UIAutomation directly or use UIAutomation wrappers. In both cases there is a finder tool. Once you know how to access the control, you will create a script using UDF library includes. The best way to start is to run demo script and learn from it. did you tried yourself? because seems like both UIAutomation and the wrappers can't detect the label either Edited June 21, 2020 by karl91k Link to comment Share on other sites More sharing options...
careca Posted June 21, 2020 Share Posted June 21, 2020 I also couldn't find the text with UIAutomation.. only the buttons and the input fields.. Why don't you use the calculator online? it's probably the best option right now. Shouldn't be too hard, with _ie functions. 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...
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