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

c# - Reactive Extensions ControlScheduler -

c# - Updated Castle to 3.2.1 from 3.0.0 now I cant use FirstNonGenericCoreInterface -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -