chromeにおけるクリックの自動化について
お問い合わせ分類:シナリオ
( 導入環境: )
( バージョン情報:WinActor-v7.2.1 )
( ご利用中の資材:「標準ユーザー用」(旧インストールレス版) )
chromeでXpathを利用して自動でクリックさせたいがうまく動作できない。
クリック(IE)では自動でクリック出来たのでそのタグ情報を利用したい。
IEでは
①クリック(IE)⇒②クリック(IE)
①のタグ情報
tag=a
frame index=1
tag index=137
id= btncontextMenu_export_bottom
②のタグ情報
tag=a
frame ndex=1
tag index=141
chromeに置き換えてみると、
①フレーム選択⇒②クリック⇒③クリック
①フレーム選択
選択モード:child
Xpath://*[@id="btncontextMenu_export_bottom"]/span
②Xpath:a[137]
③Xpath:a[141]
としています。
まず①で
The element is not found: XPath=//*[@id="btncontextMenu_export_bottom"]/span
というエラーが表示されます。
ご教授お願い致します。
技術支援チーム22 回答した質問
回答とコメントは、会員登録(無料)で閲覧できるようになります。
新規登録