elementText

The elementText method returns the inner text of an element on a web page.

Syntax

elementText( cssSelector )

Arguments

Argument Description
cssSelector (string) A CSS selector that identifies the element. If multiple elements match the selector, the first matching element is used.

Returns

(String). The text. Returns nil if the element was not found.