Interface RobotWebPage


  • public interface RobotWebPage
    Interface for the current web page, allowing for the page to be examined or interacted with programatically
    • Method Detail

      • getPageContents

        java.lang.String getPageContents()
      • getPageURL

        java.lang.String getPageURL()
      • getHeaders

        java.util.Map<java.lang.String,​java.lang.String> getHeaders()