https://github.com/qa-dev/wda-inspector
https://github.com/qa-dev/wda-inspector
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qa-dev/wda-inspector
- Owner: qa-dev
- Created: 2016-10-04T07:04:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T16:00:10.000Z (over 8 years ago)
- Last Synced: 2024-06-20T10:23:24.294Z (about 2 years ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WDA-inspector [](https://travis-ci.org/qa-dev/wda-inspector)
=============
**wda-inspector** is a useful inspector of [qa-dev/WebDriverAgent](https://github.com/qa-dev/WebDriverAgent) (forked from [facebook/WebDriverAgent](https://github.com/facebook/WebDriverAgent))
written in Go.
## Build
Clone wda-inspector to `$GOPATH` according to [Golang code organization rules](https://golang.org/doc/code.html#Organization)
```
$ cd $GOPATH/src/github.com/qa-dev/wda-inspector
$ go build
```
## Usage
```
$ ./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._
### Flags:
| 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 |