Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Typings for 'protractor' namespace missing from globals.ts in Protractor 4.0.0 #3367

@jan-molak

Description

@jan-molak

Although the protractor/lib/ptor.ts defines a protractor namespace, some of its contents don't seem to be exported in any of the typings?

The globals.ts file defines:

  Browser
  ElementArrayFinder
  ElementFinder
  ElementHelper
  ProtractorBy
  ProtractorExpectedConditions

but misses:

 wrapDriver
 promise
 ActionSequence
 Key
 Command
 CommandName

It would be also great to have other public interfaces available, such as:

Locator

Thanks!
Jan

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions