U
    gn                     @   s8   d dl mZ d dlmZ d dlmZ G dd deZdS )    )Optional)ChromiumOptions)DesiredCapabilitiesc                       sH   e Zd ZeedddZd	ee ee ee dd fddZ  Z	S )
Options)returnc                 C   s
   t j S N)r   ZCHROMEcopy)self r
   E/tmp/pip-unpacked-wheel-3ysq0mf8/selenium/webdriver/chrome/options.pydefault_capabilities   s    zOptions.default_capabilitiescom.android.chromeN)android_packageandroid_activitydevice_serialr   c                    s   t  ||| d S r   )superenable_mobile)r	   r   r   r   	__class__r
   r   r      s    zOptions.enable_mobile)r   NN)
__name__
__module____qualname__propertydictr   r   strr   __classcell__r
   r
   r   r   r      s      r   N)typingr   Z#selenium.webdriver.chromium.optionsr   Z.selenium.webdriver.common.desired_capabilitiesr   r   r
   r
   r
   r   <module>   s   