Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/18/2014 in all areas

  1. Danp2

    click button in new tab

    Does the new tab automatically become the active tab? If so, then you would use the code from the earlier link like this: $oIE3 = _IEGetActiveTab() If this doesn't work for you, then you will need to provide a more detailed explanation of the situation you are attempting to address. All you've told us thus far is that a new tab is launched when you click the submit button, which isn't alot of info to go on.
    1 point
  2. Jos

    Need help with my Script

    Come back when you have a better plausible story to tell and have something to show us. Jos
    1 point
  3. Jos

    Tray menu don't wokring

    Try: TraySetOnEvent($TRAY_EVENT_PRIMARYDOWN, '_Restore') ;~ TraySetOnEvent($TRAY_EVENT_SECONDARYDOWN, '_Exit') ;< remove TrayItemSetOnEvent($exititem, '_Exit') ;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< add this Jos
    1 point
  4. Updated first post with references to all (working) examples in thread Added 2 zip files to first post. UIA_V0_4.ZIP with all au3 modules to handle IUIAutomation, IAccessible, IAccessible2 and ISimpleDom EXAMPLES.ZIP containing about 30 examples as are discussed in this whole thread Enhanced the UIAWrappers.AU3 with some logic (for easier testautomation and some abstraction of interfaces)
    1 point
×
×
  • Create New...