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.
TypeScript - Incorrect type signature of ElementArrayFinder::getText #3818
Open
Description
Hi there!
It seems to me that the automatic application of the ElementFinder
-specific WEB_ELEMENT_FUNCTIONS
to the ElementArrayFinder
results in an incorrect type signature of the ElementArrayFinder::getText()
.
Instead of declaring a thenable
containing a list of string
s, the signature describes a thenable
containing a single string
.
This gives both the IDE and the compiler a bit of a hard time:
Please let me know should you need any additional information!
Best,
Jan