You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
I am using below command for my local plugin activate
appium server -ka 800 [email protected] -pa /wd/hub
I got No plugins activated with below log
[Appium] Welcome to Appium v2.0.0-beta.23
[Appium] Non-default server args:
[Appium] basePath: /wd/hub
[Appium] keepAliveTimeout: 800
[Appium] usePlugins: {
[Appium] 0: [email protected]
[Appium] }
[Appium] Attempting to load driver uiautomator2...
[Appium] Attempting to load driver xcuitest...
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[Appium] Available drivers:
[Appium] - [email protected] (automationName 'UiAutomator2')
[Appium] - [email protected] (automationName 'XCUITest')
[Appium] Available plugins:
[Appium] - [email protected]
[Appium] - [email protected]
[Appium] - [email protected]
[Appium] No plugins activated. Use the --use-plugins flag with names of plugins to activate
The text was updated successfully, but these errors were encountered: