find_and_click: Search for an element on the page and click it

View source: R/utils-selenium.R

find_and_clickR Documentation

Search for an element on the page and click it

Description

Search for an element on the page, starting from the document root.

Usage

find_and_click(client, using, value)

Arguments

client

RSelenium client.

using

String with "css" or "xpath".

value

String with css tag or xpath.

Value

The located element will be returned as an object of webElement class.


villegar/scrappy documentation built on Jan. 25, 2024, 4:38 p.m.