I’m using Java 22.
I created a maven-archetype-quickstart project to learn Appium.
Eclipse NOT showing suggestions for UiAutomator2Options.
Example: setDeviceName() NOT showing at suggestions.
This is my pom.xml
I clicked Project->Clean menu from Eclipse multiple times.
I even restarted my PC. still won’t show setDeviceName
.
But if I type setDeviceName
properly manually and run my code it works fine(no errors shown).
So how can I resolve the problem in Eclipse?