-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to load URL and getCookies Command result #1
Comments
Hey, I've been having problems with Chrome using the "remote-debugging-port" on the command line. I still haven't found out what or why. However, in order to get the result of the command (for instance, in your GetCookiesCommand case) you would use
I hope you're actually able to navigate to a page. If I fire open |
Hey Kevin, I've tested your code but, unfortunately, it doesn't work. I can load a page in Chrome and send a command to request cookies but CommandResponse is allways null. I use the code that your advise me:
Despite the solution you explain to me doesn't work I want to thank you to share your code and spend your time answering my dubts. I hope that you will succeed in this project!!! |
I fixed this code by making a change to the class MasterDevs.ChromeDevTools.Protocol.Chrome.Network.CookieSameSite
|
Hi!
I was trying, unsuccessfully, to load an url and check the cookies loaded:
Please could you explain briefly how to send command properly and how to recover results?
Thanks in advance for your effort and share your work!!!
The text was updated successfully, but these errors were encountered: