Closed mlipok closed 1 year ago
If $bReturnAsArray=True then even if third __WD_FrameList_Internal iteration will fire error then it returs string which should be converted to array
$bReturnAsArray=True
__WD_FrameList_Internal
if some __WD_FrameList_Internal iteration will fire error then string will be returned even if $bReturnAsArray=True was requested
Proper Array
I hit this error when testing: https://github.com/Danp2/au3WebDriver/pull/462
not related
Pull request
Proposed changes
If
$bReturnAsArray=True
then even if third__WD_FrameList_Internal
iteration will fire error then it returs string which should be converted to arrayChecklist
Types of changes
What is the current behavior?
if some
__WD_FrameList_Internal
iteration will fire error then string will be returned even if$bReturnAsArray=True
was requestedWhat is the new behavior?
Proper Array
Additional context
I hit this error when testing: https://github.com/Danp2/au3WebDriver/pull/462
System under test
not related