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

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

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -