chrome

Breaking Out of the Chrome/WebExtension Sandbox

A short guide to breaking out of the WebExtension content script sandbox.

Continue reading

JavaScript Injection with Selenium, Puppeteer, and Marionette in Chrome and Firefox

An exploration of different browser automation methods to inject JavaScript into webpages.

Continue reading

Saving Images from a Headless Browser

Learn how to save any image from a headless browser in this Puppeteer tutorial.

Continue reading

Making Chrome Headless Undetectable

Using MitmProxy and injected JavaScript feature mocks to bypass Headless Chrome detection tests.

Continue reading

Running Selenium with Headless Chrome

A guide to setting up Selenium to work with the new headless functionality of Google Chrome.

Continue reading

Using Puppeteer to Scrape Websites with Infinite Scrolling

Learn how to scrape an infinitely scrolling data feed with a headless browser.

Continue reading

Using Google Chrome Extensions with Selenium

A simple guide to launching Google Chrome with extensions preloaded using Selenium.

Continue reading

Running Selenium with Headless Chrome in Ruby

A guide to setting up Selenium with Ruby to work with Google Chrome in headless mode.

Continue reading