Web scraping in UiPath can be used to extract all information from a web page, extract content from tables, and extract lists or structured data. The For Each activity is used to loop through a collection of items. The String.Format expression returns "Input = 1 and Output = 2". UiPath Studio has recording profiles for Basic, Desktop, Web, and Citrix automation. Desktop recording is recommended for automating steps within the same window. The Add Log Fields activity customizes standard log messages. Desktop recording generates full selectors. Data scraping can extract pattern-based data from web pages. The Check activity checks if a checkbox is selected or cleared. The Get Row Item activity gets a column value from a specific row in a
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
122 views
UiPath Questions
Web scraping in UiPath can be used to extract all information from a web page, extract content from tables, and extract lists or structured data. The For Each activity is used to loop through a collection of items. The String.Format expression returns "Input = 1 and Output = 2". UiPath Studio has recording profiles for Basic, Desktop, Web, and Citrix automation. Desktop recording is recommended for automating steps within the same window. The Add Log Fields activity customizes standard log messages. Desktop recording generates full selectors. Data scraping can extract pattern-based data from web pages. The Check activity checks if a checkbox is selected or cleared. The Get Row Item activity gets a column value from a specific row in a
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
1. What are the uses of web scraping in UiPath?
Extracting all the information from a web page
Extracting the content of a table from a web page Extracting lists or other structured data from a web page Extracting the images from a webpage 2. Which activity is used to loop through a collection of items? Assign activity For each activity If activity Flow decision activity 3. The String.Format(“Input = {0} and Output = {1}”, “1”,”2”) expression returns the following text: Input = 1 and Output = 1 Input = 1 and Output = 2 Input = {0} and Output = {1} Input = 0 and Output = 0 4. What are the recording profiles are available in UiPath Studio? Basic, Desktop, Web, and Citrix Click, Check, Type Into, and Select Item Automatic recording and Step-by-Step recording Basic and Desktop 5. When is it recommended to use desktop recording? When you automate web pages When you automate Citrix Applications When you automate more steps in the same window When you automate one step 6. When should the Add Log Fields activity be used? When the standard log message has to be customized by adding new fields to it When logs need to be enabled When a log message with a maximum number of five visible fields needs to be generated When logs need to be disabled 7. Which recording profile generates full selectors? Recording by steps Citrix recording Desktop recording Basic recording 8. How do you extract pattern based data? By using data scraping By using basic recorder By performing Citrix automation None of the above 9. What should you use to check if a checkbox is selected or cleared? Check activity Get Attribute activity Click activity A trigger activity 10. What activity is used to get a column value from a specific row of a DataTable? Get Row Item Remove Data Row Read Cell Write cell 11. What should you use to scrape tables from a web page? Data Scraping Get Text Get OCR text Read Cell 12. How can you find all anchor elements in a web page? Using the Find Element Activity Using the Find Relative Element Activity Using the Find Children Activity Using the Get Ancestor Activity 13. Which of the scraping methods can get you the hidden text in the element? Native FullText OCR All of the above 14. How can you extract text from a Citrix application? Using the screen scraping Using the shared clipboard Using Microsoft OCR None of the above 15. Which of the following activities is used to extract text from a hidden browser? Get Visible Text Get Full Text Extract Structured Data None of the above