a
    .c                     @   s,   d dl mZ d dlmZ G dd deZdS )    )RemoteConnection)DesiredCapabilitiesc                       s(   e Zd Zejd Zd fdd	Z  ZS )SafariRemoteConnectionZbrowserNameTFc                    s4   t  j|||d d| jd< d| jd< d| jd< d S )N)ignore_proxy)GET%/session/$sessionId/apple/permissionsZGET_PERMISSIONS)POSTr   ZSET_PERMISSIONS)r   z)/session/$sessionId/apple/attach_debuggerZATTACH_DEBUGGER)super__init__Z	_commands)selfZremote_server_addr
keep_aliver   	__class__ e/var/www/brookimports/venv/lib/python3.9/site-packages/selenium/webdriver/safari/remote_connection.pyr
      s    

zSafariRemoteConnection.__init__)TF)__name__
__module____qualname__r   ZSAFARIZbrowser_namer
   __classcell__r   r   r   r   r      s   
r   N)Z+selenium.webdriver.remote.remote_connectionr   Z.selenium.webdriver.common.desired_capabilitiesr   r   r   r   r   r   <module>   s   