Are there any restrictions to using Webdriver_ capablities while using Tosca?
Hi Ian,
To use a WebDriver capability, follow the steps below:
- Name the test configuration parameter Webdriver_.
- Replace with the name of the capability.
- If the name of the capability contains a dot (.), replace this character with double underscore (__).
- If the name of the capability contains a colon (:), replace this character with triple underscore (___).
- Define the value of the capability.
- To specify a list of strings, separate the strings with semicolons (;).