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

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -