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

Element locator with prefix 'nsp' is not supported #388

Open
zastress opened this issue Apr 5, 2023 · 4 comments
Open

Element locator with prefix 'nsp' is not supported #388

zastress opened this issue Apr 5, 2023 · 4 comments

Comments

@zastress
Copy link
Contributor

zastress commented Apr 5, 2023

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

@joshuariveramnltech
Copy link
Contributor

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

Can you try using predicate instead?

@zastress
Copy link
Contributor Author

zastress commented Apr 5, 2023

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

@zastress
Copy link
Contributor Author

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

@serhatbolsu
Copy link
Owner

serhatbolsu commented Apr 19, 2023 via email

@zastress zastress mentioned this issue Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants