fx-runner

Node CLI to automate and control Firefox browser instances

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A node cli to control Firefox

Commands

fx-runner

Examples

launch firefox browser from command line$ fx-runner
open a website in firefox automatically$ fx-runner --url https://example.com
start firefox with custom profile settings$ fx-runner --profile /path/to/profile
run firefox headless for automated testing$ fx-runner --headless
control firefox with debugging and logging enabled$ fx-runner --debug --verbose