kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Add W3C compatibility to SauceLabs capability options #64

Closed kgress closed 4 years ago

kgress commented 4 years ago

Summary

In order to maintain compliance with SauceLabs, we should update the sauce compatibilities to be W3C compatible. Documentation for the compatibility requirements can be found at this link.

The update to this involves a change to the configureSauceRemoteBrowser() method so it sets the capabilities per the sauce doc.

A/C