Interface RobotWebPage
-
public interface RobotWebPage
Interface for the current web page, allowing for the page to be examined or interacted with programatically
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getHeaders()
java.lang.String
getPageContents()
java.lang.String
getPageURL()
-