Skip to content

Latest commit

 

History

History
92 lines (50 loc) · 2.35 KB

browserwebelementsbyjs.md

File metadata and controls

92 lines (50 loc) · 2.35 KB

selenidejsBrowserWebElementsByJs

Class: BrowserWebElementsByJs

Hierarchy

  • BrowserWebElementsByJs

Implements

  • Locator‹Promise‹WebElement[]››

Index

Constructors

Properties

Methods

Constructors

constructor

+ new BrowserWebElementsByJs(browser: Browser, script: string | function, args: any[]): BrowserWebElementsByJs

Defined in lib/locators/BrowserWebElementsByJs.ts:20

Parameters:

Name Type
browser Browser
script string | function
args any[]

Returns: BrowserWebElementsByJs

Properties

Private args

args: any[]

Defined in lib/locators/BrowserWebElementsByJs.ts:25


Private browser

browser: Browser

Defined in lib/locators/BrowserWebElementsByJs.ts:23


Private script

script: string | function

Defined in lib/locators/BrowserWebElementsByJs.ts:24

Methods

find

find(): Promise‹WebElement[]›

Implementation of Locator

Defined in lib/locators/BrowserWebElementsByJs.ts:32

Returns: Promise‹WebElement[]›


toString

toString(): string

Defined in lib/locators/BrowserWebElementsByJs.ts:36

Returns: string