tests/testthat/test-keys.R

test_that("key_chord() works", {
  expect_equal(
    key_chord(keys$enter, keys$shift, "A"),
    paste0(keys$enter, keys$shift, "A", keys$null)
  )
})

Try the selenium package in your browser

Any scripts or data that you put into this service are public.

selenium documentation built on June 18, 2025, 5:07 p.m.