dalekjs / dalek-browser-chrome

[unmaintained] Chrome Browser bindings for DalekJS
MIT License
15 stars 9 forks source link

support webdriver chrome options #8

Closed dbo closed 10 years ago

dbo commented 10 years ago

I'd propose support for chrome options to be flexible w.r.t. custom flags, e.g.

{
    "browsers": [{
        "chrome": {
            "chromeOptions": {
                "args": ["enable-experimental-web-platform-features", "js-flags=--harmony"]
            }
        }
    }]
}

https://sites.google.com/a/chromium.org/chromedriver/capabilities

asciidisco commented 10 years ago

Good addition. Thank you for getting this in :)