View source: R/utils-selenium.R
find_elements | R Documentation |
Search for multiple elements on the page, starting from the document root.
find_elements(client, using, value)
client |
|
using |
String with "css" or "xpath". |
value |
String with css tag or xpath. |
The located elements will be returned as an list of objects of
WebElement
class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.