Open KingHimma opened 1 year ago
Only the Mac version is implemented. Linux and Windows not yet implemented
class Arc(ChromiumBased): """Class for Arc""" def __init__(self, cookie_file=None, domain_name="", key_file=None): args = { 'osx_cookies': [ '~/Library/Application Support/Arc/User Data/Default/Cookies' ], 'os_crypt_name':'Arc', 'osx_key_service' : 'Arc Safe Storage', 'osx_key_user' : 'Arc' } super().__init__(browser='Arc', cookie_file=cookie_file, domain_name=domain_name, key_file=key_file, **args)
Hi, Can you create a PR?
Only the Mac version is implemented. Linux and Windows not yet implemented