How can you rename a file using StudioX?
Options are :
You cannot rename a file with StudioX
Using the Change File action
Using the Move File action
Using the Rename file action
What are the uses of Web Scrapping in UiPath?
Extracting lists or other structured data from a web page
Extracting all the information from a web page
Extracting the images from a web page
Extracting the content of a table from a web page
What happens if you try to use write range activity to a .xlsx file that does not exist?
It will throw an error
It will create that file for you and write the data in it
It will continue the execution without writing the data
How can you extract text from a Citrix application?
None of the above
Using Microsoft OCR
Using the shared clipboard
Using the screen scraping
This is a reliable selector for a dynamic web page:'144'tag='IMG'/
TRUE
FALSE
What is the slowest method of reading text?
Native
FullText
OCR
What are the functions of the Outline panel?
It shows the execution result of the workflow
It shows the structure of the workflow
If the Activities are properly named, it can be used to search and select specific Activities used inside the workflow
How can you improve a selector?
By using intermediate containers for a better matching of the Ui element
By adding the absolute position of the elements to the selector
By replacing the dynamic parts of an attribute with wildcards