
    ^j                      2    d dl mZ d dlmZ  G d de      Zy)    )Tuple)LocatorConverterc                   .    e Zd ZdZdededeeef   fdZy)AppiumLocatorConverterzA custom locator converter in Appium.

    Appium supports locators which are not defined in W3C WebDriver,
    so Appium Python client wants to keep the given locators
    to the Appium server as-is.
    byvaluereturnc                 
    ||fS )N )selfr   r   s      V/home/ubuntu/.local/lib/python3.12/site-packages/appium/webdriver/locator_converter.pyconvertzAppiumLocatorConverter.convert   s    E{    N)__name__
__module____qualname____doc__strr   r   r   r   r   r   r      s)    # c eCHo r   r   N)typingr   +selenium.webdriver.remote.locator_converterr   r   r   r   r   <module>r      s     H	- 	r   