Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 309 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 309 Bytes
appium
1. For run appium-server:

appium --address 127.0.0.1 --port 4723

1.1. Required parameters for launch appium-inspector:
{
  "platformName": "Android",
  "automationName": "UiAutomator2"
}