Jump to content

derocco777

Members
  • Posts

    6
  • Joined

  • Last visited

derocco777's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Sorry was on holiday. What is the issue with the snippet? This is the whole script where i tested the image search: #include <Array.au3> #include <File.au3> #include <MsgBoxConstants.au3> #include <ImageSearch2023.au3> global $y = 0, $x = 0 For $i = 1 to 3000 checkForImage() sleep(1200) next Func checkForImage() Local $search = _ImageSearch('images\previewbutton4.bmp', 1, $x, $y, 80) If $search = 1 Then MouseMove($x+20, $y+40, 2) EndIf EndFunc while 1 sleep(200) WEnd Issue is still there. In the application the button is not recognized. Any ide how to solve this would be highly appreciated.
  2. I face an Issue with the library. I have taken a screenshot from a Button and search for it. Func checkForImage() Local $search = _ImageSearch('images\previewbutton4.bmp', 1, $x, $y, 80) If $search = 1 Then MouseMove($x+20, $y+40, 2) EndIf EndFunc the button is found when i open the BMP or the screenshot tool. It is NOT found in the application on my screen here at home. At work, all was good and it found the image. I took a new screenshot of the Button but I am not able to make it work I have at home 2 Screens (Main screen is identical in model and resolution) and at work 3 Screens. I cant figure out why i cant get it to work at home. I thought retaking the screenshot would solve the issue but nah. Any idea how to move forward?
  3. Sure thank you. I have that all installed as defined. In the Monkey it seems to work. There i get some information out of it. NVDA i have not tried so far. But still i have no idea why your autoit script seems to fail nor how to acces an item now. Strange is as soon as i click on "Display Accassbilty Information" then the Monkey crashes and closes without ANY information in the console. Ferret: As soon I want to track someting it crashes as well...
  4. Problem could be that my App that i want to inspect not uses same JRE as defined in Windows. I updated all the paths to the dedicated JRE. Still face those issues. +>Setting Hotkeys...--> Press Ctrl+Alt+Break to Restart or Ctrl+BREAK to Stop. Java Home: C:\Program Files\Java\jre1.8.0_321 We are using OS X64 at cpu X64; Autoit 64 bit version @AutoItX64=1 C:\Program Files\Java\jre1.8.0_321\bin\WindowsAccessBridge-64.dll PASS: Windows accessbridge WindowsAccessBridge-64.dll opened returns: 1 0 Windows_run returns: Reading from regkey: HKLM64\SOFTWARE\JavaSoft\Java Runtime Environment JAVAHOME=C:\Program Files\DClient 4.10.9\java_jdk_windows-x86-64\jre The current working directory: C:\Users\d\Documents\Sync\AutomationWe are using X64 at cpu X64 Autoit 64 bit version @AutoItX64=1 Opening C:\Program Files\DClient 4.10.9\java_jdk_windows-x86-64\jre\bin\WindowsAccessBridge-64.dll PASS : Windows accessbridge C:\Program Files\Dopix Client 4.10.9\java_jdk_windows-x86-64\jre\bin\WindowsAccessBridge-64.dll opened returns: 2 0 initializeAccessBridge is finishedWindows_run passed :
  5. Done that, installed that. Mouse position is retrieved 2885-195 JAVA window found <> Java Window Title= Handle=0x000000000011023E res: 1 Result getAccessibleContextFromHWND is <> ubound: 4 We have a VMid 262446 ac 154332256 Call version info: PASSED VMID found : 262446 VMVersion: <1.7.0_45> bridgeJavaClassVersion: <1.7.0_45> bridgeJavaDLLVersion: <AccessBridge 2.0.2> bridgeWinDLLVersion: <AccessBridge 2.0.2> *** getAccessibleContextAT result is <0> *** getAccessibleContextAT result is <0> 0 0 0 0 0 0 0 0 End of getAcceccibleContextAt info Thats all i get back from the AWT Frame. Other Window Mouse position is retrieved 2923-714 JAVA window found <> Java Window Title= Handle=0x00000000009D16BA res: 1 Result getAccessibleContextFromHWND is <> ubound: 4 We have a VMid 262446 ac 154231376 Call version info: PASSED VMID found : 262446 VMVersion: <1.7.0_45> bridgeJavaClassVersion: <1.7.0_45> bridgeJavaDLLVersion: <AccessBridge 2.0.2> bridgeWinDLLVersion: <AccessBridge 2.0.2> *** getAccessibleContextAT result is <0> *** getAccessibleContextAT result is <0> 0 0 0 0 0 0 0 0 End of getAcceccibleContextAt info So how do I adress now the different windows? Buttons I dont get any information. But just beeing able to see if a gui is active or not would help me somewhat. something like WinActive("Handle=0x000000000011023E") seems not to work
  6. I face the issue that i try to automate a Java gui. Unfortunately i cant adress any button etc. directrly The window info only gives met he "Mainframe" Now i use alt + to navigate but is very unreliable as sometime the app takes longer to load. How can this be achived.
×
×
  • Create New...