You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
689 B
35 lines
689 B
####################################
|
|
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
|