Class ScriptSearchObject

    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: SearchObject
        The name of the object that matches the search pattern. In other words, a description of the element inside the owner, such as "Name", or "Expression".
      • getText

        public java.lang.String getText()
        Description copied from interface: SearchObject
        Gets the text representation of the search result. This is what will be used for the "search".
      • setText

        public void setText​(java.lang.String value)
                     throws java.lang.IllegalArgumentException
        Description copied from interface: SearchObject
        Updates the search result with the new value- the "replace" in "search & replace".
        Throws:
        java.lang.IllegalArgumentException - If the new text value is not suitable for this search object