Questions tagged [android-espresso-web]

3 questions
2
votes
1 answer

Espresso Web - How to click an element in an unnamed web view

I have a web view which loads another web view with in. The structure follows as below: Web view (name_1) View View Web view (No Name) Going through the UI test I end up needing to click an element in the inner web view after it gets created.…
0
votes
0 answers

How to set webcontentsdebuggingenabled to true for Android espresso webview

Is there a way to set webcontentsdebuggingenabled on espresso webview? Espresso onWebView() just returning WebInteraction. Not seeing any option there. Thank you!
Anindita Ghatak
  • 113
  • 1
  • 1
  • 8
0
votes
1 answer

How to assert element property value with Espresso-web?

I'm working on a subclass of default Android WebView with some additional functionality (content-filtering) on the top. So i override shouldInterceptRequest(...) and prevent loading of some resource (let's say images with filename "image.png"). Now…
4ntoine
  • 17,607
  • 16
  • 70
  • 175