UIpath习题总结篇 - Lesson 6 Selectors
Lesson 6 Selectors
wildcard characters
Multiple Choice
(65) What are the supported wildcard characters for selectors in UiPath Studio?
$ & * (√) ? (√)
Single choice
(66) 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 - Week of ?????, 2017' />”
“<html app='chrome.exe' title='UiPath - Calendar -* 201?' /> “ (√)
“<html app='chrome.exe' title='UiPath - Calendar - * 2017' />”
Find Element activity
Multiple Choice
(67) Which ofthe following statements are true regarding the Find Element activity?
It throws an exception if it doesn’t findthe element on screen(√)
It returns a boolean (True or False) values indicating wether or not the element was found
on the screen
It returns the found element in a variable for later use(√)
Single choice
(68) How long will the Robot try to find an UiElement (if it is not available) on the desktop?
The Robot will wait forever until it can find the element.
10 seconds
The value in milliseconds of the activity’s TimeoutMS property. (√)
30 seconds
Highlight activity
Single choice
(69) What is the Highlight activity useful for?
For troubleshooting and verifying selectors (√)
For removing selectors
For adding activities in Studio
UiExplorer tool
Single choice
(70) How can you see the full list of attributes of Ui elements?
By using the select from screen tool in Ui Automation activities.
By using the UiExplorer tool. (√)
You cannot.
Single choice
(71) Can UiExplorer be used to record UI interactions?
No (√) Yes
Element Exists activity
Single choice
(72) The Element Exists activity throws an exception if it doesn’t find the specified element on the screen.
True False (√)
Selectors
valid selector
Single choice
(73) Can avalid selector identify different elements on the screen at the same time?
No (√) Yes
full selectors
Single choice
(74) Can full selectors be used inside a container (Attach Window or Open Application activities)?
No Yes (√)
partial selectors
Single choice
(75) Can partial selectors be used inside a container (Attach Window or Open Application activities)?
No Yes (√)