feat: add fullpage and maxheight parameters for enhanced screenshot options
All checks were successful
Build Container / docker (push) Successful in 4m13s
All checks were successful
Build Container / docker (push) Successful in 4m13s
This commit is contained in:
@@ -102,6 +102,18 @@
|
||||
<td>Allows you to enable/disable JavaScript in the rendered Website. Default value: yes</td>
|
||||
<td>js=false</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>fullpage</td>
|
||||
<td>true|false</td>
|
||||
<td>Capture the full page height instead of just the viewport. Useful for long pages and LLM analysis. Default: false</td>
|
||||
<td>fullpage=true</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maxheight</td>
|
||||
<td>1–30000</td>
|
||||
<td>Maximum pixel height when using fullpage=true. Default: 15000</td>
|
||||
<td>maxheight=20000</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user