How to start appium server?

Hi,

I have created test cases in appiun studio and copy code in c#.
Now I want to start the server before running the tests. How to start server in appium studio?
I want to run iOS test cases from windows machine on iOS device.

Can we have any way to start appium server by command line?

note:- I am very new user for appiun studio. Any help is greatly appreciated.

Hi @abhijitshelar

To start the server, go to File → Agent Properties. Select the port and click on Run:
image

Then, when you create the driver, specify localhost and port:
driver = new IOSDriver<IOSElement>(new URL("http://localhost:4723/wd/hub"), dc);