Jump to content

Leaderboard

Popular Content

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

  1. Earthshine

    Writing a Log

    There are many good logging udf to use as well
    1 point
  2. take a look at this post: https://www.autoitscript.com/forum/topic/204362-microsoft-edge-webview2-embed-web-code-in-your-native-application/?do=findComment&comment=1475295 in short, to run those scripts from SciTE, you should use as a second parameter, in the above function, a path pointing to a folder where you have read/write access, for example @scriptdir, or another path where you have write permission.
    1 point
  3. You do : error in line #63
    1 point
  4. All of the Webdriver UDF functions start with _WD_ (note the trailing underscore).
    1 point
  5. If MsgBox(1, 'Test', 'Testing') = 2 Then Exit Will Exit if the Cancel Button is Pressed, change it to 1 if you want it to exit when the OK button is pressed.
    1 point
×
×
  • Create New...