How are webdriver and chromedriver options accessed in Spectron's new Application()?
问题 When I start a new Spectron application (for each test suite) I would like to fix the size of the app (for consistency across all machines and reloads). Commands like setBounds and maximise do change dimensions, but they only do so after the app has started (which means that some components have already assumed certain dimensions, which then changes test results). In the Spectron docs various launch options are available. I've tired to use webdriver and chromedriver options but they don't