RobotiumTech / robotium

Android UI Testing
http://www.robotium.org
Apache License 2.0
2.86k stars 786 forks source link

all methods about webView cannot work when there are more than one webview #825

Open fannahlin opened 8 years ago

fannahlin commented 8 years ago

Our app will cerate a new webView when click at some elements in the webView.[here, we have two webviews, old webview and new webview]. When i use robotium's method ,like: getWebUrl() or getWebElements(), it return elements in old webView. but not elements in the new webview.