<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UiPath &#8211; FITSブログ</title>
	<atom:link href="https://blog.fits-inc.jp/tag/uipath/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.fits-inc.jp</link>
	<description>Webシステムの受託開発でお困りなら</description>
	<lastBuildDate>Sun, 07 Jun 2020 01:00:33 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>

<image>
	<url>https://blog.fits-inc.jp/wp-content/uploads/2024/06/cropped-image-5-32x32.png</url>
	<title>UiPath &#8211; FITSブログ</title>
	<link>https://blog.fits-inc.jp</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>UiPath StudioX でCSVのデータを基にGmailのメールを作成する</title>
		<link>https://blog.fits-inc.jp/2020/06/07/uipath-studiox-%e3%81%a7csv%e3%81%ae%e3%83%87%e3%83%bc%e3%82%bf%e3%82%92%e5%9f%ba%e3%81%abgmail%e3%81%ae%e3%83%a1%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%9c%e6%88%90%e3%81%99%e3%82%8b/</link>
		
		<dc:creator><![CDATA[FITS Admin]]></dc:creator>
		<pubDate>Sun, 07 Jun 2020 01:00:33 +0000</pubDate>
				<category><![CDATA[技術ブログ]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[UiPath]]></category>
		<category><![CDATA[UiPath Studio X]]></category>
		<guid isPermaLink="false">https://blog.fits-inc.jp/?p=592</guid>

					<description><![CDATA[　他社さんとのご挨拶の際に UiPath の簡単な紹介もしていたら、毎月のメール送信なんかを自動化したい、という要望が多かったので CSV のデータを基に、 Gmail のメールボックスでメールを作成する自動化プロジェク [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">　他社さんとのご挨拶の際に UiPath の簡単な紹介もしていたら、毎月のメール送信なんかを自動化したい、という要望が多かったので CSV のデータを基に、 Gmail のメールボックスでメールを作成する自動化プロジェクトについて解説します。メールの送信自動化までは解説してないけど、あとはボタン一つだけなのでここから応用で作成できるかと思います。</p>



<h2 class="wp-block-heading">プロジェクトの作成</h2>



<p class="wp-block-paragraph">　まずはいつも通り、空のプロジェクトから作っていきます。</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="845" height="461" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-44.png" alt="" class="wp-image-593" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-44.png 845w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-44-300x164.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-44-768x419.png 768w" sizes="(max-width: 845px) 100vw, 845px" /></figure>



<p class="wp-block-paragraph">　プロジェクト名をつけます。</p>



<figure class="wp-block-image size-large"><img decoding="async" width="778" height="463" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-45.png" alt="" class="wp-image-594" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-45.png 778w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-45-300x179.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-45-768x457.png 768w" sizes="(max-width: 778px) 100vw, 778px" /></figure>



<p class="wp-block-paragraph">　作成を押してプロジェクトの作成を完了させておきます。これによりプロジェクトのディレクトリが作成されます。</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="510" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-48-1024x510.png" alt="" class="wp-image-597" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-48-1024x510.png 1024w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-48-300x149.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-48-768x383.png 768w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-48.png 1337w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">CSV作成</h2>



<p class="wp-block-paragraph">　メールの内容を記載したCSVを作成して、プロジェクトフォルダに保存しておきます。その際にUTF-8形式で保存しておくことを忘れないでください。</p>



<p class="wp-block-paragraph">　新規で空白のブックを作成し</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="809" height="444" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-46.png" alt="" class="wp-image-595" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-46.png 809w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-46-300x165.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-46-768x421.png 768w" sizes="auto, (max-width: 809px) 100vw, 809px" /></figure>



<p class="wp-block-paragraph">　3行に分けて宛先、件名、本文を入力します</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="668" height="668" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-47.png" alt="" class="wp-image-596" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-47.png 668w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-47-300x300.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-47-150x150.png 150w" sizes="auto, (max-width: 668px) 100vw, 668px" /></figure>



<p class="wp-block-paragraph">　保存時のファイルタイプをCSV UTF-8にして、先ほど作成したプロジェクトディレクトリにファイルを保存します。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="542" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-49-1024x542.png" alt="" class="wp-image-598" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-49-1024x542.png 1024w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-49-300x159.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-49-768x407.png 768w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-49.png 1125w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">　上の内容でExcel側でのファイルの保存を済ませたら、再びUiPath側の操作に戻ります。</p>



<h2 class="wp-block-heading">ワークフローを作成する</h2>



<p class="wp-block-paragraph">　「CSV を読み込み」アクティビティを作成し、先ほど作成したCSVを読み込み元ファイルとして指定します。また、出力先はNotesのScratchpadを指定します。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="551" height="339" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-52.png" alt="" class="wp-image-601" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-52.png 551w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-52-300x185.png 300w" sizes="auto, (max-width: 551px) 100vw, 551px" /></figure>



<p class="wp-block-paragraph">　なお、この状態で Project_Notebook.xlsx を開いたまま、ワークフローを実行すると、Scratchpad シートに CSV の内容が書き込まれ、イメージがしやすくなります。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="772" height="545" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-53.png" alt="" class="wp-image-602" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-53.png 772w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-53-300x212.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-53-768x542.png 768w" sizes="auto, (max-width: 772px) 100vw, 772px" /></figure>



<p class="wp-block-paragraph">　Chrome ブラウザであらかじめ Gmail でメールの作成ボタンをクリックし、メール作成画面を開いておきます。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1011" height="513" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-54.png" alt="" class="wp-image-603" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-54.png 1011w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-54-300x152.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-54-768x390.png 768w" sizes="auto, (max-width: 1011px) 100vw, 1011px" /></figure>



<p class="wp-block-paragraph">　「アプリケーション/ブラウザを使用」アクティビティを配置し、「アプリケーションを指定」からさきほどのGmailのウィンドウを選択して指定します。</p>



<p class="wp-block-paragraph">こちらが指定前のもの</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="541" height="309" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-55.png" alt="" class="wp-image-604" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-55.png 541w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-55-300x171.png 300w" sizes="auto, (max-width: 541px) 100vw, 541px" /></figure>



<p class="wp-block-paragraph">こちらが指定後のものです。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="522" height="407" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-56.png" alt="" class="wp-image-605" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-56.png 522w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-56-300x234.png 300w" sizes="auto, (max-width: 522px) 100vw, 522px" /></figure>



<p class="wp-block-paragraph">宛先、件名、本文を入力するために「文字を入力」アクティビティを使用します。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="674" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-57-1024x674.png" alt="" class="wp-image-606" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-57-1024x674.png 1024w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-57-300x198.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-57-768x506.png 768w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-57.png 1121w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">「画面上でターゲットを指定」を選択してウィンドウ上で宛先をクリックし、入力する要素としてScratchpadの宛先欄を選びます。</p>



<p class="wp-block-paragraph">まずウィンドウ上で要素の指定</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="988" height="363" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-58.png" alt="" class="wp-image-607" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-58.png 988w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-58-300x110.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-58-768x282.png 768w" sizes="auto, (max-width: 988px) 100vw, 988px" /></figure>



<p class="wp-block-paragraph">Excel内で入力する欄の指定</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="957" height="494" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-59.png" alt="" class="wp-image-608" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-59.png 957w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-59-300x155.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-59-768x396.png 768w" sizes="auto, (max-width: 957px) 100vw, 957px" /></figure>



<p class="wp-block-paragraph">　宛先の欄を選んでConfirmをクリックします。（一度Project_Notebook.xlsxを開いたままワークフローを実行しているので、値が表示されていますが、ここで空欄になっている場合、空欄でもよいのでB1セルを指定してください）</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1003" height="615" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-60.png" alt="" class="wp-image-609" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-60.png 1003w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-60-300x184.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-60-768x471.png 768w" sizes="auto, (max-width: 1003px) 100vw, 1003px" /></figure>



<p class="wp-block-paragraph">B1セルが指定されました。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="510" height="644" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-61.png" alt="" class="wp-image-610" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-61.png 510w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-61-238x300.png 238w" sizes="auto, (max-width: 510px) 100vw, 510px" /></figure>



<p class="wp-block-paragraph">　この状態で実行すると、Gmailが起動し、新規メール作成画面にて件名が入力されます。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="355" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-62-1024x355.png" alt="" class="wp-image-611" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-62-1024x355.png 1024w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-62-300x104.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-62-768x266.png 768w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-62.png 1068w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">同様にして文字を入力アクティビティで件名、本文などを入力していきます。ただし、本文入力時は「入力前にフィールド内を削除」のオプションを「なし」にしないと署名が上書きされてしまうので気を付けてください（下図参照）。また、本文欄がUiPath上で指定できない、という場合は一度Gmailの入力画面上で本文欄をクリックして入力可能にしたうえで指定してください。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="502" height="382" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-64.png" alt="" class="wp-image-613" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-64.png 502w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-64-300x228.png 300w" sizes="auto, (max-width: 502px) 100vw, 502px" /></figure>



<p class="wp-block-paragraph">　CSVの内容でメールが作成されました。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="717" height="234" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-65.png" alt="" class="wp-image-614" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-65.png 717w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-65-300x98.png 300w" sizes="auto, (max-width: 717px) 100vw, 717px" /></figure>



<p class="wp-block-paragraph">　もし、本文で入力される文面がずれている（署名に食い込んでいる）などがあれば、入力前のクリックを無効にしてみてください（下図参照）</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="525" height="389" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-66.png" alt="" class="wp-image-615" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-66.png 525w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-66-300x222.png 300w" sizes="auto, (max-width: 525px) 100vw, 525px" /></figure>



<p class="wp-block-paragraph">　さらに送信ボタンクリックのアクティビティなどを追加することで、実際のメール送信なども行えますが、その手の対外的で取り返しのつかない操作を行う前にはユーザー確認処理を挟んだ方が良いです。そちらについては後日解説します。</p>



<p class="wp-block-paragraph">　ここまでがCSVの内容をもとにメール送信を行う方法でした。応用すれば、リスト化した宛先に次々メールを送ったり、毎月やらなければいけないメール送信を自動化したり、打刻がおかしい（打刻漏れ）社員に Slack で通知を送る、といった定型業務が自動化できます。ぜひ活用してくださいね。それではまた。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>UiPath StudioX を使って Google検索で明日の天気を表示する</title>
		<link>https://blog.fits-inc.jp/2020/06/01/uipath-studiox-%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6-google%e6%a4%9c%e7%b4%a2%e3%81%a7%e6%98%8e%e6%97%a5%e3%81%ae%e5%a4%a9%e6%b0%97%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/</link>
		
		<dc:creator><![CDATA[FITS Admin]]></dc:creator>
		<pubDate>Mon, 01 Jun 2020 15:31:51 +0000</pubDate>
				<category><![CDATA[技術ブログ]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[UiPath]]></category>
		<guid isPermaLink="false">https://blog.fits-inc.jp/?p=539</guid>

					<description><![CDATA[　UiPath の使い道として、ブラウザによるWeb操作を自動化したい、という要望が多いみたいです。本日はその入門編として、ブラウザを使ってGoogleにアクセスし、「明日の天気」を検索し、結果を表示させるところまでをU [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">　UiPath の使い道として、ブラウザによるWeb操作を自動化したい、という要望が多いみたいです。本日はその入門編として、ブラウザを使ってGoogleにアクセスし、「明日の天気」を検索し、結果を表示させるところまでをUiPath StudioXのプロジェクトで作成します。</p>



<h2 class="wp-block-heading">初めにプロジェクト作成</h2>



<p class="wp-block-paragraph">　まずはさくさくプロジェクトを作っていきましょう。新規プロジェクトから空のタスクを選びます</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="953" height="735" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image.png" alt="" class="wp-image-540" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image.png 953w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-300x231.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-768x592.png 768w" sizes="auto, (max-width: 953px) 100vw, 953px" /></figure>



<p class="wp-block-paragraph">　プロジェクトの設定も特に凝らずにこのように。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="780" height="459" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-1.png" alt="" class="wp-image-541" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-1.png 780w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-1-300x177.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-1-768x452.png 768w" sizes="auto, (max-width: 780px) 100vw, 780px" /></figure>



<p class="wp-block-paragraph">　早速プロジェクトが作成されます。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="710" height="399" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-2.png" alt="" class="wp-image-542" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-2.png 710w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-2-300x169.png 300w" sizes="auto, (max-width: 710px) 100vw, 710px" /></figure>



<p class="wp-block-paragraph">　さて、アクティビティをスムーズに作成するため、ChromeなどのブラウザでGoogleのトップページを開いたままにしておきましょう。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="509" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-3-1024x509.png" alt="" class="wp-image-543" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-3-1024x509.png 1024w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-3-300x149.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-3-768x382.png 768w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-3-1536x764.png 1536w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-3.png 1576w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">　次に、アプリケーション/ブラウザを使用アクティビティを配置します。まだアプリケーションを指定していないため赤いビックリマークが表示されています。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="759" height="495" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-4.png" alt="" class="wp-image-544" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-4.png 759w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-4-300x196.png 300w" sizes="auto, (max-width: 759px) 100vw, 759px" /></figure>



<p class="wp-block-paragraph">　「アプリケーションを指定」をクリックし、捜査対象のアプリケーションをUiPathに教えてあげましょう。先ほど起動していたChromeのGoogleが表示されているウィンドウをクリックします。その際、下記のように青みがかったオーバレイ表示になるはずです。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="675" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-5-1024x675.png" alt="" class="wp-image-545" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-5-1024x675.png 1024w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-5-300x198.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-5-768x506.png 768w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-5-1536x1013.png 1536w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-5.png 1556w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">　無事に指定が完了しましたので、アプリケーション/ブラウザを使用アクティビティが「ブラウザを使用」アクティビティに変化し、かつChromeでGoogleにアクセスするところまで自動で設定されています。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="699" height="583" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-6.png" alt="" class="wp-image-546" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-6.png 699w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-6-300x250.png 300w" sizes="auto, (max-width: 699px) 100vw, 699px" /></figure>



<p class="wp-block-paragraph">　もし指定を間違えてしまった場合はアクティビティをそのものを削除してやりなおすか、バーガーメニューから「画面上でターゲットを指定」を選ぶなどして、再度アプリケーションを指定しましょう。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="913" height="309" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-7.png" alt="" class="wp-image-547" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-7.png 913w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-7-300x102.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-7-768x260.png 768w" sizes="auto, (max-width: 913px) 100vw, 913px" /></figure>



<p class="wp-block-paragraph">　ここからはアプリケーション（ブラウザ）を主に操作するので、アクティビティパネルの「アプリケーション」のボタンを押し、表示されるアクティビティをアプリケーション関連のものに絞りましょう。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="533" height="551" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-9.png" alt="" class="wp-image-549" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-9.png 533w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-9-290x300.png 290w" sizes="auto, (max-width: 533px) 100vw, 533px" /><figcaption>　</figcaption></figure>



<p class="wp-block-paragraph">　続いてGoogleにリクエストする検索ワードを設定するため、文字を入力アクティビティを配置します。このアクティビティも「画面上でターゲットを指定」が行えますので、入力ボックスの位置を画面を見て指定することが可能です。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="465" height="617" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-10.png" alt="" class="wp-image-550" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-10.png 465w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-10-226x300.png 226w" sizes="auto, (max-width: 465px) 100vw, 465px" /></figure>



<p class="wp-block-paragraph">　検索ワードの入力ボックスをクリックします。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="397" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-12-1024x397.png" alt="" class="wp-image-552" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-12-1024x397.png 1024w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-12-300x116.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-12-768x298.png 768w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-12-1536x596.png 1536w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-12.png 1922w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">　続いて「これを入力」をクリックし、入力する文字列を指定します。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="971" height="685" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-13.png" alt="" class="wp-image-553" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-13.png 971w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-13-300x212.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-13-768x542.png 768w" sizes="auto, (max-width: 971px) 100vw, 971px" /></figure>



<p class="wp-block-paragraph">　これで文字を入力アクティビティの設定が完了しました。実行するとわかりますが、この状態では入力ボックスに「明日の天気」が入力されますが、検索までは実行されません。もちろん検索ボタンをクリックすればよいのですが、エンターキーでも同様のことが行えますので、今回はエンターキーを利用します。</p>



<p class="wp-block-paragraph">　文字を入力アクティビティの次に、キーボードショートカットアクティビティを繋げます。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="529" height="622" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-16.png" alt="" class="wp-image-556" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-16.png 529w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-16-255x300.png 255w" sizes="auto, (max-width: 529px) 100vw, 529px" /></figure>



<p class="wp-block-paragraph">ショートカットをレコーディングをクリックし、エンターキーを押し、れコーティングを停止をクリックすることで、Enterキーがレコーディングされます。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="531" height="296" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-17.png" alt="" class="wp-image-557" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-17.png 531w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-17-300x167.png 300w" sizes="auto, (max-width: 531px) 100vw, 531px" /></figure>



<p class="wp-block-paragraph">　しかし、これだけでは検索実行されないことがあります。なぜかというと検索ボックスに「明日の天気」を入力した際にIME（文字変換）が起動しており、Enter1回分がそのIMEの確定に使われてしまうためです。</p>



<p class="wp-block-paragraph">　試しに下記のようにEnter2回分をエミュレートさせたところ、問題なく検索が行われるようになることを確認しました。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="549" height="285" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-18.png" alt="" class="wp-image-558" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-18.png 549w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-18-300x156.png 300w" sizes="auto, (max-width: 549px) 100vw, 549px" /></figure>



<p class="wp-block-paragraph">　実行後の画面はこちらの通りです。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="634" src="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-19-1024x634.png" alt="" class="wp-image-559" srcset="https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-19-1024x634.png 1024w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-19-300x186.png 300w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-19-768x476.png 768w, https://blog.fits-inc.jp/wp-content/uploads/2020/06/image-19.png 1292w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">本日はUiPathを使用したGoogleでの明日の天気の検索を解説いたしました。Freeeへのログインや、Twitterへのログイン後のツイート、Slackへログイン後の投稿など、次回はより実務に役立つ応用編を投稿したいと思っています。次回もよろしくお願いいたします。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>UiPath（ユーアイパス）のライセンスについて調べてみた結果まとめ</title>
		<link>https://blog.fits-inc.jp/2019/06/19/uipath%ef%bc%88%e3%83%a6%e3%83%bc%e3%82%a2%e3%82%a4%e3%83%91%e3%82%b9%ef%bc%89%e3%81%ae%e3%83%a9%e3%82%a4%e3%82%bb%e3%83%b3%e3%82%b9%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%aa%bf%e3%81%b9%e3%81%a6/</link>
		
		<dc:creator><![CDATA[FITS Admin]]></dc:creator>
		<pubDate>Wed, 19 Jun 2019 09:00:37 +0000</pubDate>
				<category><![CDATA[ブログ]]></category>
		<category><![CDATA[UiPath]]></category>
		<guid isPermaLink="false">http://blog.fits-inc.jp/?p=133</guid>

					<description><![CDATA[内製ツールは無料で作れるのか？ 　UiPath で内製ツールが作れるかどうかですが、 UiPath には UiPath Community Edition と呼ばれるエディションがあります。これは、用途や事業規模に制約が [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">内製ツールは無料で作れるのか？</h3>



<p class="wp-block-paragraph">　UiPath で内製ツールが作れるかどうかですが、 UiPath  には UiPath Community Edition と呼ばれるエディションがあります。これは、用途や事業規模に制約がある代わりに、ほぼほぼ有償版と同等の機能がつ使えるエディションです。この UiPath Community Edition を使えば内製ツールの作成が可能です</p>



<h3 class="wp-block-heading"> UiPath Community Edition の使用条件</h3>



<p class="wp-block-paragraph">UiPath Community Edition の使用条件は、公式ページに詳しく書かれています</p>



<p class="wp-block-paragraph"><a href="https://www.uipath.com/ja/community">https://www.uipath.com/ja/community</a></p>



<p class="wp-block-paragraph">　まずはじめに、商用利用するのであれば UiPath Platform が必要となり、 UiPath Community Edition は使用できません。また、商用利用ではない内製ツールなどの場合は、 UiPath Community Edition が利用できますが、事業規模に下記の制約がつきます。まず、エンタープライズというカテゴリに該当する企業、具体的には</p>



<ul class="wp-block-list"><li>250台以上の端末数、またはユーザー数</li><li>年間売上が500万ドル超</li></ul>



<p class="wp-block-paragraph">に該当する場合は、UiPath Studio とUiPath Orchestrator Communityエディションを <strong>評価とトレーニング目的でのみ </strong>使用できます</p>



<p class="wp-block-paragraph">次に、エンタープライズに該当しない、つまり</p>



<ul class="wp-block-list"><li>端末もユーザー数も250未満</li><li>かつ、年間売上も500万ドル未満</li></ul>



<p class="wp-block-paragraph">の場合は、UiPath Studio Community Edition は<strong>最大5台まで（使用目的に制限なし）</strong>で使用でき、かつ、UiPath Orchestrator Community Edition は、<strong>評価とトレーニング目的でのみ</strong>使用できます。</p>



<p class="wp-block-paragraph">つまり、内製ツールであれば UiPath Studio Community Edition を使用して作ることが可能、ということです。</p>



<h3 class="wp-block-heading">お客様にロボットを納品することができるか？</h3>



<p class="wp-block-paragraph">　それでは、仮に有償のライセンスを購入した場合は、弊社のお客様に作成したロボットの納品や、実行形式の配布が可能でしょうか？UiPath Studio から .nupkg 形式でロボットを作成することができ、これを UiPath Robot という製品から実行することができます。UiPath StudioとUiPath Robotの導入は年額50万円程度ですから、IT導入補助金等を活用すれば約25万円で実行環境と開発環境を納品することが可能、ということになります。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
