Package 

Class KWebView


  • 
    public class KWebView
    
                        

    Class for interacting with WebViews

    • Method Summary

      Modifier and Type Method Description
      final Unit invoke(Function1<WebElementBuilder, Unit> function) Operator that allows usage of DSL style
      • Methods inherited from class java.lang.Object

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

      • KWebView

        KWebView(Function1<ViewBuilder, Unit> matcher)
        Parameters:
        matcher - ViewBuilder which will result in matcher of web view
    • Method Detail

      • invoke

         final Unit invoke(Function1<WebElementBuilder, Unit> function)

        Operator that allows usage of DSL style

        Parameters:
        function - WebElementBuilder which will give you access to match elements and perform actions/assertions on it.