[Reserved] 3.5 UiPath introduction and use of the clipboard

I. INTRODUCTION clipboard operations

  An act of simulated users are using clipboard operations:

  For example, setting the clipboard (SettoClipboard), obtaining (GetFromClipboard) operation from the clipboard

 

Second, using the clipboard related operations in the UiPath

  1. Open the designer, in designing a new Sequence Library, and name of the sequence stored in the path setting Sequence

  

 

  2. Search Activities in the open browser, and drag it to the design area, and is set to open the website, run the process "https://www.baidu.com/"

  

  

 

  3. Activities search disposed clipboard (SettoClipboard), and into the design area, is disposed in the properties area input_text "uipath"

  

 

  4. Search Request (GetFromClipboard) from the clipboard in the Activities, and into the design area, the attribute area to set the output variable text

  

  

 

  5. Set search text (text SET) in the Activities, and into the design area, the pickup area set as a search box, text input variables

  # Pickup area

  

  

 

  # Run is completed, you'll get to see the "uipath" from the clipboard, and writes the search box

  

  Summary: The above process is used to set the clipboard (SettoClipboard) and obtain from the clipboard (GetfromClipboard) operation, you can try hands

 

 Source: RPA House ( http://www.rpazj.com )

 Author: RPA home team

Guess you like

Origin www.cnblogs.com/Erik_Xu/p/11874889.html