mykola-mokhnach / Appium-iOS-Inspector

Apache License 2.0
145 stars 60 forks source link

syntax error, unexpected '<' <!DOCTYPE html> #19

Closed puneetbohra closed 7 years ago

puneetbohra commented 7 years ago

While installing from brew install https://github.com/mykola-mokhnach/Appium-iOS-Inspector is giving error like : - syntax error, unexpected '<' <!DOCTYPE html> LOG DETAILS : - rror: Appium-iOS-Inspector: /Users/gopalprasad/Library/Caches/Homebrew/Formula/Appium-iOS-Inspector:7: syntax error, unexpected '<' <!DOCTYPE html> ^ /Users/test/Library/Caches/Homebrew/Formula/Appium-iOS-Inspector:8: syntax error, unexpected '<'

^ /Users/test/Library/Caches/Homebrew/Formula/Appium-iOS-Inspector:9: syntax error, unexpected '<' ^ /Users/test/Library/Caches/Homebrew/Formula/Appium-iOS-Inspector:14: syntax error, unexpected '<'
mykola-mokhnach commented 7 years ago

why brew? It will suffice to just clone the rep locally.

puneetbohra commented 7 years ago

Thanks @mykola-mokhnach i have cloned it locally. How to start the inspector or any specific command to inspector. I have added screenshot for the same. screen shot 2017-02-27 at 12 41 11 pm

Appium is already started on default port : 4723

mykola-mokhnach commented 7 years ago

There's a README file. You need to put a breakpoint in your test code and only after that open this inspector.

puneetbohra commented 7 years ago

Thanks @mykola-mokhnach.