Element locator with prefix 'nsp' is not supported
Although the documentation states that in order to use iOS N prdicate type of locator (https://serhatbolsu.github.io/robotframework-appiumlibrary/AppiumLibrary.html), when I try to use one, it throws an error saying that it is not supported.
Example:
Click Element nsp=label == "Continue".
Error: Element locator with prefix 'nsp' is not supported
Hi @zastress , As per checking the element finder.
It seems to be using predicate instead of nsp.
Can you try using predicate instead?
Thanks @joshuariveramnltech . That worked. This means the documentation needs to be updated :)
@serhatbolsu , I would like to update the documentation for this part. I have done the work but I cannot push the modif to a new branch inside the project because I have no access. Could you fix that, so I am able to make the push, please? Thanks.
Hi Liviu,
Please send e pull request from your fork
On Wed, 19 Apr 2023 at 09:49 Liviu Avram @.***> wrote:
@serhatbolsu https://github.com/serhatbolsu , I would like to update the documentation for this part. I have done the work but I cannot push the modif to a new branch inside the project because I have no access. Could you fix that, so I am able to make the push, please? Thanks.
— Reply to this email directly, view it on GitHub https://github.com/serhatbolsu/robotframework-appiumlibrary/issues/388#issuecomment-1514166611, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4M36RA3WRXLLZKSK62N7TXB54IHANCNFSM6AAAAAAWTSTEFU . You are receiving this because you were mentioned.Message ID: @.*** com>
-- Sent from iPad
We believe this has been resolved. If you are still having a problem feel free to open a new issue.