Warning] Keyword 'AppiumLibrary.Click A Point' is deprecated

Hi all, I am having the following problem when running test cases


Selenium version: 4.9.1 and python version: 3.7.2
Has anyone encountered this problem and how to solve it?

This is just a warning to tell you that the keyword you are using is old and will be removed in future versions. The keyword will work just fine but you will get that warning each time you use it.

https://serhatbolsu.github.io/robotframework-appiumlibrary/AppiumLibrary.html#Click%20A%20Point

" DEPRECATED!! Since selenium v4, use other keywords."

However looking at their documentation, I don’t really see what keyword they want you to use instead.

Hi @Wolfe1, I understood the problem.
Thanks!