robotframework-appiumlibrary icon indicating copy to clipboard operation
robotframework-appiumlibrary copied to clipboard

Element locator with prefix 'nsp' is not supported

Open zastress opened this issue 2 years ago • 4 comments

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

zastress avatar Apr 05 '23 05:04 zastress

Hi @zastress , As per checking the element finder. It seems to be using predicate instead of nsp.

Can you try using predicate instead?

joshuariveramnltech avatar Apr 05 '23 08:04 joshuariveramnltech

Thanks @joshuariveramnltech . That worked. This means the documentation needs to be updated :)

zastress avatar Apr 05 '23 08:04 zastress

@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.

zastress avatar Apr 19 '23 05:04 zastress

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

serhatbolsu avatar Apr 19 '23 05:04 serhatbolsu

We believe this has been resolved. If you are still having a problem feel free to open a new issue.

emanlove avatar Sep 01 '25 14:09 emanlove