
    ^jS                     :    d dl mZmZmZ d dlmZ  G d de      Zy)    )DictProtocolUnion)RemoteConnectionc                   8    e Zd ZU eed<   ddedeedf   defdZy)CanExecuteCommandscommand_executorNdriver_commandparamsreturnc                      y N )selfr
   r   s      c/home/ubuntu/.local/lib/python3.12/site-packages/appium/protocols/webdriver/can_execute_commands.pyexecutezCanExecuteCommands.execute   s        r   )	__name__
__module____qualname__r   __annotations__strr   r   r   r   r   r   r   r      s$    &&YcY5t3DYPTYr   r   N)typingr   r   r   +selenium.webdriver.remote.remote_connectionr   r   r   r   r   <module>r      s    ) ( HZ Zr   