o
    OTh]
  ã                   @   s,   d dl mZ d dlmZ G dd„ deƒZdS )é    )ÚDesiredCapabilities)Ú
ArgOptionsc                       s|   e Zd ZdZd‡ fdd„Zedefdd„ƒZejdeddfd	d„ƒZed
d„ ƒZ	e	jddd„ƒZ	dd„ Z
edd„ ƒZ‡  ZS )ÚOptionszwebkitgtk:browserOptionsÚreturnNc                    s   t ƒ  ¡  d| _d| _d S )NÚ T)ÚsuperÚ__init__Ú_binary_locationÚ_overlay_scrollbars_enabled©Úself©Ú	__class__© úe/home/air/segue/gemini/back/venv/lib/python3.10/site-packages/selenium/webdriver/webkitgtk/options.pyr      s   

zOptions.__init__c                 C   ó   | j S )zO:Returns: The location of the browser binary otherwise an empty
        string.©r	   r   r   r   r   Úbinary_location   s   zOptions.binary_locationÚvaluec                 C   ó
   || _ dS )zvAllows you to set the browser binary to launch.

        :Args:
         - value : path to the browser binary
        Nr   ©r   r   r   r   r   r   $   ó   
c                 C   r   )z7:Returns: Whether overlay scrollbars should be enabled.©r
   r   r   r   r   Úoverlay_scrollbars_enabled-   s   z"Options.overlay_scrollbars_enabledc                 C   r   )zmAllows you to enable or disable overlay scrollbars.

        :Args:
         - value : True or False
        Nr   r   r   r   r   r   2   r   c                 C   sB   | j }i }| jr| j|d< | jr| j|d< | j|d< ||tj< |S )zpCreates a capabilities with all the options that have been set and
        returns a dictionary with everything.ÚbinaryÚargsÚuseOverlayScrollbars)Ú_capsr   Ú	argumentsr   r   ÚKEY)r   ÚcapsÚbrowser_optionsr   r   r   Úto_capabilities;   s   



zOptions.to_capabilitiesc                 C   s
   t j ¡ S )N)r   Ú	WEBKITGTKÚcopyr   r   r   r   Údefault_capabilitiesK   s   
zOptions.default_capabilities)r   N)Ú__name__Ú
__module__Ú__qualname__r   r   ÚpropertyÚstrr   Úsetterr   r"   r%   Ú__classcell__r   r   r   r   r      s    
r   N)Ú.selenium.webdriver.common.desired_capabilitiesr   Ú!selenium.webdriver.common.optionsr   r   r   r   r   r   Ú<module>   s   