a
    Šxd   ã                   @   s   d dl Z G dd„ dƒZdS )é    Nc                   @   s4   e Zd ZdZddd„Zdd„ Zdd„ Zdd
d„ZdS )ÚInputDevicez5Describes the input device being used for the action.Nc                 C   s   |p
t  ¡ | _g | _d S ©N)ÚuuidÚuuid4ÚnameÚactions)Úselfr   © r	   úf/var/www/html/Ranjet/env/lib/python3.9/site-packages/selenium/webdriver/common/actions/input_device.pyÚ__init__   s    zInputDevice.__init__c                 C   s   | j  |¡ dS )Ú N)r   Úappend)r   Úactionr	   r	   r
   Ú
add_action   s    zInputDevice.add_actionc                 C   s
   g | _ d S r   )r   )r   r	   r	   r
   Úclear_actions    s    zInputDevice.clear_actionsr   c                 C   s   d S r   r	   )r   Údurationr	   r	   r
   Úcreate_pause#   s    zInputDevice.create_pause)N)r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r	   r	   r	   r
   r      s
   
r   )r   r   r	   r	   r	   r
   Ú<module>   s   