customLocator plugin not working (?) with Appium Helper #3818
Unanswered
clundstedt-m
asked this question in
Q&A
Replies: 1 comment
-
Not sure if you have this, but don't see in your post:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there guys, good morning/afternoon,
We are trying to implement the customLocator plugin on CodeceptJS + Appium (as helper), but it seems that it's not working as expected or maybe not working entirely with the combination given (?)
Right now this is what we have on our codecept.conf file:
And the actual locator is looking like this:
When we run the tests, we are being prompted with the following error:
element (android=new UiSelector().text("=phone-number-input")) still not present on page after 30 sec
Which leads us to think that maybe the customLocator is not being taken into consideration at all 🤔 , since it's translating it automatically to text search which is the "default" way to search the locators when no other prefix/locator allocator is given (id, class, etc).
Are we actually doing something wrong or is the customLocator not working yet with Appium helper?
Best regards and thanks as always
Beta Was this translation helpful? Give feedback.
All reactions