Created
March 16, 2012 10:58
-
-
Save deanhume/2049588 to your computer and use it in GitHub Desktop.
SimpleBrowser Bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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