Are there any restrictions to using Webdriver_ capablities while using Tosca?

Are there any restrictions to using Webdriver_ capablities while using Tosca?

Hi Ian,

To use a WebDriver capability, follow the steps below:

  1. Name the test configuration parameter Webdriver_.
  2. Replace with the name of the capability.
  3. If the name of the capability contains a dot (.), replace this character with double underscore (__).
  4. If the name of the capability contains a colon (:), replace this character with triple underscore (___).
  5. Define the value of the capability.
  6. To specify a list of strings, separate the strings with semicolons (;).