Html Tag
This test node verifies an html tag on a html page. It can only be a descendant of
a Html Page test node or another Html Element test node. During a test run, the
system tries to find a html tag, on the page, that matches the describtion.
If it is found, then the action (if defined) is executed on that element.
Html Tag
- [Type]
The html type of the tag. If the type is "frame", it is possible
to add a Page test node to it, to test the content of the frame.
Therefore if you want to change the type of a frame,
you must first remove its child page.
- [Position]
If multiple elements on the page match the description, determine, which one should
be selected.
The position "any" is special. It checks all elements in question
and selects the one, where also the children match.
- [Text]
Search for the text of an html tag. Text is not an attribute.
Text is, what is inbetween the start and end tag and does not belong
to a sub tag.
Attributes
Here you define which attributes of a html tag should have which value.
Action
After a tag was successfully identified, one of the following actions can
be executed. If the action you are looking for, does not appear in the combo box
selection, verify, if the appropriate type is selected on the [Element] tab.
A Html tag, that executes an action is labeled with a "*" in the tree view.
- [no action]
The default
- [set text]
Sets the text of an input field.
- [set checkbox]
Clears or checks a checkbox.
- [set select option]
Selects an option tag inside a switch.
- [click]
Executes a click on a button or link.
- [set parameter]
Reads a value out of an attribute and sets a parameter.
General & Log
See General.