2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Blue Prism で Google Chrome を URL 指定でページ遷移させる

Posted at

IE を操作していた時には、IE のルート要素のアクションに「移動」があって、URLをパラメーターで渡して遷移ができました。

Google Chrome では、そのようなアクションは無くなってしまいました。
no_move_action.jpg

Google Chrome のオブジェクトにも、代わりの方法が用意されています! その手順をご紹介します。

遷移元ページの BODY 要素をスパイする

遷移する前のページの、BODY 要素をスパイします。iframe が含まれているページだと複数マッチしたりするので注意してください。

以下は、Google Search ページの例です。
google_body.jpg

操作ステージで、BODY 要素のアクション「アドレスを設定」を指定する

先ほどのステップでスパイした BODY 要素には、「アドレスを設定」というアクションがあります。
このアクションが IE における「移動」アクションに代わるものです。

パラメーターにアドレスが指定できます。

specify_address.jpg

まとめ

上記手順で、Google Chrome でも URL を指定したページ遷移ができます。
以下はアクションの例です。

action_sample.jpg

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?