muralidhulipala 0 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. Share this post Link to post Share on other sites
Jos 2,281 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. Share this post Link to post Share on other sites
Jos 2,281 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. Share this post Link to post Share on other sites
muralidhulipala 0 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. Share this post Link to post Share on other sites
Nine 1,108 Posted July 23, 2019 Look in FAQ #31 for UIAutomation Not much of a signature but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Tool to search content in au3 files Date Range Picker Sudoku Game 2020 Overlapped Named Pipe IPC x64 Bitwise Operations Multi-keyboards HotKeySet Fast and simple WCD IPC Multiple Folders Selector GIF Animation (cached) Share this post Link to post Share on other sites
alienclone 25 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 patience, how long will that take?" -Ed Gruberman REAL search results Share this post Link to post Share on other sites
muralidhulipala 0 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? Share this post Link to post Share on other sites