find_elements: Search for multiple elements on the page

View source: R/utils-selenium.R

find_elementsR Documentation

Search for multiple elements on the page

Description

Search for multiple elements on the page, starting from the document root.

Usage

find_elements(client, using, value)

Arguments

client

RSelenium client.

using

String with "css" or "xpath".

value

String with css tag or xpath.

Value

The located elements will be returned as an list of objects of WebElement class.


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