Interface Browser

    • Method Detail

      • getElement

        @Nullable
        Element getElement​(@NotNull
                           java.lang.String path)
                    throws BrowserException
        Parameters:
        path - path to some element
        Returns:
        element for specified path or null if element does not exist
        Throws:
        BrowserException
      • getBehaviour

        @NotNull
        Behaviour getBehaviour()
        Returns the browser behaviour options.

        For most implementations Behaviour.DEFAULT_BEHAVIOUR is returned.

        Returns:
        browser behaviour
        Since:
        7.0