=============
wda-inspector is a useful inspector of qa-dev/WebDriverAgent (forked from facebook/WebDriverAgent) written in Go.
Clone wda-inspector to $GOPATH according to Golang code organization rules
$ cd $GOPATH/src/github.com/qa-dev/wda-inspector
$ go build
$ ./wda-inspector -h=127.0.0.1 -bundleId=com.apple.mobilesafari
After run of wda-inspector, use link [http://127.0.0.1:8888] for open inspector in web browser.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| -bundleId | string | true | Bundle Id | |
| -h | string | true | WDA host | |
| -p | string | false | "8100" | WDA port |
| -l | string | false | "8888" | Port for handling |
