I\'m using selenium to collect cookies, and here\'s the question: does cookies store information about selenium?
You can check the cookies list by driver.manage().getCookies(); Return type is Set .
driver.manage().getCookies();
Set .
Hope this will help.