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