Android - app opens an external browser, can we check browser url?

Hey All,

I am using appium 1.4.13 - selendroid mode

I try to click a button in app, and opens a external browser, but I am not able to find a way to check the URL.

I see some post mentioned that we should switch to WEBVIEW in order to get the browser page info. but the problem is the driver only have one context ‘native app’, I cannot switch to web view.

Anyone have suggestions or encounter same issue?

are we unable to launch a browser and at least check the url of it?