Example of Automatic Recording with Web

Example of Automatic Recording with Web

SUGGEST EDITS

To exemplify how you can use the web recording and understand how it works, let’s create a project that enables you to go to Amazon and sign in to your account.

Note:

It is recommended to run your web automations on Internet Explorer 11 and above, Mozilla Firefox 50 or above, or the latest version of Google Chrome.

  1. Open an Internet Explorer instance. IEを立ち上げ

  2. In UiPath Studio, create a new sequence. 新規ワークスペースを作る

  3. In the Design tab, in the Wizards group, select Recording > Web. The Web Recording toolbar is displayed and the main view is minimized. レコーディング開始

  4. Click Record. The automating recording process starts. レコードクリック

  5. Navigate to www.amazon.com. アマゾンを開く

  6. Go to the Sign In page and input your e-mail and password. サインインページを登録

Note:

When the Type Into pop-up is displayed for your password, make sure that you select the Type Password check box. Besides the Type Into activity, another activity, Get Password, is created in the sequence. This activity hides the password behind asterisks (*) and stores it in a string variable.

VBA


GOOGLE APPS SCRIPT (NODEJES) CLOUD FUNCTION

PUPETTER


  1. Click Sign In and press Esc two times. The recording is saved and displayed as a project in the Designer panel.

  2. Close and open Internet Explorer manually.

  3. In Studio, press F5. The automation is executed as expected. F5を押して実行

Click here to download the example.

As you can see, the project requires you to close and open Internet Explorer manually. If you want to automate this part too, you need to manually add the Open Browser and Close Tab activities at the beginning and end of the project.

確認で プロジェクトが終了時にIEを閉じていいかを確認します