Nothing
test_that("Printing empty element collections works", {
session <- selenider_test_session()
empty_elements <- suppressWarnings(ss(".class")[1:5][6])
expect_s3_class(empty_elements, "empty_selenider_elements")
expect_true(elements_is_empty(empty_elements))
expect_snapshot(print(empty_elements))
expect_equal(get_elements(empty_elements), list())
})
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.