3
3

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.

Google Chrome で ページのHTML要素に対応するソース箇所を調べる

Last updated at Posted at 2012-06-09

ページ上の要素を右クリックして、要素を検証を実行すれば、Chrome Developer Toolsが開き、要素に対応するHTMLソースコードをハイライト表示してくれます。

Watir で操作したい要素の class, id, name 等調べるのに役立ちました!
実はまともに使ったの今日が初めて・・・

Chrome Developer Tools

  • Chrome Developer Tools は F12キーからも呼び出せるようです。

参考

3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?