sudharsan-selvaraj / appium-dashboard-plugin

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.
113 stars 28 forks source link

let me know how to make session with appium-dashboard #109

Closed tkyoon closed 1 year ago

tkyoon commented 1 year ago

I had install appium 2.0, appium-dashboard and successfully started appium-dashboard to http://localhost:4723/dashboard/

image

as you see there is no session. so to make session I use appium inspector

like this

image

but i can't start session 😭

how can i make the session?

when i start appium server without appium-dashboard, I can start session successfully.

image

please help me.

started appium-dashboard successfully. image

I can't make session. image

sudharsan-selvaraj commented 1 year ago

@tkyoon When you start the appium server manually, the default path would be /. If you want to start the server with a different path then you can pass --base-path /wd/hub while starting the appium server.

tkyoon commented 1 year ago

@sudharsan-selvaraj thank you so much. I installed uiautomator2 driver by appium driver install uiautomator2 and path input / automationName writed "Uiautomator2" then i can start session. image

thanks again, have a good day! 😊