4
10

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 5 years have passed since last update.

Seleniumで使用するXPathをChromeで取得する

Last updated at Posted at 2017-06-20

Chrome:58.0.3029.110 (64-bit)
FireFox:53.0.3 (64 ビット)
Selenium IDE:2.9.1
#Chromeデベロッパーツール起動
F12を押す。
Chromeデベロッパーツール起動.PNG
#要素指定
デベロッパーツールの左上の矢印アイコンを押すと要素を指定できる。
要素指定.png
#XPathコピー
要素の一覧上で右クリックし、「Copy / Copy XPath」を指定
XPathコピー.png
#その他のブラウザでの取得例(英語サイト)
http://www.wikihow.com/Find-XPath-Using-Firebug
(※FireBugではXpathのコピーが表示されないかもしれません)
#Selenium IDEでの実行例
Yahooトップを表示して検索ボタンをクリック。
Selenium IDE.PNG
Yahooトップ表示。
Yahooトップ.PNG
検索ボタンクリック後。
検索ボタンクリック後.PNG

4
10
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
4
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?