|
|
|
|
|
by gowan
3088 days ago
|
|
open source stuff i've done: * release ghostdriver 2.0.0 [1]. this is the implementation of the webdriver protocol for phantomjs. unfortunately phantomjs 2.5 was never released :( * create chrominator [2] a high level api for chrome remote debugger. now defunct... use puppeteer * created chromedriver-proxy [3] to help me extend chromdriver without having to recompile the c++ project. it also handles pooling browsers. the coolest extension i've built so far is recording video on headless chrome. still a work in progress but has proven stable for the real world test suite i support. [1] https://github.com/detro/ghostdriver/releases/tag/2.0.0 [2] https://github.com/jesg/chrominator [3] https://github.com/ZipRecruiter/chromedriver-proxy |
|