Nothing
test_that("find_elements() works", {
session <- selenider_test_session()
open_url("https://ashbythorpe.github.io/selenider/articles/test-site.html")
elem_click(s("#toggle_div"))
expect_true(
elem_find(find_elements(session, "p", xpath = ".//div/p"), has_text("Hello")) ==
find_element(find_element(session, ".toggleable"), "p")
)
})
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.