Question | Answer |
How can
you improve the following calendar page selector to work only for dates in
2017? "html app='chrome.exe' title='UiPath - Calendar - Week of May 1, 2017' />" |
"html app='chrome.exe' title='UiPath - Calendar - * 2017' />" |
How long will the Robot try to find an UIElement (if it is not available) on the desktop? | The value in milliseconds of the activity's TimeoutMS property. |
What are the supported wildcard characters of selectors in UiPath Studio | - * - ? |
Which of the following statements are true regarding the Find Element activity? | - It throws an exception if it
doesn't find the element on screen - It returns the found element in a variable for later use |
Can a valid selector identify different elements on the screen at the same time? | No |
What is the Highlight activity used for? | To explore the UI tree - To create and fine tune selectors |
The Element Exists activity throws an exception if it doesn't find the specified element on the screen | FALSE |
Can partial selectors be used inside a container (Attach Window or Open Application activities)? | Yes |
Can you store a Selector in a variable? | Yes, of the type String |
How many characters does "*" replace? | Zero or more |
Can UiExplorer be used to record UI interactions? | No |
Which of the following is a valid full selector? | <html app='chrome.exe'
title='Yahoo Finance' /> <webctrl idx='1' parentid='data-util-col' tag='TABLE' /> <webctrl isleaf='1' tableRow='3' tag='TD' /> <wnd app='explorer.exe' cls='Shell_TrayWnd' /> <wnd cls='Start' title='Start' /> |
How can you improve a selector? | - By selecting only stable
attributes, if possible - By replacing dynamic attribute values parts with the "*" or "?" wildcards |
Can full selectors be used inside a container (Attach Window or Open Application activities)? | Yes |
This is a reliable selector for a dynamic page: "webctrl idx='144' tag='IMG'/" | FALSE |
How can you see the full list of attributes of Ui elements? | By using the UiExplorer tool. |
0 Comments