Hi Dan, i got the error : _WD_Startup ==> Invalid value: Location for Web Driver not set. this is my very short code:
#include "wd_core.au3"
#include "wd_helper.au3"
Local $first, $ssession
;~ SetupChrome()
_WD_Startup()
$ssession = _WD_CreateSession($first)
_WD_Navigate($ssession,"")
_WD_Shutdown()
If i enable SetupChrome() then it get error undefined function. Sorry for my bad english and thank you so much for this UDF