-
public final class SetOuterHTMLRequestRequest object containing input parameters for the DOMDomain.setOuterHTML command.
-
-
Constructor Summary
Constructors Constructor Description SetOuterHTMLRequest(Integer nodeId, String outerHTML)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final SetOuterHTMLRequestcopy(Integer nodeId, String outerHTML)final IntegergetNodeId()Id of the node to set markup for. final StringgetOuterHTML()Outer HTML markup to set. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
copy
final SetOuterHTMLRequest copy(Integer nodeId, String outerHTML)
-
getOuterHTML
final String getOuterHTML()
Outer HTML markup to set.
-
-
-
-