TinySeleniumVBA icon indicating copy to clipboard operation
TinySeleniumVBA copied to clipboard

Cookies?

Open BilalNiaz1 opened this issue 3 years ago • 1 comments
trafficstars

Anybody having already worked on reading/writing/managing cookies?

Thankyou!

BilalNiaz1 avatar Mar 19 '22 20:03 BilalNiaz1

@BilalNiaz1, I and others have attempted to build VBA wrappers for the entire Selenium Wire Protocol using @uezo's TinySeleniumVBA repository as an excellent starting point. You can find my version in this fork:

https://github.com/GCuser99/SeleniumVBA

As far as cookies are concerned, I roughed something out but could use some testing and feedback help because I did not have high quality use cases to go by. In the supplied Excel .xlsm file you will find a standard module called "test_cookies" - that should help you get started... Let me know how it goes!

GCuser99 avatar Mar 20 '22 23:03 GCuser99