Closed mlipok closed 1 year ago
Execute
command in UserFile
is failing on lines containing an assignment.UserFile
methodusertesting_WD_GetContext.au3
modified a little in OP.
So for now we can only do
ConsoleWrite("! 2" & _WD_GetContext($sSession) & @CRLF)
instead
$CONTEXT = _WD_GetContext($sSession)
I have a work around in tests.
Bug report
Describe the bug
I was intend to check how
_WD_GetContext()
works, in order to continue work on https://github.com/Danp2/au3WebDriver/issues/369How to reproduce
use wd_demo.au3 with
UserFile
feature, to run fileusertesting_WD_GetContext.au3
(create on your disc with this following content)I get unexpected results:
Expected behavior
_ArrayDisplay()
to display the results_WD_GetContext()
worksScreenshots
none
Additional context
this is first step to continue work on https://github.com/Danp2/au3WebDriver/issues/369
System under test
not related