I tried to find the solution to run tests against Safari on Windows device.
According to section Setup there: https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/mobile-web.md, I could pass all the steps.
- ios-webkit-debug-proxy - installed and running https://github.com/artygus/ios-webkit-debug-proxy-win32.
- enable web inspector and I see opened Safari pages by http://localhost:9222/
And there is the step where I failed: - reset.sh --ios --real-safari - I couldn’t get the appropriate sources there as I don;t have IOS SDK installed:
WARNING: you do not appear to have iOS7 SDK active
Is anybody succeed run Safari tests via Windows? Or everybody uses Mac for that purposes