Instantly share code, notes, and snippets.

anonymous /gist1.html Secret
Created Oct 30, 2017

Embed
What would you like to do?
generated automatically from #selenium on freenode
capbility.setCapability(CapabilityType.PLATFORM, "Windows 2012");
capbility.setCapability(CapabilityType.VERSION, "43.0");
this.data.driver = new RemoteWebDriver(new URL(SAUCELAB_URL), capbility);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment