Jump to content

lunarlattice

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

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

lunarlattice's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Splash Screen Summary >>>> Window <<<< Title: Teamcenter Class: Static Position: 366, 218 Size: 633, 332 Style: 0x9600000E ExStyle: 0x00000000 Handle: 0x0000000000D4097E >>>> Control <<<< Class: Instance: ClassnameNN: Name: Advanced (Class): ID: Text: Position: Size: ControlClick Coords: Style: ExStyle: Handle: Login Window Summary >>>> Window <<<< Title: Teamcenter Login Class: SWT_Window0 Position: 283, 64 Size: 800, 600 Style: 0x960A0000 ExStyle: 0x00100000 Handle: 0x00000000006003FC >>>> Control <<<< Class: SWT_Window0 Instance: 5 ClassnameNN: SWT_Window05 Name: Advanced (Class): [CLASS:SWT_Window0; INSTANCE:5] ID: 4328256 Text: Position: 323, 250 Size: 447, 350 ControlClick Coords: 12, 30 Style: 0x56010000 ExStyle: 0x00100000 Handle: 0x0000000000420B40 There are edit boxes inside the login window. Currently I am using But this works intermittently , it stops working abruptly and the script is paused all of a sudden.
  2. Hi All, I am trying to login into our application using AutoIT. When I launch the application a splash screen appears and the login screen goes behind it. At this point the script pauses and I loose control of everything. I have literally tried everything for the past two days but nothing has worked yet. Any suggestions would be appreciated. RunWait("\\mchsv411.siplaceworld.net\splmshare\int00\conf\start_apps\windows\start_nx110.bat en portal_client int00 tc112", "", @SW_MAXIMIZE) AutoItSetOption("SendKeyDelay", 200) Local $hWnd = WinWaitActive("Teamcenter Login") MouseClick("left", @DesktopWidth / 2, @DesktopHeight / 2) The splash screen has title "Teamcenter" and is static. I tried to click on the center to get control of login window. I have tried WinActivate, WinSetState, ControlCommand and a lot of other things.
  3. I am trying build Automation testing use cases for a Java Application that is a mix of Swing, SWT and AWT. I have got Java Access Bridge 2.0.2 working and it can detect SwingSet2 demo. But it is still not able to detect our application. Could anyone suggest what might be the issue here?
×
×
  • Create New...