@xotabu4 - спасибо огромное за помощь
один-в один - не вышло код внедрить
но вот так - отлично работает
findByText(text: string): BaseElement {
const element = this['elementArrayFinder_'].filter((element) => element.getText().then(actualText => (actualText === text))).get(0);
return new BaseElement(element);
}