Package 

Class EspressoWebDetox

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static WebViewElement getWebView() Gets the one and only visible webview on the screen.
      static WebViewElement getWebView(@Nullable() Matcher<View> matcher) Get the webview matches the provided {@param matcher}
      static WebExpect expect(WebElement webElement)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getWebView

         static WebViewElement getWebView()

        Gets the one and only visible webview on the screen. If there are multiple webview, you should use getWebView(@Nullable Matcher<View> matcher).

      • getWebView

         static WebViewElement getWebView(@Nullable() Matcher<View> matcher)

        Get the webview matches the provided {@param matcher}

        Parameters:
        matcher - a webview mathcer representation