python - How to recognize if a cookie is set by javascript or not (client-side) -
I am working with Selenium and Python I should know if any particular cookie is set by javascript or not. Is there any way to do this?
I work right.
Read cookies:
$ Cookie ('the_cookie'); // = & gt; "The_value" $ .cookie ('not_existing'); // = & gt; Undefined
Comments
Post a Comment