0
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.

chromeコンソールから要素単位でスクリーンショットを撮影する

Posted at

概要

要素ごとにスクリーンショットを撮影したい場合に、一度画面全体を撮影してからトリミングするということをしていたのですが、Chromeのコンソールから要素ごとにスクショが取れる機能があるみたいなのでその方法をメモします。

chrome86から対応しているみたいです。

方法

コンソールを開く => 要素(Elements)タブをクリック => 撮影したい要素で右クリック => Capture node screenshot

で画像を保存できます!

0
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
0
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?