美文网首页
UIpath习题总结篇 - Lesson 5 - Advance

UIpath习题总结篇 - Lesson 5 - Advance

作者: 柳树繁星 | 来源:发表于2019-04-09 16:38 被阅读0次


    Lesson 5 - Advanced UI Interaction

    input method

    default

    Multiple Choice

    (56)  The downsides of using the Default input method are:

              The condition that the application must be active (√)

              The condition that the application must be running in background.

              Low speed (√)

    Output or Screen Scraping Methods

    OCR method (optical character recognition)

    Single choice

    (57)  The main advantage of the OCR method is:

              It works even if the application is running in the background.

              It works onevery application even if it’s running in a virtual environment. (√)

              It’s fast.

    FullText method

    Multiple Choice

    (58)  The most important advantages of the FullText method are:

               It works in Citrix environments.

               It's fast. (√)

               It works in the background. (√)

               It'saccurate. (√)

    Single choice

    (59)  What is the best method to extract white text written on blue background in a desktopapp?

             By using the Google OCR engine

             By using the FullText method (√)

             Byusing the Google OCR engine with Invert flag

             By using the Microsoft OCR engine

    Single choice

    (60)  Can the robot be programmed to ignore taking hidden information while using the FullText method?

               No            Yes  (√)

    Multiple Choice

    (61)  By usingthe Full Text scraping method, the robot is able to:

             Get hiddeninformation

             Get editabletext (√)

             Get theentire visible text (√)

             Getfont information (size, colour).

    Native method

    get text position

    Web scraping

    Data Scraping

    Multiple Choice

    (62)  What is the Data Scraping wizard for?

               Automating interactions with web pages 

               Extracting text from one UI element

               Extractingcorrelated data from the web or other applications (√)

               Extracting whole tables from the web or other applications(√)

     Single choice

    (63)  What would be the best method to retrieve results from multiple Google pages?

               DataScraping, because it can operate with structured data and return a data table.(√)

               Screen scraping by using the FullText method because it retrieves the entire text.

               Native,because it works in the background.

    Single choice

    (64)  What is the best activity for scraping tables from a web page?

               Get Visible Text

               Data scraping wizard (√)

               Get OCR Text

    UI ELEMENTS

    About UI Elements

    参考链接:https://studio.uipath.com/docs/about-ui-elements

    UI Activities Properties

    Input Methods

    参考链接:https://studio.uipath.com/docs/input-methods

    Input Actions

    Clicks Text typing Keyboard shortcuts Right-clicks Mousehover Clipboard actions Etc.

    Example of Using Input Methods

    参考链接:https://studio.uipath.com/docs/example-of-using-input-methods

    Output or Screen Scraping Methods

    Output Actions

    Getting text Finding elements and images Clipboard actions Etc.

    Examples of Using Output or Screen Scraping Methods

    Generating Tables from Unstructured Data

    Relative Scraping

    参考链接:https://studio.uipath.com/docs/relative-scraping

    相关文章

      网友评论

          本文标题:UIpath习题总结篇 - Lesson 5 - Advance

          本文链接:https://www.haomeiwen.com/subject/mtliiqtx.html