TinySeleniumVBA
TinySeleniumVBA copied to clipboard
Cookies?
trafficstars
Anybody having already worked on reading/writing/managing cookies?
Thankyou!
@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!