How can I pass W3C as a capability with C# NUnit?
Hi Tim,
To pass the W3C capability, you can add the following syntax together with your other desired capabilities:
capabilities.setCapability("w3c",true);
How can I pass W3C as a capability with C# NUnit?
Hi Tim,
To pass the W3C capability, you can add the following syntax together with your other desired capabilities:
capabilities.setCapability("w3c",true);