Skip to content

Script

Selects the HTML elements returned by the given script. The script must be the body of a JavaScript function that returns an HTML element or an array of HTML elements.

Syntax

SelectBy.Script
   ยท  [script]

Parameters

script
A string representing the body of a JavaScript function that returns an HTML element or an array of HTML elements.