For Part 3 of playing #Puppeteer on #PS3 i played through the whole of Act 2, which is why the video is so long. it was a completely different area than before with more platforming. the boss fights were the highlight and fun. i'm enjoying it.
https://qtegamers.blogspot.com/2026/06/bc-puppeteer-ps3-part3.html
(#ICYMI) In Part 2 of playing the #PS3 game #Puppeteer i finished the first act. it's such a watchable game. how it's presented is unique and fun. the boss fights were also quite different each time. i'm excited to play more.
https://qtegamers.blogspot.com/2026/06/bc-puppeteer-ps3-pt2.html

Fixing Chrome’s “No usable sandbox!” During Web Requests with Browsershot and Puppeteer

After getting Chrome up and running as the www-data user for Laravel workers, I tried to generate a PDF during a web request and got Chrome's "No usable sandbox!" error. Uh-oh. Chrome needs a sandbox, it is strongly discouraged to run without one. So, how to get a sandbox up and running? A lot of Googling suggested that this was because of AppArmor, something that Ubuntu added recently, and Debian also has but it turns out doesn't use the same way Ubuntu does. After creating AppArmor […]

https://johnbeales.com/2026/fixing-chromes-no-usable-sandbox-during-web-requests-with-browsershot-and-puppeteer/

Install Chrome as the www-data User

After recently rebuilding the 4RoadService web server on Debian 13, Browsershot wasn't working right. It wasn't working at all. We run Laravel on a slightly old-school LAMP setup with PHP-FPM, and run the Laravel workers as the www-data user, the same user that runs the web server, so that user needed to be able to run puppeteer and Chrome, which wasn't possible with each user having its own nvm/node/npm installation. Installing Node & NPM Globally The Node docs now suggest installing […]

https://johnbeales.com/2026/install-chrome-as-the-www-data-user/

reg-viz/storycap: A Storybook Addon, Save the screenshot image of your stories via puppeteer.

"A Storybook Addon, Save the screenshot image of your stories 📷 via puppeteer."

https://github.com/reg-viz/storycap

#puppeteer #storybook #tools #webdev
GitHub - reg-viz/storycap: A Storybook Addon, Save the screenshot image of your stories via puppeteer.

A Storybook Addon, Save the screenshot image of your stories :camera: via puppeteer. - reg-viz/storycap

GitHub
In Part 2 of playing the #PS3 game #Puppeteer i finished the first act. it's such a watchable game. how it's presented is unique and fun. the boss fights were also quite different each time. i'm excited to play more.
https://qtegamers.blogspot.com/2026/06/bc-puppeteer-ps3-pt2.html
(#ICYMI) The new #Backlog Conquering game is #Puppeteer on #PS3. this is a shorter video as i only did the first part of the first act. but it was a lot of fun. it makes a great first impression. the tutorial is tied into gameplay and the story is told as a play. i look forward to playing more.
https://qtegamers.blogspot.com/2026/06/bc-puppeteer-ps3-pt1.html
The new #Backlog Conquering game is #Puppeteer on #PS3. this is a shorter video as i only did the first part of the first act. but it was a lot of fun. it makes a great first impression. the tutorial is tied into gameplay and the story is told as a play. i look forward to playing more.
https://qtegamers.blogspot.com/2026/06/bc-puppeteer-ps3-pt1.html
pro tip: if you are doing any kind of browser automation make sure to utilize TAB and ENTER key as much as possible. it will be much easier than finding random elements and clicking through it. I wish someone would have told me earlier. 😢

#automation #python #javscript #puppeteer #QA