mosil / robotium

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

Cannot read content of multiple webviews in the same activity #554

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Robotium only supports working with the most recently created webview

What is the expected output? What do you see instead?
I'd like functionality to be able to specify the index of the webview that we 
want to work with.  I am testing an app that has multiple webviews in a single 
activity.

Original issue reported on code.google.com by dvand...@gmail.com on 13 Nov 2013 at 10:39

GoogleCodeExporter commented 9 years ago
Currently this is not something that we will prioritise. Depending on how many 
people show an interest in this it might change in the future. What you can do 
now is to first click on the web view you want to interact with to make it get 
focus. 

Original comment by renasr...@gmail.com on 14 Nov 2013 at 8:15