0
0

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.

OwlgardenRPA - 遊んでみる2

Last updated at Posted at 2020-10-31

遊んでみる その2

  1. Yahoo!ファイナンスの株式ランキングページを表示
  2. JASDAQ市場のランキング情報をすべて取得
  3. CSVに出力

共通変数定義

変数名 データ型
ranking 明細部ジェクト型

シナリオの流れ

1. Yahoo!ファイナンスの株式ランキングページを表示

  • COM名:アプリケーション実行
プロパティ名 設定値
実行パス (chromeの実行パスを設定)
実行引数 "--new-window https://finance.yahoo.co.jp/"
  • COM名:クリック

    • サイト上部の"株式"リンクを押下
  • COM名:クリック

    • サイト上部の"株式ランキング"リンクを押下
  • COM名:クリック

    • 市場を選ぶメニューリンクの中から"JASDAQ全体"リンクを押下

2. JASDAQ市場のランキング情報をすべて取得

  • COM名:表形式一括列取得
    • 不可能!!

pic_05.jpg

表形式を操作するCOM

できること

  • Windowsアプリケーション内の表形式(?)

できないこと

  • HTML内のtableタグで作られた表形式データ
  • ブラウザ上で動くスプレッドシート
  • Excel
  • ページング対応

雑感

  • 紹介ムービーでは表形式のデータも取得可能と謳われていたので期待したが、ブラウザ上の表形式データを操作できるものではないようだ。そもそも、Owlピッカーが反応しないので設定でどうにかできるようなものでもない。サポートサイトでは、社内システムでよくあるWindowsアプリケーションの操作を例に紹介されており、こういったものに特化したCOMなのかもしれない。そもそも、OwlgardenRPAはUIオブジェクトの認識はわりと優秀な印象を受ける一方で、ブラウザに特化したCOMはなくアプリケーション操作という括りでまとめられている。もしかすると、ブラウザやWebアプリケーションの操作はそれほど強くは意識されていないのかもしれない。
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?