Class ZestExpressionClientElementExists

    • Constructor Detail

      • ZestExpressionClientElementExists

        public ZestExpressionClientElementExists()
        Instantiates a new ZestExpressionClientElementExists.
      • ZestExpressionClientElementExists

        public ZestExpressionClientElementExists​(String windowHandle,
                                                 String type,
                                                 String element)
        Instantiates a new ZestExpressionClientElementExists.
        Parameters:
        windowHandle - the window handle.
        type - the type of the expression.
        element - the element to check for existence.
      • ZestExpressionClientElementExists

        public ZestExpressionClientElementExists​(String windowHandle,
                                                 String type,
                                                 String element,
                                                 boolean inverse)
        Constructs a ZestExpressionClientElementExists with the given data.
        Parameters:
        windowHandle - the window handle.
        type - the type of the expression.
        element - the element to check for existence.
        inverse - if the expression should be the inverse.
        Since:
        0.14.0