- 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.
- 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.
- 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
-
- 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.
- lstSelectedValues() - Method in class org.testatoo.cartridge.html4.element.Select
-
- 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).
- 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
-
- 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
-