Skip to content

Conversation

mialeska
Copy link
Contributor

@mialeska mialeska commented May 21, 2020

PR Details

  • Implement FindChildElements functionality for ElementFactory and IElement.
  • Reworked locator generation in order to support non-web libraries, such as Appium, where javascript execution for xpath generation is not supported.
  • Add missed overloads to findElements.
  • Covered all methods by tests.
Related Issue Link:

closes #45

How Has This Been Tested
Checklist
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@mialeska mialeska self-assigned this May 21, 2020
@mialeska mialeska changed the title Feature/45 add find child elements to i element Feature/45 add find child elements to element May 21, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mialeska mialeska merged commit fc42830 into master May 22, 2020
@mialeska mialeska deleted the Feature/45-Add-FindChildElements-to-IElement branch May 22, 2020 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add List<IElement> findChildElements(...) method to IElement
4 participants