find_element: Search for an element on the page

View source: R/utils-selenium.R

find_elementR Documentation

Search for an element on the page

Description

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

Usage

find_element(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.