Nothing
test_that("Printing elements works", {
session <- selenider_test_session()
open_url("https://ashbythorpe.github.io/selenider/articles/test-site.html")
expect_snapshot(print(s(".toggleable"), width = 80))
expect_snapshot(print(s("#toggle_div"), width = 80))
expect_snapshot(print(elem_children(s(".actions-test")), width = 80))
expect_snapshot(print(elem_children(s(".actions-test")), width = 80, n = 3))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.