mobily-enterprises / best-webdriver

Best webdriver around using async/await, simplified down-to-earth API, easy to debug, 1:1 matching with the webdriver API. You will be testing in 20 minutes, not 20 hours
MIT License
8 stars 0 forks source link

Provide browser-specific APIs for some (or all?) specific parameters #5

Open mercmobily opened 6 years ago

mercmobily commented 6 years ago

At the moment, if you want to add plugins in Chromedriver, you need to pass an array of base-64 packed plugins. This is a little much... but we need to decide whether we want to add a specific call per browser-specific parameter, or maybe only for the "nasty" ones.

mercmobily commented 6 years ago

The infrastructure for it is there. The theoretical steps now would be:

At that point, implementing them (along with writing tests) should be pretty straightforward.

The question is: do we want to go that way? Or, should this driver JUST cover what the w3c dictates? (which is meant to be the point of it in the first place...)