Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add selenide appium element methods #2656

Merged
merged 3 commits into from
Feb 21, 2024

Conversation

asolntsev
Copy link
Member

@asolntsev asolntsev commented Feb 20, 2024

As requested in #2333 , this PR adds methods for collections in mobile tests:

  • SelenideAppium.$$(By)
  • SelenideAppium.$$(Collection<WebElement>)
    returning an instance of SelenideAppiumCollection. It's the same as the old good ElementsCollection, but containing SelenideAppiumElement instances.

Also, added method

  • SelenideAppium.$(WebElement webElement)

this commit introduces new type SelenideAppiumCollection which is a collection of SelenideAppiumElement's (like ElementsCollection is a collection of SelenideElement's).
Copy link

sonarcloud bot commented Feb 20, 2024

Quality Gate Passed Quality Gate passed

Issues
15 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@asolntsev asolntsev linked an issue Feb 21, 2024 that may be closed by this pull request
@asolntsev asolntsev merged commit ff7b131 into main Feb 21, 2024
13 checks passed
@asolntsev asolntsev deleted the feature/add-selenide-appium-element-methods branch February 21, 2024 08:33
@asolntsev asolntsev changed the title Feature/add selenide appium element methods Add selenide appium element methods Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$$ and $$x are missing for Appium selectors
1 participant