Announcement

Collapse
No announcement yet.

Linux: Taking screenshots via CLI / Firefox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux: Taking screenshots via CLI / Firefox

    Hi,

    i want to take screenshots of FR24 on an automated basis, actually using FF via cli:
    Code:
    firefox --screenshot /tmp/test.png <ff24-link> --window-size=1920,1080
    But unfortunately the pictures are somewhat incomplete.

    test.jpg

    Does anybody has a hint how to get a "good" screenshot via cli, maybe using other tools instead of firefox?

    thanks & best regards
    Carsten

  • #2
    Likely need a delay. The pages are cached and load-on-demand. So when not in focus, it goes offline and pauses the data, only to need to catch up when focused again.
    Posts not to be taken as official support representation - Just a helpful uploader who tinkers

    Comment

    Working...
    X