|
|
@@ -83,7 +83,7 @@ const args = require("yargs")
|
|
|
.boolean("browser-debug")
|
|
|
.options("browser-extensions", { description: "List of extension paths separated by a space and relative to the 'cli' folder (webdriver-gecko, webdriver-chromium)" })
|
|
|
.array("browser-extensions")
|
|
|
- .options("browser-scripts", { description: "List of script paths separated by a space and relative to the 'cli' folder" })
|
|
|
+ .options("browser-scripts", { description: "List of script paths separated by a space and relative to the 'cli' folder. They will be executed in all the frames." })
|
|
|
.array("browser-scripts")
|
|
|
.options("compress-CSS", { description: "Compress CSS stylesheets" })
|
|
|
.boolean("compress-CSS")
|