Skip to content

Latest commit

 

History

History
82 lines (44 loc) · 2.12 KB

elementwebelementsbylocator.md

File metadata and controls

82 lines (44 loc) · 2.12 KB

selenidejsElementWebElementsByLocator

Class: ElementWebElementsByLocator

Hierarchy

  • ElementWebElementsByLocator

Implements

  • Locator‹Promise‹WebElement[]››

Index

Constructors

Properties

Methods

Constructors

constructor

+ new ElementWebElementsByLocator(by: By, element: Element): ElementWebElementsByLocator

Defined in lib/locators/ElementWebElementsByLocator.ts:20

Parameters:

Name Type
by By
element Element

Returns: ElementWebElementsByLocator

Properties

Private by

by: By

Defined in lib/locators/ElementWebElementsByLocator.ts:22


Private element

element: Element

Defined in lib/locators/ElementWebElementsByLocator.ts:23

Methods

find

find(): Promise‹WebElement[]›

Implementation of Locator

Defined in lib/locators/ElementWebElementsByLocator.ts:28

Returns: Promise‹WebElement[]›


toString

toString(): string

Defined in lib/locators/ElementWebElementsByLocator.ts:32

Returns: string