Jump to content

pd

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

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

pd's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi Seangriffin, I have done all these steps but when I test my script, chrome disables the Extension for AutoIt because it is not from Chrome web store. If says that uploading extension to chrome web store will resolve the issue. Is there any other solution to it? Thanks, PD
  2. Hi All, Does this UDF work with AWT application like SQL Devloper? I tried using it but it is not able to identify controls. Regards, PD
  3. Hi experts, I also tried with Java Access Bridge but seems like it is not able to read control IDs from Java AWT application. Any help is appreciated. Thanks, PD
  4. Hi experts, Any help on this. I also tried with Java Access Bridge but seems like it is not able to read control IDs from Java AWT application. Thanks, PD
  5. ​Hi Folks, Any help on this? Thanks, PD
  6. Hi Folks, I am a newbie in autoIt and also facing the same issue. I am using below script, it opens another IE page which is blank. Is there any way to close this another IE window? Appreciate the help. $oIE = _IECreate($TargetAddress,1) $HWND = _IEPropertyGet($oIE, "hwnd") WinSetState($HWND, "", @SW_MAXIMIZE) Thanks, PD
×
×
  • Create New...