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.
1003 B
1003 B
2. Defs
pyOpenRPA.Robot.UIDesktop
# EXAMPLE 1
from pyOpenRPA.Robot import UIDesktop
UIDesktop.UIOSelector_Get_UIO(
inSpecificationList=[
{"title":"notepad.exe"},{"title":"OK"}],
inElement=None,
inFlagRaiseException=True)
Functions:
| UIOSelector_Get_UIOList
(inSpecificationList)
| Get the UIO list by the selector
|
pyOpenRPA.Robot.UIDesktop.UIOSelector_Get_UIOList(inSpecificationList, inElement=None, inFlagRaiseException=True)
Get the UIO list by the selector
-
Parameters
-
inSpecificationList – UIO Selector
-
inElement – Входной элемент - показатель, что не требуется выполнять коннект к процессу
-
inFlagRaiseException – Флаг True - выкинуть ошибку в случае обнаружении пустого списка
-
-
Returns