Ben,
I think you are trying to access device/emulator browser through Robotium, If yes it will not work that way, Android Browser is a separate Android application.
As you are new you should have a sample android app using web-view to showing web contents and test that with Robotium, for quick start you can use
Hope the answer of your question.
Happy Testing :)
-Naveed
On Tuesday, May 14, 2013 11:49:55 PM UTC+5, Ben Thomas wrote:
I went through the samples to set up the calculator application and I got it to work just fine, so I think I have everything set up right.
What I am wanting to do is test a website in the browser that is in the emulator, can anyone point me in the right direction for this?
I see how to test without the source code and use the apk, when I set that up on the browser I get different application signatures. I have the tool to re-sign them, but I don't know where to get the apk file and what I would do with it when I get it re-signed?