Im able to run Ipad 4 using
./bin/ios-webkit-debug-proxy-launcher.js -c <UDID>:27753 -d
But when i tried to run the same with iPad Air 2 it still says running but doesn’t run the
RUNNING: ios_webkit_debug_proxy -c <UDID>:27753 -d
i tried with the different ports but still the same issue
wreed
2
You should post the logs from the Appium server.
Started Appium using
appium
and the logs for appium::
<User>-mac:appium <User>$ node lib/server/main.js
info: Welcome to Appium v1.4.0 (REV 4ce4d44e87729d7aa32c5a7b323d6429b24fddc0)
info: Appium REST http interface listener started on 0.0.0.0:4723
info: Console LogLevel: debug
and for ios-webkit-debug-proxy
./bin/ios-webkit-debug-proxy-launcher.js -c <UUID>:27753 -d
and logs
RUNNING: ios_webkit_debug_proxy -c <UUID>:27753 -d
But when i tried it on iPad4, it just runs fine.
wreed
4
So the logs just stop? There isn’t much info there. My logs are typically at least a couple hundred KB.
yes, thats what happens if i run the ios-webkit-debug-proxy-launcher for iPadAir2. But when i run the same on iPad4, it runs fine and logs are bigger
Srujan
6
Its enabling web inspector for ios_webkit_debug_proxy in iPad Safari Advance settings. Now am able run the ios-webkit-debug-proxy-launcher
How to run ios_webkit_debug_proxy different port other than default port for appium 1.4.13 ?