{{ message }}
Selenium for .Net. Enhancements. IContextAware interface. PageFactory enhancement.#304
Closed
TikhomirovSergey wants to merge 8 commits into
Closed
Selenium for .Net. Enhancements. IContextAware interface. PageFactory enhancement.#304TikhomirovSergey wants to merge 8 commits into
TikhomirovSergey wants to merge 8 commits into
Conversation
Appium project needs this. If the similar interface exists at selenium-java so why it can't be at C#/.Net client. :)
Contributor
Author
Contributor
Author
|
Some more about
Appuim project needs this in order to provide the following use case (field of page/screen object): [FindsBy(How = How.CssSelector, Using = "relevant css")] //if there the similar browser UI as UI of a //native app
[AndroidFindBy(UIAutomator = "ui Automator locator for Android")] //if page object is going to be used against Android
[iOSFindBy(Accessibility = "accessibility for iOS")] //if page object is going to be used against
//iOS
IWebElement targetElement; //element is used for the mobile and browser testingIt is already present on the java-client side. If it is interesting details are below: |
Contributor
|
I dropped into the #selenium IRC channel on freenode and mentioned this PR. Here's a quick response: So breaking this into separate pull requests will make things easier to review. |
Contributor
Author
|
Ok! I'll separate it soon. |
Contributor
Author
|
Actually there is no Castle.Core reference anymore. |
Contributor
Author
|
I am closing this PR as it should be divided... |
Contributor
Author
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.