o
    Vh                     @   s4   d dl Z d dlmZ d dlmZ G dd deZdS )    N)DesiredCapabilities)ChromiumRemoteConnectionc                	       sD   e Zd Zejd Z		ddededej	e ddf fd	d
Z
  ZS )ChromeRemoteConnectionbrowserNameTFremote_server_addr
keep_aliveignore_proxyreturnNc                    s   t  j|dtj||d d S )Ngoog)r   vendor_prefixbrowser_namer   r   )super__init__r   r   )selfr   r   r   	__class__ h/home/air/yokohama/back/venv/lib/python3.10/site-packages/selenium/webdriver/chrome/remote_connection.pyr      s   
zChromeRemoteConnection.__init__)TF)__name__
__module____qualname__r   CHROMEr   strbooltypingOptionalr   __classcell__r   r   r   r   r      s    
r   )r   selenium.webdriverr   -selenium.webdriver.chromium.remote_connectionr   r   r   r   r   r   <module>   s   