safari-console-logs-windows
v1.1.4
Published
A package that installs remotedebug-ios-webkit-adapter and configures ios-webkit-debug-proxy. You can capture iOS safari console logs on Windows uing this package
Downloads
98
Maintainers
Readme
You can capture iOS safari console logs on Windows uing this package. A package that installs remotedebug-ios-webkit-adapter and configures ios-webkit-debug-proxy.
Pre-requisites
- Install iTunes
- Install Node.js - Ensure that you tick "Add to PATH" to add it to System Environment Variables
Steps on iOS device
- Open Setting on your iOS device
- Scroll down and select Safari > Advanced
- Turn ON Web Inspector
Steps on Windows
- Install this NPM Package globally (
npm i -g safari-console-logs-windows
) - Connect your iOS device to your windows device via USB
- Tap on *"Trust this device" on your mobile (if it shows up)
- Open cmd an run
remotedebug_ios_webkit_adapter --port=9222
- Open Google Chrome on your computer and navigate to
chrome://inspect/#devices
You can now find the iOS safari console logs under the Remote Target section