Go to file
Dustin 38e826b454 marionette: Pass params to NewWindow
The `NewWindow` Marionette command actually takes two arguments.  They
are optional, and without them, Firefox will open a new *tab* instead
of a new *window*.  Since we obviously want windows rather than tabs, so
as to place them on separate monitors, we need to explicitly specify
this when we execute the command.
2023-01-05 22:23:22 -06:00
src marionette: Pass params to NewWindow 2023-01-05 22:23:22 -06:00
.gitattributes Initial commit 2022-12-30 09:10:05 -06:00
.gitignore Add basic MQTT client functionality 2022-12-30 13:49:01 -06:00
Cargo.lock Support multiple monitors 2023-01-01 12:32:21 -06:00
Cargo.toml Support multiple monitors 2023-01-01 12:32:21 -06:00
rustfmt.toml Initial commit 2022-12-30 09:10:05 -06:00