splash_plugins: Enable or disable browser plugins (e.g. Flash).

Description Usage Arguments See Also Examples

Description

Plugins are disabled by default.

Usage

1
splash_plugins(splash_obj, enable = FALSE)

Arguments

splash_obj

splashr object

enable

logical

See Also

Other splash_dsl_attributes: splash_enable_javascript, splash_images, splash_private_mode, splash_response_body

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
splash_local %>%
  splash_plugins(TRUE) %>%
  splash_user_agent(ua_macos_chrome) %>%
  splash_go("https://rud.is/b") %>%
  splash_wait(2) %>%
  splash_har() -> rud_har

## End(Not run)

splashr documentation built on May 2, 2019, 2:22 p.m.