TESTED QUESTIONS GRADED A+
◍ Can you store a Selector in a variable? (Choose one)
Yes, of type String
Yes, of type Int32
No
Yes, of type UiElement. Answer: Yes, of type String
◍ Can a valid selector identify different elements on the screen at the
same time?
No
Yes. Answer: No
◍ This is a reliable selector for a dynamic page: "webctrl idx='144'
tag='IMG'/"
, True
False. Answer: False
◍ What is the Highlight activity useful for? (Choose one)
For removing selectors
For troubleshooting and verifying selectors
For adding activities in Studio. Answer: For troubleshooting and
verifying selectors
◍ What are the supported wildcard characters for selectors in UiPath
Studio? (Multiple choice)
&
?
$
*. Answer: ?
*
◍ The Element Exists activity throws an exception if it doesn't find
the specified element on the screen.