AppiumTestDistribution / appium-wait-plugin

Plugin to automatically manage all element waits and enables to write wait-free appium tests.
MIT License
60 stars 10 forks source link

Not able to activate the plugin after installing via NPM #49

Closed rarkasa closed 1 year ago

rarkasa commented 1 year ago

I installed the package via NPM, but when I am running appium --use-plugins=element-wait in the command line get's an error as error: unrecognized arguments: --use-plugins=element-wait

Seems like there's no --use-plugins option in Appium

saikrishna321 commented 1 year ago

Please use the latest appium server version.

appium server --use-plugins=element-wait

rarkasa commented 1 year ago

I am using 1.22.3, but still getting the same error when I run appium server --use-plugins=element-wait

Screen Shot 2022-10-14 at 12 08 13 pm

Screen Shot 2022-10-14 at 12 08 53 pm

saikrishna321 commented 1 year ago

You should use appium 2.x version