.source() after webview context switch doesn't show webview source

android, 1.7, real device, node.js, Mac os x

I’m attempting to see the elements on the webpage shown in my app’s webview. I can switch to the webview context, but then .source() returns what appears to be the native app source (lists titlebar battery status icons, etc. instead of webpage elements). does anyone have a solution?

found the problem. I wasn’t using a debug version of my app. I was using a release version.