$ A B C D E F G H I J K L M N O P R S T U V W _ 

$

$(String) - Static method in class org.testatoo.cartridge.html4.By
 
$(String, Duration) - Static method in class org.testatoo.cartridge.html4.By
 

A

A - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "a" element properties for html4.
A(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.A
Class constructor specifying the evaluator to use and the id of the "a" element we want to test.
Abbr - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "abbr" properties of a structured text for html4.
Abbr(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Abbr
Class constructor specifying the evaluator to use and the id of the abbr element we want to test.
abbr() - Method in class org.testatoo.cartridge.html4.element.Td
To get the abbr attribute of the td element.
abbr() - Method in class org.testatoo.cartridge.html4.element.Th
To get the abbr attribute of the th element.
accept() - Method in class org.testatoo.cartridge.html4.element.File
To get the accept attribute of the file.
accept() - Method in class org.testatoo.cartridge.html4.element.Form
To get the accept attribute of the form.
acceptCharset() - Method in class org.testatoo.cartridge.html4.element.Form
To get the acceptcharset attribute of the form.
accesskey() - Method in class org.testatoo.cartridge.html4.element.A
To get the accesskey attribute of the "a" element
accesskey() - Method in class org.testatoo.cartridge.html4.element.Area
To get the accesskey attribute of the "area" element.
accesskey() - Method in class org.testatoo.cartridge.html4.element.Button
To get the accesskey attribute of the "button" or "input" element.
accesskey() - Method in class org.testatoo.cartridge.html4.element.CheckBox
To get the accesskey attribute of the checkbox.
accesskey() - Method in class org.testatoo.cartridge.html4.element.File
To get the accesskey attribute of the file.
accesskey() - Method in class org.testatoo.cartridge.html4.element.Hidden
To get the accesskey attribute of the hidden.
accesskey() - Method in class org.testatoo.cartridge.html4.element.InputPassword
To get the accesskey attribute of the password input.
accesskey() - Method in class org.testatoo.cartridge.html4.element.InputText
To get the accesskey attribute of the text input.
accesskey() - Method in class org.testatoo.cartridge.html4.element.Label
To get the accesskey attribute of the label.
accesskey() - Method in class org.testatoo.cartridge.html4.element.Legend
To get the accesskey attribute of the legend.
accesskey() - Method in class org.testatoo.cartridge.html4.element.Radio
To get the accesskey attribute of the radio button.
accesskey() - Method in class org.testatoo.cartridge.html4.element.TextArea
To get the accesskey attribute of the textarea.
Acronym - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "acronym" properties of a structured text for html4.
Acronym(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Acronym
Class constructor specifying the evaluator to use and the id of the acronym element we want to test.
action() - Method in class org.testatoo.cartridge.html4.element.Form
To get the action attribute of the form.
alt() - Method in class org.testatoo.cartridge.html4.element.Area
To get the alt attribute of the "area" element.
alt() - Method in class org.testatoo.cartridge.html4.element.Button
To get the alt attribute of the "input" element when its type is "image".
alt() - Method in class org.testatoo.cartridge.html4.element.CheckBox
To get the alt attribute of the checkbox.
alt() - Method in class org.testatoo.cartridge.html4.element.File
To get the alt attribute of the file.
alt() - Method in class org.testatoo.cartridge.html4.element.Hidden
To get the alt attribute of the hidden element.
alt() - Method in class org.testatoo.cartridge.html4.element.Img
To get the alt attribute of the image.
alt() - Method in class org.testatoo.cartridge.html4.element.InputPassword
To get the alt attribute of the password input.
alt() - Method in class org.testatoo.cartridge.html4.element.InputText
To get the alt attribute of the text input.
alt() - Method in class org.testatoo.cartridge.html4.element.Radio
To get the alt attribute of the radio button.
archive() - Method in class org.testatoo.cartridge.html4.element.Object
To get the archive attribute of the object.
Area - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "area" element properties for html4.
Area(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Area
Class constructor specifying the evaluator to use and the id of the "area" element we want to test.
areas() - Method in class org.testatoo.cartridge.html4.element.Map
To get the list of areas of the map.
areas(Map) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
areas(Map) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the areas on a given map.
Attribute - Enum in org.testatoo.cartridge.html4.element
This enum gives the different attributes of html4 elements
attribute(String, Attribute) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
attribute(String, Attribute) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the value of an attribute of the html element with a given id
AttributeSupport - Class in org.testatoo.cartridge.html4.element
This class allows to test the value of specific attributes on html tags.
axis() - Method in class org.testatoo.cartridge.html4.element.Td
To get the axis attribute of the td element.
axis() - Method in class org.testatoo.cartridge.html4.element.Th
To get the axis attribute of the th element.

B

Base - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "base" element properties for html4.
Base(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Base
Class constructor specifying the evaluator to use and the id of the "base" element we want to test.
Bootstraper - Class in org.testatoo.cartridge.html4
 
Bootstraper() - Constructor for class org.testatoo.cartridge.html4.Bootstraper
 
border() - Method in class org.testatoo.cartridge.html4.element.Table
To get the border attribute of the table (width in pixels of the frame around a table).
buildEvaluator(Map<String, ?>) - Method in class org.testatoo.cartridge.html4.Bootstraper
 
Button - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the properties of two html4 elements : button element input element, with type in (submit, reset, image, button)
Button(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Button
Class constructor specifying the evaluator to use and the id of the "button" or "input" element we want to test.
By - Class in org.testatoo.cartridge.html4
 
By() - Constructor for class org.testatoo.cartridge.html4.By
 

C

Caption - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "caption" element properties for html4.
Caption(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Caption
Class constructor specifying the evaluator to use and the id of the "caption" element we want to test.
caption() - Method in class org.testatoo.cartridge.html4.element.Table
To get the "caption" element corresponding to the table.
caption(Table) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
caption(Table) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the caption of a given table
Cellhalign - Enum in org.testatoo.cartridge.html4.element
This enum gives the different values for horizontal cell align of html4 table cells.
cellhalign() - Method in class org.testatoo.cartridge.html4.element.Col
To get the cellhalign attribute of the column.
cellhalign() - Method in class org.testatoo.cartridge.html4.element.Colgroup
To get the cellhalign attribute of the column group.
cellhalign() - Method in class org.testatoo.cartridge.html4.element.TBody
To get the cellhalign attribute of the TBody element
cellhalign() - Method in class org.testatoo.cartridge.html4.element.Td
To get the cellhalign attribute of the td element.
cellhalign() - Method in class org.testatoo.cartridge.html4.element.TFoot
To get the cellhalign attribute of the table footer
cellhalign() - Method in class org.testatoo.cartridge.html4.element.Th
To get the cellhalign attribute of the th element.
cellhalign() - Method in class org.testatoo.cartridge.html4.element.THead
To get the cellhalign attribute of the table header
cellhalign() - Method in class org.testatoo.cartridge.html4.element.Tr
To get the cellhalign attribute of the tr element.
cellpadding() - Method in class org.testatoo.cartridge.html4.element.Table
To get the cellpadding attribute of the table.
cells(CellContainer) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
cellspacing() - Method in class org.testatoo.cartridge.html4.element.Table
To get the cellspacing attribute of the table.
Cellvalign - Enum in org.testatoo.cartridge.html4.element
This enum gives the different values for vertical cell align of html4 table cells.
cellvalign() - Method in class org.testatoo.cartridge.html4.element.Col
To get the cellvalign attribute of the column.
cellvalign() - Method in class org.testatoo.cartridge.html4.element.Colgroup
To get the cellvalign attribute of the column group.
cellvalign() - Method in class org.testatoo.cartridge.html4.element.TBody
To get the cellvalign attribute of the TBody element
cellvalign() - Method in class org.testatoo.cartridge.html4.element.Td
To get the cellvalign attribute of the td element.
cellvalign() - Method in class org.testatoo.cartridge.html4.element.TFoot
To get the cellvalign attribute of the table footer
cellvalign() - Method in class org.testatoo.cartridge.html4.element.Th
To get the cellvalign attribute of the th element.
cellvalign() - Method in class org.testatoo.cartridge.html4.element.THead
To get the cellvalign attribute of the table header
cellvalign() - Method in class org.testatoo.cartridge.html4.element.Tr
To get the cellvalign attribute of the tr element.
charset() - Method in class org.testatoo.cartridge.html4.element.A
To get the charset attribute of the "a" element.
charset() - Method in class org.testatoo.cartridge.html4.element.Link
To get the charset attribute of the "link" element.
charset() - Method in class org.testatoo.cartridge.html4.element.Script
To get the charset attribute of the "script" element.
check(Checkable) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
CheckBox - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "input" element (with "checkbox" type) properties, for html4.
CheckBox(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.CheckBox
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
Cite - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "cite" properties of a structured text for html4.
Cite(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Cite
Class constructor specifying the evaluator to use and the id of the cite element we want to test.
classid() - Method in class org.testatoo.cartridge.html4.element.Object
To get the classid attribute of the object.
classname() - Method in class org.testatoo.cartridge.html4.element.A
 
classname() - Method in class org.testatoo.cartridge.html4.element.Abbr
 
classname() - Method in class org.testatoo.cartridge.html4.element.Acronym
 
classname() - Method in class org.testatoo.cartridge.html4.element.Area
 
classname() - Method in class org.testatoo.cartridge.html4.element.Button
 
classname() - Method in class org.testatoo.cartridge.html4.element.Caption
 
classname() - Method in class org.testatoo.cartridge.html4.element.CheckBox
 
classname() - Method in class org.testatoo.cartridge.html4.element.Cite
 
classname() - Method in class org.testatoo.cartridge.html4.element.Code
 
classname() - Method in class org.testatoo.cartridge.html4.element.Col
 
classname() - Method in class org.testatoo.cartridge.html4.element.Colgroup
 
classname() - Method in interface org.testatoo.cartridge.html4.element.Coreattrs
To get the class attribute of an html element
classname() - Method in class org.testatoo.cartridge.html4.element.Dd
 
classname() - Method in class org.testatoo.cartridge.html4.element.Dfn
 
classname() - Method in class org.testatoo.cartridge.html4.element.Div
 
classname() - Method in class org.testatoo.cartridge.html4.element.Dl
 
classname() - Method in class org.testatoo.cartridge.html4.element.Dt
 
classname() - Method in class org.testatoo.cartridge.html4.element.Em
 
classname() - Method in class org.testatoo.cartridge.html4.element.FieldSet
 
classname() - Method in class org.testatoo.cartridge.html4.element.File
 
classname() - Method in class org.testatoo.cartridge.html4.element.Form
 
classname() - Method in class org.testatoo.cartridge.html4.element.Frame
 
classname() - Method in class org.testatoo.cartridge.html4.element.FrameSet
 
classname() - Method in class org.testatoo.cartridge.html4.element.Hidden
 
classname() - Method in class org.testatoo.cartridge.html4.element.IFrame
 
classname() - Method in class org.testatoo.cartridge.html4.element.Img
 
classname() - Method in class org.testatoo.cartridge.html4.element.InputPassword
 
classname() - Method in class org.testatoo.cartridge.html4.element.InputText
 
classname() - Method in class org.testatoo.cartridge.html4.element.Kbd
 
classname() - Method in class org.testatoo.cartridge.html4.element.Label
 
classname() - Method in class org.testatoo.cartridge.html4.element.Legend
 
classname() - Method in class org.testatoo.cartridge.html4.element.Li
 
classname() - Method in class org.testatoo.cartridge.html4.element.Link
 
classname() - Method in class org.testatoo.cartridge.html4.element.Map
 
classname() - Method in class org.testatoo.cartridge.html4.element.NoFrames
 
classname() - Method in class org.testatoo.cartridge.html4.element.Object
 
classname() - Method in class org.testatoo.cartridge.html4.element.Ol
 
classname() - Method in class org.testatoo.cartridge.html4.element.Option
 
classname() - Method in class org.testatoo.cartridge.html4.element.OptionGroup
 
classname() - Method in class org.testatoo.cartridge.html4.element.P
 
classname() - Method in class org.testatoo.cartridge.html4.element.Radio
 
classname() - Method in class org.testatoo.cartridge.html4.element.Samp
 
classname() - Method in class org.testatoo.cartridge.html4.element.Select
 
classname() - Method in class org.testatoo.cartridge.html4.element.Span
 
classname() - Method in class org.testatoo.cartridge.html4.element.Strong
 
classname() - Method in class org.testatoo.cartridge.html4.element.Table
 
classname() - Method in class org.testatoo.cartridge.html4.element.TBody
 
classname() - Method in class org.testatoo.cartridge.html4.element.Td
 
classname() - Method in class org.testatoo.cartridge.html4.element.TextArea
 
classname() - Method in class org.testatoo.cartridge.html4.element.TFoot
 
classname() - Method in class org.testatoo.cartridge.html4.element.Th
 
classname() - Method in class org.testatoo.cartridge.html4.element.THead
 
classname() - Method in class org.testatoo.cartridge.html4.element.Title
 
classname() - Method in class org.testatoo.cartridge.html4.element.Tr
 
classname() - Method in class org.testatoo.cartridge.html4.element.Ul
 
classname() - Method in class org.testatoo.cartridge.html4.element.Var
 
click(Component, Click) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
close(AbstractWindow) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
Code - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "code" properties of a structured text for html4.
Code(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Code
Class constructor specifying the evaluator to use and the id of the code element we want to test.
codebase() - Method in class org.testatoo.cartridge.html4.element.Object
To get the codebase attribute of the object.
codetype() - Method in class org.testatoo.cartridge.html4.element.Object
To get the codetype attribute of the object.
Col - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "col" element properties for html4.
Col(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Col
Class constructor specifying the evaluator to use and the id of the "col" element we want to test.
Colgroup - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "colgroup" element properties for html4.
Colgroup(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Colgroup
Class constructor specifying the evaluator to use and the id of the "colgroup" element we want to test.
colgroups() - Method in class org.testatoo.cartridge.html4.element.Table
To get the groups of columns of the table.
colgroups(Table) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
colgroups(Table) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the columns groups of a given table
cols() - Method in class org.testatoo.cartridge.html4.element.Colgroup
To get the columns in the column group.
cols() - Method in class org.testatoo.cartridge.html4.element.FrameSet
To get the cols attribute of the frameset.
cols() - Method in class org.testatoo.cartridge.html4.element.Table
To get the columns of the table.
cols() - Method in class org.testatoo.cartridge.html4.element.TextArea
To get the cols attribute of the textarea (number of viewable columns).
cols(Colgroup) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
cols(Table) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
cols(Colgroup) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the columns in a given colgroup
cols(Table) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the columns of a given table
colspan() - Method in class org.testatoo.cartridge.html4.element.Td
To get the colspan attribute of the td element.
colspan() - Method in class org.testatoo.cartridge.html4.element.Th
To get the colspan attribute of the th element.
columns(DataGrid) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
component(Class<T>, String) - Static method in class org.testatoo.core.ComponentFactory
 
component(Class<T>, By) - Static method in class org.testatoo.core.ComponentFactory
 
ComponentFactory - Class in org.testatoo.core
 
ComponentFactory() - Constructor for class org.testatoo.core.ComponentFactory
 
components(By) - Static method in class org.testatoo.core.ComponentFactory
 
components(Class<T>, By) - Static method in class org.testatoo.core.ComponentFactory
 
componentType(String) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.Area
To know if the area contains a given component.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.Colgroup
To know if the colgroup contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.Form
To know if the form contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.IFrame
To know if the iframe contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.Map
To know if the map contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.Object
To know if the object contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.OptionGroup
To know if the option group contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.Table
To know if the table contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.TBody
To know if the TBody contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.TFoot
To know if the TFoot contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.Th
To know if the Th contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.THead
To know if the THead contains all the given components.
contains(Component...) - Method in class org.testatoo.cartridge.html4.element.Tr
To know if the Tr contains all the given components.
contains(Container, Component...) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
content() - Method in class org.testatoo.cartridge.html4.element.Caption
To get the content of the "caption" element.
content() - Method in class org.testatoo.cartridge.html4.element.Dd
To get the content of the "dtd" element.
content() - Method in class org.testatoo.cartridge.html4.element.Dt
To get the content of the "dt" element.
content() - Method in class org.testatoo.cartridge.html4.element.Label
To get the content of the label.
content() - Method in class org.testatoo.cartridge.html4.element.Legend
To get the content of the "legend" element.
content() - Method in class org.testatoo.cartridge.html4.element.Li
To get the content of the "li" element.
content() - Method in class org.testatoo.cartridge.html4.element.Option
To get the content of the option.
content() - Method in class org.testatoo.cartridge.html4.element.Td
To get the content of the table data cell.
content() - Method in class org.testatoo.cartridge.html4.element.Th
To get the content of the table header cell.
content(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
content(Option) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
content(Option) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the content of a given option.
content(Component) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the content of a given component
coords() - Method in class org.testatoo.cartridge.html4.element.A
To get the coords attribute of the "a" element.
coords() - Method in class org.testatoo.cartridge.html4.element.Area
To get the coords attribute of the "area" element.
CoreAttributeSupport - Class in org.testatoo.cartridge.html4.element
This class is the implementation of the attributes presented in Coreattrs interface.
Coreattrs - Interface in org.testatoo.cartridge.html4.element
This interface allows to test the value of coreattrs attributes on html tags.

D

data() - Method in class org.testatoo.cartridge.html4.element.Object
To get the data attribute of the object.
Dd - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "dd" element properties for html4.
Dd(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Dd
Class constructor specifying the evaluator to use and the id of the "dd" element we want to test.
describeTo(Description) - Method in class org.testatoo.cartridge.html4.matcher.OptionGroupSize
 
describeTo(Description) - Method in class org.testatoo.cartridge.html4.matcher.OptionSize
 
describeTo(Description) - Method in class org.testatoo.cartridge.html4.matcher.VisibleRow
 
Dfn - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "dfn" properties of a structured text for html4.
Dfn(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Dfn
Class constructor specifying the evaluator to use and the id of the dfn element we want to test.
direction() - Method in class org.testatoo.cartridge.html4.element.A
 
direction() - Method in class org.testatoo.cartridge.html4.element.Abbr
 
direction() - Method in class org.testatoo.cartridge.html4.element.Acronym
 
direction() - Method in class org.testatoo.cartridge.html4.element.Area
 
direction() - Method in class org.testatoo.cartridge.html4.element.Button
 
direction() - Method in class org.testatoo.cartridge.html4.element.Caption
 
direction() - Method in class org.testatoo.cartridge.html4.element.CheckBox
 
direction() - Method in class org.testatoo.cartridge.html4.element.Cite
 
direction() - Method in class org.testatoo.cartridge.html4.element.Code
 
direction() - Method in class org.testatoo.cartridge.html4.element.Col
 
direction() - Method in class org.testatoo.cartridge.html4.element.Colgroup
 
direction() - Method in class org.testatoo.cartridge.html4.element.Dd
 
direction() - Method in class org.testatoo.cartridge.html4.element.Dfn
 
Direction - Enum in org.testatoo.cartridge.html4.element
This enum gives the different values of the "dir" attribute of html4 elements.
direction() - Method in class org.testatoo.cartridge.html4.element.Div
 
direction() - Method in class org.testatoo.cartridge.html4.element.Dl
 
direction() - Method in class org.testatoo.cartridge.html4.element.Dt
 
direction() - Method in class org.testatoo.cartridge.html4.element.Em
 
direction() - Method in class org.testatoo.cartridge.html4.element.FieldSet
 
direction() - Method in class org.testatoo.cartridge.html4.element.File
 
direction() - Method in class org.testatoo.cartridge.html4.element.Form
 
direction() - Method in class org.testatoo.cartridge.html4.element.Hidden
 
direction() - Method in interface org.testatoo.cartridge.html4.element.I18n
To get the direction attribute of the html element
direction() - Method in class org.testatoo.cartridge.html4.element.Img
 
direction() - Method in class org.testatoo.cartridge.html4.element.InputPassword
 
direction() - Method in class org.testatoo.cartridge.html4.element.InputText
 
direction() - Method in class org.testatoo.cartridge.html4.element.Kbd
 
direction() - Method in class org.testatoo.cartridge.html4.element.Label
 
direction() - Method in class org.testatoo.cartridge.html4.element.Legend
 
direction() - Method in class org.testatoo.cartridge.html4.element.Li
 
direction() - Method in class org.testatoo.cartridge.html4.element.Link
 
direction() - Method in class org.testatoo.cartridge.html4.element.Map
 
direction() - Method in class org.testatoo.cartridge.html4.element.NoFrames
 
direction() - Method in class org.testatoo.cartridge.html4.element.Object
 
direction() - Method in class org.testatoo.cartridge.html4.element.Ol
 
direction() - Method in class org.testatoo.cartridge.html4.element.Option
 
direction() - Method in class org.testatoo.cartridge.html4.element.OptionGroup
 
direction() - Method in class org.testatoo.cartridge.html4.element.P
 
direction() - Method in class org.testatoo.cartridge.html4.element.Radio
 
direction() - Method in class org.testatoo.cartridge.html4.element.Samp
 
direction() - Method in class org.testatoo.cartridge.html4.element.Select
 
direction() - Method in class org.testatoo.cartridge.html4.element.Span
 
direction() - Method in class org.testatoo.cartridge.html4.element.Strong
 
direction() - Method in class org.testatoo.cartridge.html4.element.Table
 
direction() - Method in class org.testatoo.cartridge.html4.element.TBody
 
direction() - Method in class org.testatoo.cartridge.html4.element.Td
 
direction() - Method in class org.testatoo.cartridge.html4.element.TextArea
 
direction() - Method in class org.testatoo.cartridge.html4.element.TFoot
 
direction() - Method in class org.testatoo.cartridge.html4.element.Th
 
direction() - Method in class org.testatoo.cartridge.html4.element.THead
 
direction() - Method in class org.testatoo.cartridge.html4.element.Title
 
direction() - Method in class org.testatoo.cartridge.html4.element.Tr
 
direction() - Method in class org.testatoo.cartridge.html4.element.Ul
 
direction() - Method in class org.testatoo.cartridge.html4.element.Var
 
Div - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "div" element properties for html4.
Div(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Div
Class constructor specifying the evaluator to use and the id of the "div" element we want to test.
Dl - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "dl" element properties for html4.
Dl(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Dl
Class constructor specifying the evaluator to use and the id of the "dl" element we want to test.
doubleClick(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
dragAndDrop(Component, Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
DropDown - Class in org.testatoo.cartridge.html4.element
This class allows the testing of a DropDown for html4.
DropDown(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.DropDown
Class constructor specifying the evaluator to use and the id of the "select" element we want to test.
Dt - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "dt" element properties for html4.
Dt(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Dt
Class constructor specifying the evaluator to use and the id of the "dt" element we want to test.

E

elementsId(String) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
elementsId(String) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the ids of the html elements corresponding to a given path
Em - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "em" properties of a structured text for html4.
Em(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Em
Class constructor specifying the evaluator to use and the id of the em element we want to test.
enctype() - Method in class org.testatoo.cartridge.html4.element.Form
To get the enctype attribute of the form (when method is post).
evaluate(String) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
EvaluatorException - Exception in org.testatoo.cartridge.html4
This class specifies exception in the use of evaluator on html4 elements
EvaluatorException(String) - Constructor for exception org.testatoo.cartridge.html4.EvaluatorException
 
exist(String, Attribute) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
exist(String, Attribute) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To know if an attribute is present for a given component.
existComponent(String) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 

F

FieldSet - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "fieldset" element properties for html4.
FieldSet(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.FieldSet
Class constructor specifying the evaluator to use and the id of the "fieldset" element we want to test.
File - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "input" element (with "file" type) properties, for html4.
File(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.File
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
focusOn(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
Form - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "form" element properties for html4.
Form(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Form
Class constructor specifying the evaluator to use and the id of the "form" element we want to test.
Frame - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "frame" element properties for html4.
Frame(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Frame
Class constructor specifying the evaluator to use and the id of the "frame" element we want to test.
frame() - Method in class org.testatoo.cartridge.html4.element.Table
To get the frame attribute of the table.
frameborder() - Method in class org.testatoo.cartridge.html4.element.Frame
To get the frameborder attribute of the frame.
frameborder() - Method in class org.testatoo.cartridge.html4.element.IFrame
To get the frameborder attribute of the iframe.
FrameSet - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "frameset" element properties for html4.
FrameSet(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.FrameSet
Class constructor specifying the evaluator to use and the id of the "frameset" element we want to test.

G

goTo(String) - Static method in class org.testatoo.cartridge.html4.Language
 

H

has(int, Option[]) - Static method in class org.testatoo.cartridge.html4.matcher.Matchers
To test the number of options in a select element, using the syntax "has(4, options())"
has(int, OptionGroup[]) - Static method in class org.testatoo.cartridge.html4.matcher.Matchers
To test the number of optiongroups in a select element, using the syntax "has(4, optionGroups())"
has(int, String[]) - Static method in class org.testatoo.cartridge.html4.matcher.Matchers
To test the number of something, using the syntax "has(4, xxxxxx())"
hasFocus(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
headers() - Method in class org.testatoo.cartridge.html4.element.Td
To get the headers attribute of the td element.
headers() - Method in class org.testatoo.cartridge.html4.element.Th
To get the headers attribute of the th element.
height() - Method in class org.testatoo.cartridge.html4.element.Img
To get the height of the image.
height() - Method in class org.testatoo.cartridge.html4.element.Object
To get the height attribute of the object.
Hidden - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "input" element (with "hidden" type) properties, for html4.
Hidden(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Hidden
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
href() - Method in class org.testatoo.cartridge.html4.element.A
To get the href attribute of the "a" element.
href() - Method in class org.testatoo.cartridge.html4.element.Area
To get the href attribute of the "area" element.
href() - Method in class org.testatoo.cartridge.html4.element.Base
To get the href attribute of the "base" element.
href() - Method in class org.testatoo.cartridge.html4.element.Link
To get the href attribute of the "link" element.
hreflang() - Method in class org.testatoo.cartridge.html4.element.A
To get the hreflang attribute of the "a" element.
hreflang() - Method in class org.testatoo.cartridge.html4.element.Link
To get the hreflang attribute of the "link" element.
HtmlElementType - Enum in org.testatoo.cartridge.html4.element
This enum gives the different html4 elements
htmlElementType(String) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
htmlElementType(String) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the html type of the element with a given id
HtmlEvaluator - Interface in org.testatoo.cartridge.html4
This interface gives the methods that an html Evaluator must have, whatever UI Test engine used

I

I18n - Interface in org.testatoo.cartridge.html4.element
This interface allows to test the value of i18n attributes on html tags.
I18nAttributeSupport - Class in org.testatoo.cartridge.html4.element
This class is the implementation of the attributes presented in i18n interface.
icon(IconSupport) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
id(HtmlEvaluator) - Method in class org.testatoo.cartridge.html4.By
 
id(HtmlEvaluator, Duration, Duration) - Method in class org.testatoo.cartridge.html4.By
 
id(String) - Static method in class org.testatoo.cartridge.html4.By
 
id() - Method in interface org.testatoo.cartridge.html4.element.Coreattrs
To get the id attribute (unique) of an html element.
ids(HtmlEvaluator) - Method in class org.testatoo.cartridge.html4.By
 
ids(HtmlEvaluator, Duration, Duration) - Method in class org.testatoo.cartridge.html4.By
 
IFrame - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "iframe" element properties for html4.
IFrame(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.IFrame
Class constructor specifying the evaluator to use and the id of the "iframe" element we want to test.
Img - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "img" element properties for html4.
Img(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Img
Class constructor specifying the evaluator to use and the id of the "img" element we want to test.
implementation() - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
InputPassword - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "input" element (with "password" type) properties, for html4.
InputPassword(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.InputPassword
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
InputText - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "input" element (with "text" type) properties, for html4.
InputText(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.InputText
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
InputType - Enum in org.testatoo.cartridge.html4.element
This enum gives the different possible types for a html4 input element.
is(int) - Static method in class org.testatoo.cartridge.html4.matcher.OptionGroupSize
 
is(int) - Static method in class org.testatoo.cartridge.html4.matcher.OptionSize
 
is(int) - Static method in class org.testatoo.cartridge.html4.matcher.VisibleRow
 
isChecked(Checkable) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
isEnabled() - Method in class org.testatoo.cartridge.html4.element.Link
 
isEnabled(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
isMultiple() - Method in class org.testatoo.cartridge.html4.element.Select
To know if a list is multi-selectable.
isReadOnly() - Method in class org.testatoo.cartridge.html4.element.InputPassword
To get the readonly attribute of the password input.
isReadOnly() - Method in class org.testatoo.cartridge.html4.element.InputText
To get the readonly attribute of the text input.
isReadOnly() - Method in class org.testatoo.cartridge.html4.element.TextArea
To get the readonly attribute of the textarea.
isReadOnly(Field) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
isReadOnly(Field) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To know if a field is read-only.
isVisible() - Method in class org.testatoo.cartridge.html4.element.Area
To know if the component is visible Always return false (not visible element)
isVisible() - Method in class org.testatoo.cartridge.html4.element.Base
To know if the component is visible Always return false (not visible element)
isVisible() - Method in class org.testatoo.cartridge.html4.element.Colgroup
 
isVisible() - Method in class org.testatoo.cartridge.html4.element.Link
 
isVisible() - Method in class org.testatoo.cartridge.html4.element.Map
To know if the component is visible Always return false (not visible element)
isVisible() - Method in class org.testatoo.cartridge.html4.element.OptionGroup
To know if the component is visible Always return false (not visible element)
isVisible() - Method in class org.testatoo.cartridge.html4.element.Param
To know if the component is visible Always return false (not visible element)
isVisible() - Method in class org.testatoo.cartridge.html4.element.Script
 
isVisible(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 

J

jQuery(String) - Static method in class org.testatoo.cartridge.html4.By
Deprecated.
jQuery(String, Duration) - Static method in class org.testatoo.cartridge.html4.By
Deprecated.

K

Kbd - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "kbd" properties of a structured text for html4.
Kbd(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Kbd
Class constructor specifying the evaluator to use and the id of the kbd element we want to test.

L

label() - Method in class org.testatoo.cartridge.html4.element.Hidden
Hidden field has no label
Label - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "label" element properties for html4.
Label(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Label
Class constructor specifying the evaluator to use and the id of the "label" element we want to test.
label() - Method in class org.testatoo.cartridge.html4.element.Option
To get the label attribute of the "option" element.
label() - Method in class org.testatoo.cartridge.html4.element.OptionGroup
To get the label attribute of the "optgroup" element.
label() - Method in class org.testatoo.cartridge.html4.element.Select
To get the "label" corresponding to the "select" element the label of the select is the content of the "label" element with a "for" attribute equals to the select id
label(LabelSupport) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
label(Option) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
label(OptionGroup) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
label(Option) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the label of a given option.
label(OptionGroup) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the label of a given option group.
language() - Method in class org.testatoo.cartridge.html4.element.A
 
language() - Method in class org.testatoo.cartridge.html4.element.Abbr
 
language() - Method in class org.testatoo.cartridge.html4.element.Acronym
 
language() - Method in class org.testatoo.cartridge.html4.element.Area
 
language() - Method in class org.testatoo.cartridge.html4.element.Button
 
language() - Method in class org.testatoo.cartridge.html4.element.Caption
 
language() - Method in class org.testatoo.cartridge.html4.element.CheckBox
 
language() - Method in class org.testatoo.cartridge.html4.element.Cite
 
language() - Method in class org.testatoo.cartridge.html4.element.Code
 
language() - Method in class org.testatoo.cartridge.html4.element.Col
 
language() - Method in class org.testatoo.cartridge.html4.element.Colgroup
 
language() - Method in class org.testatoo.cartridge.html4.element.Dd
 
language() - Method in class org.testatoo.cartridge.html4.element.Dfn
 
language() - Method in class org.testatoo.cartridge.html4.element.Div
 
language() - Method in class org.testatoo.cartridge.html4.element.Dl
 
language() - Method in class org.testatoo.cartridge.html4.element.Dt
 
language() - Method in class org.testatoo.cartridge.html4.element.Em
 
language() - Method in class org.testatoo.cartridge.html4.element.FieldSet
 
language() - Method in class org.testatoo.cartridge.html4.element.File
 
language() - Method in class org.testatoo.cartridge.html4.element.Form
 
language() - Method in class org.testatoo.cartridge.html4.element.Hidden
 
language() - Method in interface org.testatoo.cartridge.html4.element.I18n
To get the language attribute of the html element
language() - Method in class org.testatoo.cartridge.html4.element.Img
 
language() - Method in class org.testatoo.cartridge.html4.element.InputPassword
 
language() - Method in class org.testatoo.cartridge.html4.element.InputText
 
language() - Method in class org.testatoo.cartridge.html4.element.Kbd
 
language() - Method in class org.testatoo.cartridge.html4.element.Label
 
language() - Method in class org.testatoo.cartridge.html4.element.Legend
 
language() - Method in class org.testatoo.cartridge.html4.element.Li
 
language() - Method in class org.testatoo.cartridge.html4.element.Link
 
language() - Method in class org.testatoo.cartridge.html4.element.Map
 
language() - Method in class org.testatoo.cartridge.html4.element.NoFrames
 
language() - Method in class org.testatoo.cartridge.html4.element.Object
 
language() - Method in class org.testatoo.cartridge.html4.element.Ol
 
language() - Method in class org.testatoo.cartridge.html4.element.Option
 
language() - Method in class org.testatoo.cartridge.html4.element.OptionGroup
 
language() - Method in class org.testatoo.cartridge.html4.element.P
 
language() - Method in class org.testatoo.cartridge.html4.element.Radio
 
language() - Method in class org.testatoo.cartridge.html4.element.Samp
 
language() - Method in class org.testatoo.cartridge.html4.element.Select
 
language() - Method in class org.testatoo.cartridge.html4.element.Span
 
language() - Method in class org.testatoo.cartridge.html4.element.Strong
 
language() - Method in class org.testatoo.cartridge.html4.element.Table
 
language() - Method in class org.testatoo.cartridge.html4.element.TBody
 
language() - Method in class org.testatoo.cartridge.html4.element.Td
 
language() - Method in class org.testatoo.cartridge.html4.element.TextArea
 
language() - Method in class org.testatoo.cartridge.html4.element.TFoot
 
language() - Method in class org.testatoo.cartridge.html4.element.Th
 
language() - Method in class org.testatoo.cartridge.html4.element.THead
 
language() - Method in class org.testatoo.cartridge.html4.element.Title
 
language() - Method in class org.testatoo.cartridge.html4.element.Tr
 
language() - Method in class org.testatoo.cartridge.html4.element.Ul
 
language() - Method in class org.testatoo.cartridge.html4.element.Var
 
Language - Class in org.testatoo.cartridge.html4
 
Language() - Constructor for class org.testatoo.cartridge.html4.Language
 
Legend - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "legend" element properties for html4.
Legend(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Legend
Class constructor specifying the evaluator to use and the id of the "legend" element we want to test.
level() - Method in class org.testatoo.cartridge.html4.element.Title
 
Li - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "li" element properties for html4.
Li(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Li
Class constructor specifying the evaluator to use and the id of the "li" element we want to test.
Link - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "link" element properties for html4.
Link(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Link
Class constructor specifying the evaluator to use and the id of the "link" element we want to test.
ListBox - Class in org.testatoo.cartridge.html4.component
This class allows the testing of a ListBox for html4.
ListBox(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.component.ListBox
Class constructor specifying the evaluator to use and the id of the "select" element we want to test.
listSelectedValues() - Method in class org.testatoo.cartridge.html4.component.ListBox
To get the selected values in the list.
listSelectedValues() - Method in class org.testatoo.cartridge.html4.element.DropDown
To get a Selection content the selected value in the list
listSelectedValues() - Method in class org.testatoo.cartridge.html4.element.Select
To get the selected values in the list.
longdesc() - Method in class org.testatoo.cartridge.html4.element.Frame
To get the longdesc attribute of the frame.
longdesc() - Method in class org.testatoo.cartridge.html4.element.IFrame
To get the longdesc attribute of the iframe.
longdesc() - Method in class org.testatoo.cartridge.html4.element.Img
To get the longdesc attribute of the image.

M

Map - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "map" element properties for html4.
Map(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Map
Class constructor specifying the evaluator to use and the id of the "map" element we want to test.
marginheight() - Method in class org.testatoo.cartridge.html4.element.Frame
To get the marginheight attribute of the frame.
marginheight() - Method in class org.testatoo.cartridge.html4.element.IFrame
To get the marginheight attribute of the iframe.
marginwidth() - Method in class org.testatoo.cartridge.html4.element.Frame
To get the marginwidth attribute of the frame.
marginwidth() - Method in class org.testatoo.cartridge.html4.element.IFrame
To get the marginwidth attribute of the iframe.
Matchers - Class in org.testatoo.cartridge.html4.matcher
This class defines the matchers (based on hamcrest matchers) used in testatoo tests and specific to html4 testing.
Matchers() - Constructor for class org.testatoo.cartridge.html4.matcher.Matchers
 
matchesSafely(Select) - Method in class org.testatoo.cartridge.html4.matcher.OptionGroupSize
 
matchesSafely(Select) - Method in class org.testatoo.cartridge.html4.matcher.OptionSize
 
matchesSafely(Select) - Method in class org.testatoo.cartridge.html4.matcher.VisibleRow
 
maxLength(AbstractTextField) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
media() - Method in class org.testatoo.cartridge.html4.element.Link
To get the media attribute of the "link" element.
message(AlertBox) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
method() - Method in class org.testatoo.cartridge.html4.element.Form
To get the method attribute of the form (get or post).
Method - Enum in org.testatoo.cartridge.html4.element
This enum gives the different values for a method of html4 forms.
mouseOut(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
mouseOver(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 

N

name() - Method in class org.testatoo.cartridge.html4.element.A
To get the name attribute of the "a" element.
name() - Method in class org.testatoo.cartridge.html4.element.Button
To get the name attribute of the "button" or "input" element.
name() - Method in class org.testatoo.cartridge.html4.element.CheckBox
To get the name attribute of the checkbox.
name() - Method in class org.testatoo.cartridge.html4.element.File
To get the name attribute of the file.
name() - Method in class org.testatoo.cartridge.html4.element.Form
To get the name attribute of the form.
name() - Method in class org.testatoo.cartridge.html4.element.Frame
To get the name attribute of the frame.
name() - Method in class org.testatoo.cartridge.html4.element.Hidden
To get the name attribute of the hidden element.
name() - Method in class org.testatoo.cartridge.html4.element.IFrame
To get the name attribute of the iframe.
name() - Method in class org.testatoo.cartridge.html4.element.Img
To get the name attribute of the image.
name() - Method in class org.testatoo.cartridge.html4.element.InputPassword
To get the name attribute of the password input.
name() - Method in class org.testatoo.cartridge.html4.element.InputText
To get the name attribute of the text input.
name() - Method in class org.testatoo.cartridge.html4.element.Map
To get the name attribute of the map.
name() - Method in class org.testatoo.cartridge.html4.element.Object
To get the name attribute of the object.
name() - Method in class org.testatoo.cartridge.html4.element.Param
To get the name attribute of the parameter.
name() - Method in class org.testatoo.cartridge.html4.element.Radio
To get the name attribute of the radio button.
name() - Method in class org.testatoo.cartridge.html4.element.Select
To get the name attribute of the list.
name() - Method in class org.testatoo.cartridge.html4.element.TextArea
To get the name attribute of the textarea.
name() - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
nodename(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
nodename(Component) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To know the nodename for a given component.
nodeTextContent(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
nodeTextContent(Component) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the content of a given component.
NoFrames - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "noframes" element properties for html4.
NoFrames(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.NoFrames
Class constructor specifying the evaluator to use and the id of the "noframes" element we want to test.
noresize() - Method in class org.testatoo.cartridge.html4.element.Frame
To get the noresize attribute of the frame.

O

Object - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "object" element properties for html4.
Object(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Object
Class constructor specifying the evaluator to use and the id of the "object" element we want to test.
Ol - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "ol" element properties for html4.
Ol(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Ol
Class constructor specifying the evaluator to use and the id of the "ol" element we want to test.
open(String) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
open(String) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To open the page corresponding to the given url
Option - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "option" element properties for html4.
Option(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Option
Class constructor specifying the evaluator to use and the id of the "option" element we want to test.
OptionGroup - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "optgroup" element properties for html4.
OptionGroup(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.OptionGroup
Class constructor specifying the evaluator to use and the id of the "optgroup" element we want to test.
optionGroups() - Method in class org.testatoo.cartridge.html4.element.Select
To get the optiongroups in the list.
optionGroups(Select) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
optionGroups(Select) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the option groups in a given select.
optionGroups() - Static method in class org.testatoo.cartridge.html4.Language
 
OptionGroupSize - Class in org.testatoo.cartridge.html4.matcher
 
OptionGroupSize(int) - Constructor for class org.testatoo.cartridge.html4.matcher.OptionGroupSize
 
options() - Method in class org.testatoo.cartridge.html4.element.OptionGroup
To get the list of options of the "optgroup" element.
options() - Method in class org.testatoo.cartridge.html4.element.Select
To get the options in the list.
options(Select) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
options(OptionGroup) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
options(Select) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the options in a given select.
options(OptionGroup) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the options in a given option group.
options() - Static method in class org.testatoo.cartridge.html4.Language
 
OptionSize - Class in org.testatoo.cartridge.html4.matcher
 
OptionSize(int) - Constructor for class org.testatoo.cartridge.html4.matcher.OptionSize
 
org.testatoo.cartridge.html4 - package org.testatoo.cartridge.html4
 
org.testatoo.cartridge.html4.component - package org.testatoo.cartridge.html4.component
 
org.testatoo.cartridge.html4.element - package org.testatoo.cartridge.html4.element
 
org.testatoo.cartridge.html4.evaluator.selenium - package org.testatoo.cartridge.html4.evaluator.selenium
 
org.testatoo.cartridge.html4.matcher - package org.testatoo.cartridge.html4.matcher
 
org.testatoo.core - package org.testatoo.core
 

P

P - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "p" properties of a structured text for html4.
P(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.P
Class constructor specifying the evaluator to use and the id of the "a" element we want to test.
page() - Static method in class org.testatoo.core.ComponentFactory
 
pageId() - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
pageId() - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
 
pageSource() - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
pageSource() - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the current page source
Param - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "param" element properties for html4.
Param(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Param
Class constructor specifying the evaluator to use and the id of the "param" element we want to test.
params() - Method in class org.testatoo.cartridge.html4.element.Object
To get the different parameters of the object.
params(Object) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
params(Object) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the parameters of a given object.
Phrase - Class in org.testatoo.cartridge.html4.element
This abstract class is the base class for phrase elements of a structured text in html4.
Phrase(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Phrase
Class constructor specifying the evaluator to use and the id of the phrase element we want to test.
press(Key) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 

R

Radio - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "input" element (with "radio" type) properties, for html4.
Radio(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Radio
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
reference(Link) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
rel() - Method in class org.testatoo.cartridge.html4.element.A
To get the rel attribute of the "a" element.
rel() - Method in class org.testatoo.cartridge.html4.element.Link
To get the rel attribute of the "link" element.
reset() - Method in class org.testatoo.cartridge.html4.element.Form
To reset the form
reset(AbstractTextField) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
reset(Form) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
reset(Form) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To reset a given form.
reset(Form) - Static method in class org.testatoo.cartridge.html4.Language
 
rev() - Method in class org.testatoo.cartridge.html4.element.A
To get the rev attribute of the "a" element.
rev() - Method in class org.testatoo.cartridge.html4.element.Link
To get the rev attribute of the "link" element.
rows() - Method in class org.testatoo.cartridge.html4.element.FrameSet
To get the rows attribute of the frameset.
rows() - Method in class org.testatoo.cartridge.html4.element.TextArea
To get the rows attribute of the textarea (number of viewable rows).
rows(DataGrid) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
rowspan() - Method in class org.testatoo.cartridge.html4.element.Td
To get the rowspan attribute of the td element.
rowspan() - Method in class org.testatoo.cartridge.html4.element.Th
To get the rowspan attribute of the th element.
rules() - Method in class org.testatoo.cartridge.html4.element.Table
To get the rules attribute of the table.

S

Samp - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "samp" properties of a structured text for html4.
Samp(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Samp
Class constructor specifying the evaluator to use and the id of the samp element we want to test.
Scope - Enum in org.testatoo.cartridge.html4.element
This enum gives the different values of the scope for html4 td and th elements.
scope() - Method in class org.testatoo.cartridge.html4.element.Td
To get the scope attribute of the td element.
scope() - Method in class org.testatoo.cartridge.html4.element.Th
To get the scope attribute of the th element.
Script - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "script" element properties for html4.
Script(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Script
Class constructor specifying the evaluator to use and the id of the "script" element we want to test.
scrolling() - Method in class org.testatoo.cartridge.html4.element.Frame
To get the scrolling attribute of the frame.
scrolling() - Method in class org.testatoo.cartridge.html4.element.IFrame
To get the scrolling attribute of the iframe.
Scrolling - Enum in org.testatoo.cartridge.html4.element
This enum gives the different values for the scrolling attribute of html4 frames and iframes.
select(String) - Method in class org.testatoo.cartridge.html4.component.ListBox
To select a given value in the list.
select(String) - Method in class org.testatoo.cartridge.html4.element.DropDown
To select a given value in the list.
Select - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "select" element properties for html4.
Select(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Select
Class constructor specifying the evaluator to use and the id of the "select" element we want to test.
select(String) - Method in class org.testatoo.cartridge.html4.element.Select
To select in the list an item with a given value.
select(String, ListModel) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
selected() - Method in class org.testatoo.cartridge.html4.element.Option
To know if is the option is selected.
selected(Option) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
selected(Option) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To know if an option is selected.
selectedFilePath() - Method in class org.testatoo.cartridge.html4.element.File
 
selectedFilePath(FileDialog) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
selectedOptions() - Method in class org.testatoo.cartridge.html4.element.Select
To get the selected options in the list.
selectedOptions(Select) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
selectedOptions(Select) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the selected options in a given select
selectedValue() - Method in class org.testatoo.cartridge.html4.element.DropDown
To get the selected value in the list.
selectedValues() - Method in class org.testatoo.cartridge.html4.element.Select
To get the selected values in the list.
selectFilePath(String, FileDialog) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
SeleniumHtmlEvaluator - Class in org.testatoo.cartridge.html4.evaluator.selenium
This class is the implementation of an evaluator for html4 elements with Selenium as UI Test engine.
SeleniumHtmlEvaluator(String, Selenium) - Constructor for class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
Class constructor specifying the used selenium engine
SeleniumHtmlEvaluator(Selenium) - Constructor for class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
shape() - Method in class org.testatoo.cartridge.html4.element.A
To get the shape attribute of the "a" element.
shape() - Method in class org.testatoo.cartridge.html4.element.Area
To get the shape attribute of the "area" element.
Shape - Enum in org.testatoo.cartridge.html4.element
This enum gives the different values for the shape attribute of html4 area and "a" elements.
size() - Method in class org.testatoo.cartridge.html4.element.InputPassword
To get the size attribute of the password input.
size() - Method in class org.testatoo.cartridge.html4.element.InputText
To get the size attribute of the text input.
size() - Method in class org.testatoo.cartridge.html4.element.Select
To get the size attribute of the list.
source(Image) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
span() - Method in class org.testatoo.cartridge.html4.element.Col
To get the span attribute of the column.
span() - Method in class org.testatoo.cartridge.html4.element.Colgroup
To get the span attribute of the column.
Span - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "span" element properties for html4.
Span(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Span
Class constructor specifying the evaluator to use and the id of the acronym element we want to test.
src() - Method in class org.testatoo.cartridge.html4.element.Frame
To get the src attribute of the frame.
src() - Method in class org.testatoo.cartridge.html4.element.IFrame
To get the src attribute of the iframe.
src() - Method in class org.testatoo.cartridge.html4.element.Script
To get the src attribute of the "script" element.
standby() - Method in class org.testatoo.cartridge.html4.element.Object
To get the standby attribute of the object.
Strong - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "strong" properties of a structured text for html4.
Strong(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Strong
Class constructor specifying the evaluator to use and the id of the strong element we want to test.
style() - Method in class org.testatoo.cartridge.html4.element.A
 
style() - Method in class org.testatoo.cartridge.html4.element.Abbr
 
style() - Method in class org.testatoo.cartridge.html4.element.Acronym
 
style() - Method in class org.testatoo.cartridge.html4.element.Area
 
style() - Method in class org.testatoo.cartridge.html4.element.Button
 
style() - Method in class org.testatoo.cartridge.html4.element.Caption
 
style() - Method in class org.testatoo.cartridge.html4.element.CheckBox
 
style() - Method in class org.testatoo.cartridge.html4.element.Cite
 
style() - Method in class org.testatoo.cartridge.html4.element.Code
 
style() - Method in class org.testatoo.cartridge.html4.element.Col
 
style() - Method in class org.testatoo.cartridge.html4.element.Colgroup
 
style() - Method in interface org.testatoo.cartridge.html4.element.Coreattrs
To get the style attribute of an html element
style() - Method in class org.testatoo.cartridge.html4.element.Dd
 
style() - Method in class org.testatoo.cartridge.html4.element.Dfn
 
style() - Method in class org.testatoo.cartridge.html4.element.Div
 
style() - Method in class org.testatoo.cartridge.html4.element.Dl
 
style() - Method in class org.testatoo.cartridge.html4.element.Dt
 
style() - Method in class org.testatoo.cartridge.html4.element.Em
 
style() - Method in class org.testatoo.cartridge.html4.element.FieldSet
 
style() - Method in class org.testatoo.cartridge.html4.element.File
 
style() - Method in class org.testatoo.cartridge.html4.element.Form
 
style() - Method in class org.testatoo.cartridge.html4.element.Frame
 
style() - Method in class org.testatoo.cartridge.html4.element.FrameSet
 
style() - Method in class org.testatoo.cartridge.html4.element.Hidden
 
style() - Method in class org.testatoo.cartridge.html4.element.IFrame
 
style() - Method in class org.testatoo.cartridge.html4.element.Img
 
style() - Method in class org.testatoo.cartridge.html4.element.InputPassword
 
style() - Method in class org.testatoo.cartridge.html4.element.InputText
 
style() - Method in class org.testatoo.cartridge.html4.element.Kbd
 
style() - Method in class org.testatoo.cartridge.html4.element.Label
 
style() - Method in class org.testatoo.cartridge.html4.element.Legend
 
style() - Method in class org.testatoo.cartridge.html4.element.Li
 
style() - Method in class org.testatoo.cartridge.html4.element.Link
 
style() - Method in class org.testatoo.cartridge.html4.element.Map
 
style() - Method in class org.testatoo.cartridge.html4.element.NoFrames
 
style() - Method in class org.testatoo.cartridge.html4.element.Object
 
style() - Method in class org.testatoo.cartridge.html4.element.Ol
 
style() - Method in class org.testatoo.cartridge.html4.element.Option
 
style() - Method in class org.testatoo.cartridge.html4.element.OptionGroup
 
style() - Method in class org.testatoo.cartridge.html4.element.P
 
style() - Method in class org.testatoo.cartridge.html4.element.Radio
 
style() - Method in class org.testatoo.cartridge.html4.element.Samp
 
style() - Method in class org.testatoo.cartridge.html4.element.Select
 
style() - Method in class org.testatoo.cartridge.html4.element.Span
 
style() - Method in class org.testatoo.cartridge.html4.element.Strong
 
style() - Method in class org.testatoo.cartridge.html4.element.Table
 
style() - Method in class org.testatoo.cartridge.html4.element.TBody
 
style() - Method in class org.testatoo.cartridge.html4.element.Td
 
style() - Method in class org.testatoo.cartridge.html4.element.TextArea
 
style() - Method in class org.testatoo.cartridge.html4.element.TFoot
 
style() - Method in class org.testatoo.cartridge.html4.element.Th
 
style() - Method in class org.testatoo.cartridge.html4.element.THead
 
style() - Method in class org.testatoo.cartridge.html4.element.Title
 
style() - Method in class org.testatoo.cartridge.html4.element.Tr
 
style() - Method in class org.testatoo.cartridge.html4.element.Ul
 
style() - Method in class org.testatoo.cartridge.html4.element.Var
 
submit() - Method in class org.testatoo.cartridge.html4.element.Form
To submit the form
submit(Form) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
submit(Form) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To submit a given form.
submit(Form) - Static method in class org.testatoo.cartridge.html4.Language
 
summary() - Method in class org.testatoo.cartridge.html4.element.Table
To get the summary attribute of the table (summary of the data represented in the table).

T

tabindex() - Method in class org.testatoo.cartridge.html4.element.A
To get the tabindex attribute of the "a" element.
tabindex() - Method in class org.testatoo.cartridge.html4.element.Area
To get the tabindex attribute of the "area" element.
tabindex() - Method in class org.testatoo.cartridge.html4.element.Button
To get the tabindex attribute of the "button" or "input" element.
tabindex() - Method in class org.testatoo.cartridge.html4.element.CheckBox
To get the tabindex attribute of the checkbox.
tabindex() - Method in class org.testatoo.cartridge.html4.element.File
To get the tabindex attribute of the file.
tabindex() - Method in class org.testatoo.cartridge.html4.element.Hidden
To get the tabindex attribute of the hidden element.
tabindex() - Method in class org.testatoo.cartridge.html4.element.InputPassword
To get the tabindex attribute of the password input.
tabindex() - Method in class org.testatoo.cartridge.html4.element.InputText
To get the tabindex attribute of the text input.
tabindex() - Method in class org.testatoo.cartridge.html4.element.Radio
To get the tabindex attribute of the radio button.
tabindex() - Method in class org.testatoo.cartridge.html4.element.Select
To get the tabindex attribute of the list.
tabindex() - Method in class org.testatoo.cartridge.html4.element.TextArea
To get the tabindex attribute of the textarea.
Table - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "table" element properties for html4.
Table(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Table
Class constructor specifying the evaluator to use and the id of the table element we want to test.
tbody() - Method in class org.testatoo.cartridge.html4.element.Table
To get the tbody attribute of the table (table rows grouped into a body section).
TBody - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "TBody" element properties for html4 tables.
TBody(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.TBody
Class constructor specifying the evaluator to use and the id of the TBody element we want to test.
tbody(Table) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
tbody(Table) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the Tbody of a given table
Td - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "td" element properties for html4.
Td(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Td
Class constructor specifying the evaluator to use and the id of the td element we want to test.
td() - Method in class org.testatoo.cartridge.html4.element.Tr
To get the list of cells ("td" elements) of the table row.
td(Tr) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
td(Tr) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the td elements of a given Tr
text() - Method in class org.testatoo.cartridge.html4.element.Phrase
To get the content of the phrase element.
text() - Method in class org.testatoo.cartridge.html4.element.Span
 
text() - Method in class org.testatoo.cartridge.html4.element.Title
 
text(TextSupport) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
TextArea - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "textarea" element properties for html4.
TextArea(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.TextArea
Class constructor specifying the evaluator to use and the id of the textarea element we want to test.
tfoot() - Method in class org.testatoo.cartridge.html4.element.Table
To get the tfoot attribute of the table (table rows grouped into a foot section).
TFoot - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "TFoot" element properties for html4 tables.
TFoot(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.TFoot
Class constructor specifying the evaluator to use and the id of the TFoot element we want to test.
tfoot(Table) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
tfoot(Table) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the Tfoot of a given table
TFrame - Enum in org.testatoo.cartridge.html4.element
This enum gives the different values for the tframe attribute of html4 tables.
Th - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "th" element properties for html4.
Th(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Th
Class constructor specifying the evaluator to use and the id of the th element we want to test.
th() - Method in class org.testatoo.cartridge.html4.element.Tr
To get the list of header cells ("th" elements) of the table row.
th(Tr) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
th(Tr) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the th elements of a given Tr
thead() - Method in class org.testatoo.cartridge.html4.element.Table
To get the thead attribute of the table (table rows grouped into a head section).
THead - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "THead" element properties for html4 tables.
THead(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.THead
Class constructor specifying the evaluator to use and the id of the THead element we want to test.
thead(Table) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
thead(Table) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the Thead of a given table
title() - Method in class org.testatoo.cartridge.html4.element.A
 
title() - Method in class org.testatoo.cartridge.html4.element.Abbr
 
title() - Method in class org.testatoo.cartridge.html4.element.Acronym
 
title() - Method in class org.testatoo.cartridge.html4.element.Area
 
title() - Method in class org.testatoo.cartridge.html4.element.Button
 
title() - Method in class org.testatoo.cartridge.html4.element.Caption
 
title() - Method in class org.testatoo.cartridge.html4.element.CheckBox
 
title() - Method in class org.testatoo.cartridge.html4.element.Cite
 
title() - Method in class org.testatoo.cartridge.html4.element.Code
 
title() - Method in class org.testatoo.cartridge.html4.element.Col
 
title() - Method in class org.testatoo.cartridge.html4.element.Colgroup
 
title() - Method in interface org.testatoo.cartridge.html4.element.Coreattrs
To get the title attribute of an html element
title() - Method in class org.testatoo.cartridge.html4.element.Dd
 
title() - Method in class org.testatoo.cartridge.html4.element.Dfn
 
title() - Method in class org.testatoo.cartridge.html4.element.Div
 
title() - Method in class org.testatoo.cartridge.html4.element.Dl
 
title() - Method in class org.testatoo.cartridge.html4.element.Dt
 
title() - Method in class org.testatoo.cartridge.html4.element.Em
 
title() - Method in class org.testatoo.cartridge.html4.element.FieldSet
 
title() - Method in class org.testatoo.cartridge.html4.element.File
 
title() - Method in class org.testatoo.cartridge.html4.element.Form
 
title() - Method in class org.testatoo.cartridge.html4.element.Frame
 
title() - Method in class org.testatoo.cartridge.html4.element.FrameSet
 
title() - Method in class org.testatoo.cartridge.html4.element.Hidden
 
title() - Method in class org.testatoo.cartridge.html4.element.IFrame
 
title() - Method in class org.testatoo.cartridge.html4.element.Img
 
title() - Method in class org.testatoo.cartridge.html4.element.InputPassword
 
title() - Method in class org.testatoo.cartridge.html4.element.InputText
 
title() - Method in class org.testatoo.cartridge.html4.element.Kbd
 
title() - Method in class org.testatoo.cartridge.html4.element.Label
 
title() - Method in class org.testatoo.cartridge.html4.element.Legend
 
title() - Method in class org.testatoo.cartridge.html4.element.Li
 
title() - Method in class org.testatoo.cartridge.html4.element.Link
 
title() - Method in class org.testatoo.cartridge.html4.element.Map
 
title() - Method in class org.testatoo.cartridge.html4.element.NoFrames
 
title() - Method in class org.testatoo.cartridge.html4.element.Object
 
title() - Method in class org.testatoo.cartridge.html4.element.Ol
 
title() - Method in class org.testatoo.cartridge.html4.element.Option
 
title() - Method in class org.testatoo.cartridge.html4.element.OptionGroup
 
title() - Method in class org.testatoo.cartridge.html4.element.P
 
title() - Method in class org.testatoo.cartridge.html4.element.Radio
 
title() - Method in class org.testatoo.cartridge.html4.element.Samp
 
title() - Method in class org.testatoo.cartridge.html4.element.Select
 
title() - Method in class org.testatoo.cartridge.html4.element.Span
 
title() - Method in class org.testatoo.cartridge.html4.element.Strong
 
title() - Method in class org.testatoo.cartridge.html4.element.Table
 
title() - Method in class org.testatoo.cartridge.html4.element.TBody
 
title() - Method in class org.testatoo.cartridge.html4.element.Td
 
title() - Method in class org.testatoo.cartridge.html4.element.TextArea
 
title() - Method in class org.testatoo.cartridge.html4.element.TFoot
 
title() - Method in class org.testatoo.cartridge.html4.element.Th
 
title() - Method in class org.testatoo.cartridge.html4.element.THead
 
Title - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "H1, H2, H3, H4, H5, H6" element properties for html4.
Title(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Title
Class constructor specifying the evaluator to use and the id of the H1...
title() - Method in class org.testatoo.cartridge.html4.element.Title
 
title() - Method in class org.testatoo.cartridge.html4.element.Tr
 
title() - Method in class org.testatoo.cartridge.html4.element.Ul
 
title() - Method in class org.testatoo.cartridge.html4.element.Var
 
title(TitleSupport) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
Title.Level - Enum in org.testatoo.cartridge.html4.element
 
toComponentType(InputType) - Static method in enum org.testatoo.cartridge.html4.element.InputType
To match the html input type to corresponding testatoo type
toString() - Method in class org.testatoo.cartridge.html4.By
 
toString() - Method in class org.testatoo.cartridge.html4.element.Area
To get the string describing the area.
toString() - Method in enum org.testatoo.cartridge.html4.element.Attribute
 
toString() - Method in class org.testatoo.cartridge.html4.element.Base
To get the string describing the "base" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Caption
To get the string describing the "caption" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Col
To get the string describing the column.
toString() - Method in class org.testatoo.cartridge.html4.element.Colgroup
To get the string describing the column group.
toString() - Method in class org.testatoo.cartridge.html4.element.Dd
To get the string describing the "dd" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Dl
To get the string describing the "dl" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Dt
To get the string describing the "dt" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Form
To get the string describing the form
toString() - Method in class org.testatoo.cartridge.html4.element.Frame
To get the string describing the frame.
toString() - Method in class org.testatoo.cartridge.html4.element.FrameSet
To get the string describing the frameset
toString() - Method in class org.testatoo.cartridge.html4.element.IFrame
To get the string describing the iframe.
toString() - Method in class org.testatoo.cartridge.html4.element.Label
To get the string describing the label.
toString() - Method in class org.testatoo.cartridge.html4.element.Legend
To get the string describing the legend.
toString() - Method in class org.testatoo.cartridge.html4.element.Li
To get the string describing the "li" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Link
To get the string describing the "link" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Map
To get the string describing the map.
toString() - Method in class org.testatoo.cartridge.html4.element.NoFrames
To get the string describing the "noframes" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Ol
To get the string describing the "ol" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Option
To get the string describing the option.
toString() - Method in class org.testatoo.cartridge.html4.element.OptionGroup
To get the string describing the option group.
toString() - Method in class org.testatoo.cartridge.html4.element.Param
To get the string describing the parameter.
toString() - Method in class org.testatoo.cartridge.html4.element.Phrase
To get the string describing the phrase element.
toString() - Method in class org.testatoo.cartridge.html4.element.Script
To get the string describing the "script" element.
toString() - Method in class org.testatoo.cartridge.html4.element.Select
To get the string describing the list.
toString() - Method in class org.testatoo.cartridge.html4.element.Span
 
toString() - Method in class org.testatoo.cartridge.html4.element.TBody
To get the string describing the TBody element.
toString() - Method in class org.testatoo.cartridge.html4.element.Td
To get the string describing the table data cell.
toString() - Method in class org.testatoo.cartridge.html4.element.TFoot
To get the string describing the TFoot element.
toString() - Method in class org.testatoo.cartridge.html4.element.Th
To get the string describing the table header cell.
toString() - Method in class org.testatoo.cartridge.html4.element.THead
To get the string describing the THead element.
toString() - Method in class org.testatoo.cartridge.html4.element.Title
 
toString() - Method in class org.testatoo.cartridge.html4.element.Tr
To get the string describing the Tr.
toString() - Method in class org.testatoo.cartridge.html4.element.Ul
To get the string describing the "ul" element.
toString() - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
tr() - Method in class org.testatoo.cartridge.html4.element.Table
To get the list of rows ("tr" elements) of the table.
tr() - Method in class org.testatoo.cartridge.html4.element.TBody
To get the list of Tr elements in the TBody element
tr() - Method in class org.testatoo.cartridge.html4.element.TFoot
To get the list of Tr elements in the TFoot element
tr() - Method in class org.testatoo.cartridge.html4.element.THead
To get the list of Tr elements in the THead element.
Tr - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "tr" element properties for html4.
Tr(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Tr
Class constructor specifying the evaluator to use and the id of the tr element we want to test.
tr(Component) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
tr(Component) - Method in interface org.testatoo.cartridge.html4.HtmlEvaluator
To get the tr elements of a given component (Table, TBody, THead or TFoot)
TRules - Enum in org.testatoo.cartridge.html4.element
This enum gives the different values for the trules attribute of html4 tables.
type() - Method in class org.testatoo.cartridge.html4.element.A
To get the type attribute of the "a" element.
type() - Method in class org.testatoo.cartridge.html4.element.Button
To get the type attribute of the "button" element.
type() - Method in class org.testatoo.cartridge.html4.element.CheckBox
To get the type attribute of the "input" element, that is "checkbox".
type() - Method in class org.testatoo.cartridge.html4.element.File
To get the type attribute of the "input" element, that is "file".
type() - Method in class org.testatoo.cartridge.html4.element.Hidden
To get the type attribute of the "input" element, that is "hidden".
type() - Method in class org.testatoo.cartridge.html4.element.InputPassword
To get the type attribute of the "input" element, that is "password".
type() - Method in class org.testatoo.cartridge.html4.element.InputText
To get the type attribute of the "input" element, that is "text".
type() - Method in class org.testatoo.cartridge.html4.element.Link
To get the type attribute of the "link" element.
type() - Method in class org.testatoo.cartridge.html4.element.Object
To get the type attribute of the object.
type() - Method in class org.testatoo.cartridge.html4.element.Param
To get the type attribute of the parameter.
type() - Method in class org.testatoo.cartridge.html4.element.Radio
To get the type attribute of the "input" element, that is "radio".
type() - Method in class org.testatoo.cartridge.html4.element.Script
To get the type attribute of the "script" element.
type(String) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 

U

Ul - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "ul" element properties for html4.
Ul(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Ul
Class constructor specifying the evaluator to use and the id of the "ul" element we want to test.
unCheck(CheckBox) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
unselect(String) - Method in class org.testatoo.cartridge.html4.element.Select
To unselect in the list an item with a given value.
unselect(String, ListModel) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
unselectAll() - Method in class org.testatoo.cartridge.html4.element.Select
To unselect all the selected values of the list.
unselectAll(ListModel) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
usemap() - Method in class org.testatoo.cartridge.html4.element.Img
To get the usemap attribute of the image.
usemap() - Method in class org.testatoo.cartridge.html4.element.Object
To get the usemap attribute of the object.

V

value() - Method in class org.testatoo.cartridge.html4.element.Button
To get the value attribute of the "button" or "input" element.
value() - Method in class org.testatoo.cartridge.html4.element.CheckBox
To get the value attribute of the checkbox.
value() - Method in class org.testatoo.cartridge.html4.element.File
To get the value attribute of the file.
value() - Method in class org.testatoo.cartridge.html4.element.Option
 
value() - Method in class org.testatoo.cartridge.html4.element.Param
To get the value attribute of the parameter.
value() - Method in class org.testatoo.cartridge.html4.element.Radio
To get the value attribute of the radio button.
value() - Method in class org.testatoo.cartridge.html4.element.TextArea
To get the value attribute of the textarea (the content)
value(ValueSupport) - Method in class org.testatoo.cartridge.html4.evaluator.selenium.SeleniumHtmlEvaluator
 
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.Cellhalign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.Cellvalign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.HtmlElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.InputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.Scrolling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.TFrame
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.Title.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.TRules
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.testatoo.cartridge.html4.element.ValueType
Returns the enum constant of this type with the specified name.
valueOfIgnoreCase(String) - Static method in enum org.testatoo.cartridge.html4.element.HtmlElementType
 
values() - Method in class org.testatoo.cartridge.html4.component.ListBox
To get the values in the list.
values() - Static method in enum org.testatoo.cartridge.html4.element.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.Cellhalign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.Cellvalign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.testatoo.cartridge.html4.element.DropDown
To get the values in the list.
values() - Static method in enum org.testatoo.cartridge.html4.element.HtmlElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.InputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.Scrolling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.testatoo.cartridge.html4.element.Select
To get the values in the list.
values() - Static method in enum org.testatoo.cartridge.html4.element.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.TFrame
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.Title.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.TRules
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.testatoo.cartridge.html4.element.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
valuetype() - Method in class org.testatoo.cartridge.html4.element.Param
To get the valuetype attribute of the parameter.
ValueType - Enum in org.testatoo.cartridge.html4.element
This enum gives the different types for a value attribute for html4 objects.
Var - Class in org.testatoo.cartridge.html4.element
This class allows the testing of the "var" properties of a structured text for html4.
Var(HtmlEvaluator, String) - Constructor for class org.testatoo.cartridge.html4.element.Var
Class constructor specifying the evaluator to use and the id of the var element we want to test.
VisibleRow - Class in org.testatoo.cartridge.html4.matcher
 
VisibleRow(int) - Constructor for class org.testatoo.cartridge.html4.matcher.VisibleRow
 
visibleRows() - Method in class org.testatoo.cartridge.html4.element.Select
To get the number of visible items of the list.
visibleRows() - Static method in class org.testatoo.cartridge.html4.Language
 

W

width() - Method in class org.testatoo.cartridge.html4.element.Col
To get the width attribute of the column.
width() - Method in class org.testatoo.cartridge.html4.element.Colgroup
To get the width attribute of the column group.
width() - Method in class org.testatoo.cartridge.html4.element.Img
To get the width of the image.
width() - Method in class org.testatoo.cartridge.html4.element.Object
To get the width attribute of the object.
width() - Method in class org.testatoo.cartridge.html4.element.Table
To get the width attribute of the table.

_

_for() - Method in class org.testatoo.cartridge.html4.element.Label
To get the "for" attribute of the label.
$ A B C D E F G H I J K L M N O P R S T U V W _ 

Copyright © 2008-2013 Ovea. All Rights Reserved.