Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/02/2022 in all areas

  1. I suggest you create a bug tracker ticket then...
    1 point
  2. I am trying to use the Autoit. But first I need to understand the abilities of the tool. The "Autoit v3 Window Information" is grate. But can I send a click with mouse on a class or on class with Instaces for specific area. On the same idea, there is a way to knows the cordenate of the calss and instence so I will able to use the mouse method   MouseClick($MOUSE_CLICK_PRIMARY, 0, 500, 2) And there is a way to use : Example() Func Example()         ; Run Notepad         Run("notepad.exe")         ; Wait 10 seconds for the Notepad window to appear.         Local $hWnd = WinWait("[CLASS:Notepad]", "", 10)         ; Send a mouse click to the edit control of Notepad using the handle returned by WinWait.         ControlClick($hWnd, "", "Edit1")         ; Wait for 2 seconds.         Sleep(2000)         ; Close the Notepad window using the handle returned by WinWait.         WinClose($hWnd) EndFunc   ;==>Example In case I am trying to use ClassnameNN, it doesn't work on specifc buttons. It looks very odd because the tool does find the buttons, so why he cannot send a mouse click on it ?
    1 point
  3. SeanGozlan

    check radio buttons

    If I will know how to click on any handle or class, I will able to solve a lot of issues.
    1 point
  4. spudw2k

    check radio buttons

    The code in your posts above show WindowsForms10.BUTTON.app.0.297b065_r64_ad13 Should be WindowsForms10.BUTTON.app.0.297b065_r69_ad13
    0 points
×
×
  • Create New...