Support for Mac version Arc browser
KingHimma opened this issue · 1 comments
KingHimma commented
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)
rafiibrahim8 commented
Hi,
Can you create a PR?