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