muralidhulipala Posted July 23, 2019 Posted July 23, 2019 I am automating a desktop application using AutoIt where I am unable to identify the tabs individually using AutoIt and also unable to identify the data in a tabular format in application.I tried to capture the controls using autoit window info tool but it is identifying the entire segment as one object and it is not individually identifying the tabs. For time being I have used coordinates to solve the issue but I know it is not a standard way of automating the things.Could any one help me with this regard and that would be more helpful for me.Thanks in advance.
Developers Jos Posted July 23, 2019 Developers Posted July 23, 2019 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted July 23, 2019 Developers Posted July 23, 2019 1 hour ago, muralidhulipala said: Could any one help me with this regard and that would be more helpful for me. No idea what that means looking at the provided information. Be specific with all details required when posting a question! Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
muralidhulipala Posted July 23, 2019 Author Posted July 23, 2019 Hi Jos, Due to some project specific constraints I can not show my app but the below example is similar to my app . Using AutoIt info tool If you spy on 'Documents" tab in windows explorer window, it not identifying the Documents tab individually but it is identifying entire left pane as one object. In my app also, the same kind of behaviour is there.How can we click on automate this.
Nine Posted July 23, 2019 Posted July 23, 2019 Look in FAQ #31 for UIAutomation “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) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
alienclone Posted July 23, 2019 Posted July 23, 2019 you may be able to access it with ControlTreeView If @error Then MsgBox(262192, "", @ComputerName & " slaps " & @UserName & " around a bit with a large trout!") EndIf "Yeah yeah yeah patience, how long will that take?" -Ed Gruberman REAL search results | SciTE4AutoIt3 Editor Full Version
muralidhulipala Posted July 24, 2019 Author Posted July 24, 2019 19 hours ago, Nine said: Look in FAQ #31 for UIAutomation Yes, This is what I want.I am looking at it.Thanks. Can I add this UIAutomation to visual studio as a reference?
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