watij.elements
Interface HtmlElementFactory
- All Known Implementing Classes:
- IEHtmlElementFactory
public interface HtmlElementFactory
htmlElement
HtmlElement htmlElement(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
button
Button button(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
checkbox
Checkbox checkbox(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
div
Div div(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
fileField
FileField fileField(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
form
Form form(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
frame
Frame frame(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
hidden
Hidden hidden(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
iframe
IFrame iframe(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
image
Image image(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
label
Label label(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
link
Link link(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
option
Option option(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
radio
Radio radio(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectList
SelectList selectList(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
span
Span span(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
table
Table table(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
tableBody
TableBody tableBody(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
tableCell
TableCell tableCell(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
tableRow
TableRow tableRow(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
textArea
TextArea textArea(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception
textField
TextField textField(org.w3c.dom.Element element)
throws java.lang.Exception
- Throws:
java.lang.Exception