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

Selenide-appium: [unknow locator] is shown in profiler when CombinedBy is used #2311

Closed
DmitryKalbeka opened this issue May 25, 2023 · 1 comment · Fixed by #2315
Closed

Comments

@DmitryKalbeka
Copy link

The problem

Profiler shows [unknow locator] instead of using locator when the locator is defined via CombinedBy.
Definition of the locator looks like
CombinedBy .android(AppiumBy.accessibilityId(accessibilityId)) .ios(AppiumBy.name(accessibilityId))

Environment

  • Selenide Version: 6.14.1
  • Selenide-Appium Version: 2.8.1

image

@asolntsev asolntsev added this to the 6.15.0 milestone May 25, 2023
@asolntsev asolntsev self-assigned this May 25, 2023
@asolntsev
Copy link
Member

Cool, huge thanks for the early testing of unreleased features! Thumbs up!
I will fix it asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants