xiaofans / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

Google MapsV2 cannot be screenshotted #462

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using Robotium 4.1 that introduced GLSurfaceView snapshotting 
(https://github.com/jayway/robotium/commit/fafc3db87193abbe03f94ba74f8d0ff4aeaa4
c36). The problem is however that MapViews still popup as black areas inside 
screenshots, since these are not using a android.opengl.GLSurfaceView, but a 
private implementation that derives from the plain android.view.SurfaceView. 
Should snapshotting SurfaceViews work in general?

Original issue reported on code.google.com by m...@thomaskeller.biz on 23 May 2013 at 11:25

GoogleCodeExporter commented 9 years ago
I just saw issue 418, sorry for the duplicate. I commented on the upstream bug. 
Lets see if Google sports to support this anytime soon.

Original comment by m...@thomaskeller.biz on 23 May 2013 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by renasr...@gmail.com on 23 May 2013 at 2:22

GoogleCodeExporter commented 9 years ago
I think this was the wrong issue to merge, its issue 418 :)

Original comment by m...@thomaskeller.biz on 23 May 2013 at 2:23