Danp2 / au3WebDriver

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

_WD_FrameLeave error reporting fix #419

Closed mlipok closed 1 year ago

mlipok commented 1 year ago

Pull request

Proposed changes

fixing error reporting

Checklist

Types of changes

What is the current behavior?

return point always return success

Return SetError(__WD_Error($sFuncName, $_WD_ERROR_Success), 0, $sValue)

What is the new behavior?

returns proper $iErr

Return SetError(__WD_Error($sFuncName, $iErr), 0, $sValue)

Additional context

none

System under test

not related