-
public final class GetOuterHTMLResponseResponse type for the DOMDomain.getOuterHTML command.
-
-
Constructor Summary
Constructors Constructor Description GetOuterHTMLResponse(String outerHTML)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetOuterHTMLResponsecopy(String outerHTML)final StringgetOuterHTML()Outer HTML markup. -
-
Constructor Detail
-
GetOuterHTMLResponse
GetOuterHTMLResponse(String outerHTML)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetOuterHTMLResponse copy(String outerHTML)
-
getOuterHTML
final String getOuterHTML()
Outer HTML markup.
-
-
-
-