Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/24/2024 in all areas

  1. Unsure if this is intended, but as some of you noticed chromedriver now tries to use a random port on opening. You can override that by supplying the desired port number as a parameter -- _WD_Option('DriverParams', '--port=9515 --verbose --log-path="' & @ScriptDir & '\chrome.log"')
    2 points
  2. @Danp2YEESSSSSSSSSSSSSSS you did it Danp2!!!!! Adding --port=9515 to the DriverParams gets Chromedriver v128 working with Chrome v128. I would expect WD_Option('Port', 9515) doing the same thing, NOTTTTTT!!! Very strange!!! Somehow this line is ALSO needed according to Danp2!!! So leave it in your script! Thank for finding the solution. _WD_Option('Driver', 'chromedriver.exe') _WD_Option('Port', 9515) ;<====Leave this line in (see comment below Danp2) _WD_Option('DriverParams', '--port=9515 --verbose --log-path="' & @ScriptDir & '\chrome.log"')
    1 point
  3. Version 1.6.0 has just been released. This release adds snippets for loops, function declarations and UDF sections. Please let me know your experiences good or bad if you use it , Thanks
    1 point
  4. Honestly: I am not so sure if I really should continue the development of the Full SciTE version with all its pretty complex LUA script to support AutoIt3. Maybe we should bundle the knowledge and build out the one of the current extension versions available for VSCode as VSCode is a real nice Editor?
    1 point
×
×
  • Create New...