Jump to content

Irides

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Irides's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi everyone, My question is how to deal with the situation when parts of an application GUI are written by a thrid party? Because in this case the Window Info doesn't help much. The GUI parts I'm talking about are things like Control Bar, Tab Window, Page Container. Information I get from the Window info is not enough for identifying items within the third-party contol bar, like clicking its items, for example. The control bar is written is Visual C++ using MFC. So how can I communicate with the third party stuff? Thanks
  2. Thanks! Using coordinates is what I was thinking too. But I wasn't sure this solution would work with different display resolutions.
  3. Hi, I need to automate clickng a toolbar item on a window of the product I'm testing. The AutoIT Window Info "sees" the whole toolbar. In the Basic Control Info it says "ProfUIS-ControlBar", but there's no identification of the toolbar items. The issue is similar to automation of clicking items like "File", "Edit", "Format" etc on the Notepad toolbar. Thanks
×
×
  • Create New...