GitHub – intoli/remote-browser: A low-level browser automation framework built on top of the Web Extensions API standard.

Remote Browser is a library for controlling web browsers like Chrome and Firefox programmatically using JavaScript. You’ve likely heard of similar browser automation frameworks before, such as Puppeteer and Selenium. Much like these other projects, Remote Browser can be used to accomplish a wide variety of tasks relating to UI testing, Server Side Rendering (SSR), and web scraping. What makes Remote Browser different from these other libraries is that it’s built using standard cross-browser comp…