Page History
...
In addition to staying up-to-date with the latest and greatest Selenium version, you’ll have an opportunity to take advantage of new features and provide Sauce better feedback during this exciting transition. More information on changes as they pertain to the W3C protocol can be found here: https://www.w3.org/TR/webdriver/
How to join this beta
To get started, you’ll need to make a few changes to the way you test.
...
Finally, to make the transition as seamless as possible, we’re introducing sauce:options, a new capability in which you include all the capabilities that are specific to Sauce Labs.
For example, if you wanted to specify your Sauce username, access key, and the Selenium version in your test, you would set the sauce:options like this:
"sauce:options": {“username”: “myuser”, "accesskey": "XXXXXXXX", “seleniumVersion”: “3.11.0”}
All the capabilities that are specific to Sauce Labs can be found here :
Beta Checklist
Make sure to run through this checklist before you begin testing on the new protocol to ensure proper set up.
...