Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/24/2023 in all areas

  1. For those of us on the forum that simply don't have the ability or the time to thoroughly learn programming processes required to implement the current solutions such as selenium, webdriver or the old chrome.au3 (no longer functional), I invite you to try the Automa Extension. It is a free and open-source project on GitHub. https://github.com/AutomaApp/automa With the use of this extension and Autoit, I've managed to do things I could only imagine of doing in the past. I wanted to share this incredible find with the Autoit community especially those who have been frustrated and have failed in their attempts to automate their browser activities.
    1 point
  2. LarsJ

    Asynchronous callbacks?

    This is a performance issue. Optimize the _WS_Send() function in WebSocketAsio.au3 this way: Func _WS_Send($sData) Return DllCall($hWEBSOCKDLL, $c_ret_size_t, "websocket_send", "wstr", $sData, "USHORT", StringLen($sData), "BOOL", 0)[0] EndFunc Other functions involved in asynchronous callback must be similarly optimized. Also remove the Sleep(10) line in the For loop in reproduce.au3. It's exactly the same problem as in the Subclassing bug.
    1 point
  3. Take a look at the Remarks in https://www.autoitscript.com/autoit3/docs/functions/GUICtrlSetBkColor.htm
    1 point
  4. Well show some code you have made with this (like a simple reach to Google). So we can evaluate how incredible this solution is. Stating grandiosity is not enough in this forum.
    1 point
×
×
  • Create New...