I wanted to know whether this could be added?
What i mean to say is the current cookie manager option allows to get/set cookies only for a specific site, which becomes a trouble since we aren't able to see cookies of what all websites are stored in botchief the first place.
Basically what i wanted to do is just login in one instance, copy complete cookie data of all sites of it and set that cookie data in another instance so that it doesn't have to login again.
For example, If i make a multithreaded bot of facebook and twitter poster for a single account, on each thread I'll have to login into the account and then post which would take a lot of time.
It could be better if we could get the cookie data of all the sites and set it into another thread so it doesnt have to login again.
I hope you are getting what I am trying to say?