LiTiang / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Failure to Capture Mobile Safari on iPad running iOS 4.3 #222

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start JsTestDriver on Server:  java -jar ~/support/JsTestDriver-1.3.2.jar 
--port 9876
2. On iPad open Mobile Safari, navigate to: http://<IP of server>:9876/
3. Remote Console Runner page loads, click "Capture This Browser"
4. Url starts to load, but never completes: http://<IP of 
server>:9876/slave/id/ ....

What is the expected output? What do you see instead?

Would expect page to reload with the green JsTestDriver bar indicating the 
browser has been successfully captured.

What version of the product are you using? On what operating system?

JsTestDriver 1.3.2, OS X 10.6 for Server
iPad 2 running iOS 4.3.1 for Remote Browser

Please provide any additional information below.

Verified no issues occur with other remote environments, such as a Windows 7 VM 
running in Virtual Box. This seems isolated to Mobile Safari running on an 
actual device. Turned on the Developer Console on the iPad and verified there 
are js errors occurring. For some reason the request to capture the browser 
just hangs and never completes.

Original issue reported on code.google.com by myers.la...@gmail.com on 2 Apr 2011 at 3:24