foxdriver
foxdriver copied to clipboard
Foxdriver is a Node library which provides a high-level API to control Firefox over the Remote Debugging Protocol
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
I am trying to run just the POC code from the readme (Mac M1, macOS 12, Firefox 99, foxdriver 1.0.6), but get: ``` /ff/node_modules/foxdriver/build/actor.js:44 throw new Error(`${result.message} (${result.error})`); ^ Error:...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
This perhaps should be several separate issues, but I'm in a hurry, and figured it's better to report anything, than nothing, so... I've tried to follow the example from the...
Hello, I was curious as to how I can take a screenshot using foxdriver? AFAIK it doesnt expose the device domain, nor would it work (?) because the `tab` doesn't...
- Launch feature doesn't work anymore as expected. Fix feature and add unit-test for that.
It searches for google-chrome instead of firefox (which isn't installed), so it crashes.