Danp2 / au3WebDriver

Web Driver UDF for AutoIt
MIT License
108 stars 23 forks source link

_WD_Startup() throws error from AU3Check #408

Closed mlipok closed 1 year ago

mlipok commented 1 year ago

Bug report

Describe the bug

_WD_Startup() throws error from AU3Check as $iPort is not really used. (only declared and assigned, but the value is never used)

How to reproduce

just use AU3Check with this following parameters:

#AutoIt3Wrapper_Run_AU3Check=Y
#AutoIt3Wrapper_Au3Check_Parameters=-q -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7

Screenshots

image

Additional context

none

System under test

not releated