forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Entirely removing the dependency on Castle.Core.dll for .NET support …
…library. Using the Castle DynamicProxy has been nothing but a thorn in the side of users of WebDriver.Support.dll. This change implements hard-coded "proxy" objects for the .NET PageFactory implementation. Hopefully, this will resolve the issues in the PageFactory for everyone. Nevertheless, there is every possibility that this will entirely break the PageFactory in some unforseen way for some subset of users, despite the fact that all of the tests (unit tests, and browser-based tests) pass. If that is the case, feel free to file issues, if the issues include code samples that reproduce the problem. Fixes issue SeleniumHQ#5221.
- Loading branch information
Showing
12 changed files
with
504 additions
and
9,840 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.