elem_text | R Documentation |
Get the inner text of a selenider_element
object.
elem_text(x, timeout = NULL)
x |
A |
timeout |
The time to wait for |
A string.
Other properties:
elem_attr()
,
elem_css_property()
,
elem_name()
,
elem_size()
html <- "
<p>Example text</p>
"
session <- minimal_selenider_session(html)
s("p") |>
elem_text()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.