Closed tkyoon closed 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.
@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.
thanks again, have a good day! 😊
I had install appium 2.0, appium-dashboard and successfully started appium-dashboard to http://localhost:4723/dashboard/
as you see there is no session. so to make session I use appium inspector
like this
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.
please help me.
started appium-dashboard successfully.
I can't make session.