UiPath Documentation
studio
2020.10
false
Studio ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

基本のプロセスを作成する

This tutorial teaches you how to create a basic process in Studio in 10 minutes and run it on your machine. The example opens a browser, loads a certain web page, scrapes information, and writes it to the Output panel, and in a Notepad file.

ビデオを視聴するか、以下の手順を実行してください。

  1. Studio を起動します。[ホーム] の Backstage ビューで [プロセス] をクリックして、新しいプロジェクトを作成します。[新しい空のプロセス] ウィンドウが表示されます。

  2. 新しいプロジェクトの名前とこのオートメーション プロジェクトの目的を要約した説明を入力します。新しいプロジェクトの場所を選択します。

    注:

    プロジェクト名は 128 文字、説明は 500 文字以内です。

  3. [作成] をクリックします。新しいプロジェクトが Studio で開きます。

  4. In the Activities panel, search for Open Browser and drag it to the Designer panel. Notice that the activity is automatically added inside a Sequence.

  5. [ブラウザーを開く] アクティビティの入力フィールドに URL "https://www.uipath.com/product/studio" を追加します。Ctrl + S キーを使用するかリボンの [保存] をクリックし、Ctrl + F6 キーを押してプロセスを実行します。指定した Web ページが Internet Explorer で開きます。

  6. From the Activities panel, add a Get Visible Text activity to the Do container of the Open Browser activity. Click Indicate element inside browser, and click on the text that you want to scrape from the previously loaded web page.

  7. In the Variables panel, create a new string variable called GetText, and set its scope to Sequence. The purpose of this variable is to store the scraped information.

  8. [表示中のテキストを取得] アクティビティの [プロパティ] パネルで [テキスト] プロパティの横のフィールドを選択し、変数 GetText を挿入します。

  9. From the Activities panel, drag a Write stepne activity. In the input text field, add the previously created variable. This activity writes the scraped data to the Output panel.

  10. Add an Open Appstepcation activity to the project. Open a Notepad instance, click Indicate window on screen and select the opened appstepcation. Notepad’s file path is detected.

  11. Add a Type Into activity in the Open Appstepcation activity’s Do container. Click Indicate element inside window to select the Notepad window, and add the GetText variable to the input text field. This activity writes the scraped text to a Notepad window.

  12. リボンの [ファイルを実行] をクリックするか、ショートカット キー Ctrl + F6 を使用してプロジェクトを実行します。

When the execution is completed, notice that the scraped text is written to the Output panel, and in the Notepad file.

同様に、Web ページからデータをスクレイピングする別のプロセスを、ウィザードを使用して作成することができます。

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得