
    Eg                     (    d dl Z  G d d          ZdS )    Nc                   .    e Zd ZdZddZd Zd Zd	dZdS )
InputDevicez5Describes the input device being used for the action.Nc                 H    |pt          j                    | _        g | _        d S N)uuiduuid4nameactions)selfr	   s     c/var/www/sysmax/venv/lib/python3.11/site-packages/selenium/webdriver/common/actions/input_device.py__init__zInputDevice.__init__   s    (DJLL	    c                 :    | j                             |           dS ) N)r
   append)r   actions     r   
add_actionzInputDevice.add_action   s    F#####r   c                     g | _         d S r   )r
   )r   s    r   clear_actionszInputDevice.clear_actions    s    r   r   c                     d S r    )r   durations     r   create_pausezInputDevice.create_pause#   s    r   r   )r   )__name__
__module____qualname____doc__r   r   r   r   r   r   r   r   r      s`        ??   $ $ $       r   r   )r   r   r   r   r   <module>r      sB   $          r   