Nothing
test_that("find_element() work", {
session <- selenider_test_session()
open_url("https://ashbythorpe.github.io/selenider/articles/test-site.html")
expect_true(
find_element(session, "div", class_name = "actions-test") ==
find_element(session, ".actions-test")
)
expect_true(
find_element(session, xpath = "//button[@id = 'toggle_div']") ==
find_element(session, "#toggle_div")
)
})
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.