#################################### 2. Defs #################################### ************************************************** pyOpenRPA.Robot.UIDesktop ************************************************** .. code-block:: python # EXAMPLE 1 from pyOpenRPA.Robot import UIDesktop UIDesktop.UIOSelector_Get_UIO( inSpecificationList=[ {"title":"notepad.exe"},{"title":"OK"}], inElement=None, inFlagRaiseException=True) .. automodule:: pyOpenRPA.Robot.UIDesktop :members: :autosummary: ********** References ********** `reStructuredText`_ .. target-notes:: .. _`reStructuredText`: http://docutils.sourceforge.net/rst.html