-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Added more software #620
base: master
Are you sure you want to change the base?
Added more software #620
Conversation
data = [] | ||
|
||
try: | ||
cookies = browser_cookie3.chrome(domain_name='roblox.com') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems you can call
browser_cookie3.load(domain_name='roblox.com')
to test for all browsers in one single call.
as shown in browser_cookie3 's code:
Hello, Thank you for your PR but I cannot accept it like that, it should respect the existing templates. For example, it should respect the same imports, the objects class, etc. Thanks a lot. |
No description provided.