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 )