Forrest logo
back to context overview

pageres

List of commands for pageres:

  • pageres:tldr:5ff8a pageres: Hide a specific element.
    $ pageres ${https:--example-com-} ${1366x768} --hide='${-page-header}'
    try on your machine
    explain this command
  • pageres:tldr:a276e pageres: Take multiple screenshots of multiple URLs at different resolutions.
    $ pageres ${https:--example-com-} ${https:--example2-com-} ${1366x768} ${1600x900}
    try on your machine
    explain this command
  • pageres:tldr:b2195 pageres: Provide specific options for a URL, overriding global options.
    $ pageres [${https:--example-com-} ${1366x768} --no-crop] [${https:--example2-com-} ${1024x768}] --crop
    try on your machine
    explain this command
  • pageres:tldr:b5af1 pageres: Capture a specific element on a page.
    $ pageres ${https:--example-com-} ${1366x768} --selector='${-page-header}'
    try on your machine
    explain this command
  • pageres:tldr:ffe16 pageres: Capture a screenshot of a local file.
    $ pageres ${local_file_path-html} ${1366x768}
    try on your machine
    explain this command
back to context overview