- All Implemented Interfaces:
- Cloneable, Comparable, Comparator<ScriptLocation>
public class ScriptReferenceLocation
extends ScriptLocation
Represents location of a reference (typically a file one) in a test script.
It allows to identify the place in a test script by the specified element, reference
(a link to another resource such as a template image, collection or a script)
and the parameter that contains the reference. Such an identification is more
robust than the other used ones, such as by the document offset, and it keeps
working even if after the script gets updated as long as the document model
(the tree of elements) is not reset.
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.