Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created March 16, 2012 10:58
Show Gist options
  • Save deanhume/2049588 to your computer and use it in GitHub Desktop.
Save deanhume/2049588 to your computer and use it in GitHub Desktop.
SimpleBrowser Bindings
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="WebDriver" publicKeyToken="1c2bd1631853048f" culture="neutral" />
<bindingRedirect oldVersion="2.13.0.0" newVersion="2.16.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment