extractPageSource abstract method

String extractPageSource(
  1. String responseBody
)

Returns the page source from the response body

Implementation

String extractPageSource(String responseBody);