Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 368 Bytes

File metadata and controls

20 lines (14 loc) · 368 Bytes

Unifapi::BrowserHtmlResult

Properties

Name Type Description Notes
url String The rendered URL.
html String The fully rendered HTML after JavaScript execution.

Example

require 'unifapi'

instance = Unifapi::BrowserHtmlResult.new(
  url: null,
  html: null
)