Selenium Grid server setup for mobile device using appium

preview_player
Показать описание
Steps to follows: -
We are going with assumptions – all prerequisite which is require for mobile browser
automation has been setup on your machines – like Java, Xcode and Appium.
2. Place downloaded jar file in a separate folder
3. Open terminal at your machine and make sure you changed your current path to the
location where you kept your selenium server jar file.
4. Run below command to start selenium grid hub
5. Verify selenium hub server started your machine by hitting below URL in your
browser.
URL :- localhost:4444/grid/console
$ cd path of folder where jar file available
8. Register node to grid server using below command.
Рекомендации по теме
Комментарии
Автор

Hi can you provide consultation to help setup iOS test project ?

OryxSolutions-mu