It can include HTML, PNG and other information, based on arguments passed.
render_json(splash_obj = splash_local, url, base_url = NULL,
quality = 75, width, height, timeout = 30, resource_timeout,
wait = 0, render_all = FALSE, proxy, js, js_src, filters,
allowed_domains, allowed_content_types, forbidden_content_types,
viewport = "1024x768", images, headers, body, http_method, save_args,
load_args, html = TRUE, png = FALSE, jpeg = FALSE,
iframes = TRUE, script = TRUE, console = TRUE, history = TRUE,
har = TRUE, response_body = FALSE)
Object created by a call to splash()
The URL to render (required)
The base url to render the page with.
JPEG quality parameter in range from 0 to 100. Default is quality=75.
Resize the rendered image to the given width/height (in pixels) keeping the aspect ratio. These are optional
Resize the rendered image to the given width/height (in pixels) keeping the aspect ratio. These are optional
A timeout (in seconds) for the render (defaults to 30). Without reconfiguring the startup parameters of the Splash server (not this package) the maximum allowed value for the timeout is 60 seconds.
A timeout (in seconds) for individual network requests.
Time (in seconds) to wait for updates after page is loaded (defaults to 0).
If TRUE
extend the viewport to include the whole webpage
(possibly very tall) before rendering.
Proxy profile name or proxy URL.
Javascript profile name.
JavaScript code to be executed in page context.
Comma-separated list of request filter names.
Comma-separated list of allowed domain names. If present, Splash won<U+2019>t load anything neither from domains not in this list nor from subdomains of domains not in this list.
Comma-separated list of allowed content types. If present, Splash will abort any request if the response<U+2019>s content type doesn<U+2019>t match any of the content types in this list. Wildcards are supported.
Comma-separated list of forbidden content types. If present, Splash will abort any request if the response<U+2019>s content type matches any of the content types in this list. Wildcards are supported.
View width and height (in pixels) of the browser viewport to render the web page. Format is <U+201C><width>x<height><U+201D>, e.g. 800x600. Default value is "full".
Whether to download images.
HTTP headers to set for the first outgoing request.
Body of HTTP POST request to be sent if method is POST.
HTTP method of outgoing Splash request.
A list of argument names to put in cache.
Parameter values to load from cache
Whether to include HTML in output.
Whether to include PNG in output.
Whether to include JPEG in output.
Whether to include information about child frames in output.
Whether to include the result of the custom executed javascript final statement in output
Whether to include the executed javascript console messages in output.
Whether to include the history of requests/responses for webpage main frame.
Use it to get HTTP status codes and headers. Only information about "main"
requests/responses is returned (i.e. information about related resources
like images and AJAX queries is not returned). To get information about all
requests and responses use har
parameter.
Whether to include HAR in output. If TRUE
the result will contain the same
data as render_har()
provides under har
list entry. By default, response
content is not included. To enable it use response_body
parameter.
Used with har
parameter.
a huge list
Other splash_renderers: execute_lua
,
render_har
, render_html
,
render_jpeg
, render_png