How can I use JavaScript code in OB document.cookie ...
-
or can I somehow get the sent cookies?
I tried to do so BEGIN SCRIPT JavaScript
var a = document.cookie;
END SCRIPT -> VARS "a"
PRINT <a>
But for some reason I get the document is not defined error
-
You have to use EXECUTEJS block for selenium, not the BEGIN SCRIPT...