I would like to know how to get a Cookie using Selenium , using the default browser. That is, the user is authorized on my site, and then the client downloads. This very client receives cookies from my site after authorization.

  • one
    Selenium has nothing to do with this case. If the user has logged in to your site, then he used his browser and not yours, which is intended to be managed by him. - Dmitry Nail
  • And without Silenium it is possible? - Wheelys
  • Did you write the client or is it a third-party program? - Dmitriy Gvozd
  • It is thought of as a client for My site. - Wheelys
  • 2
    @Wheelys cannot use the user's browser cookies in its application, this is the capture of the user's personal data. You can use your own algorithms to determine the user, followed by automatic authorization - Vladimir Alexandrov

0