Open
Bug 1722863
Opened 4 years ago
Move setting of command line arguments from capabilities to individual Browser implementations
Categories
(Testing :: geckodriver, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
Details
Right now we set some command line arguments like --remote-debugging-port
within the capabilities.rs module. As best those should be moved over to the individual Browser
implementations in browser.rs
.
You need to log in
before you can comment on or make changes to this bug.
Description
•