Take Screenshot
現在のページのスクリーンショットを保存します(フルページはオプション)。
WebブラウザSeleniumBrowserTakeScreenshot
概要
現在のページのスクリーンショットを保存します(フルページはオプション)。
Save a screenshot of the current page (full page optional).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Browser instance | variable | 必須 | browser | Name that identifies this browser session. |
| Save to (optional) | file | 任意 | Blank = a timestamped PNG in the temp folder. '.png' added automatically. 例: C:/temp/shot.png 変数に対応 | |
| Full page | dropdownNo · Yes | 任意 | No | |
| Store path in (optional) | variable | 任意 | 例: shotPath |