diff --git a/lib/helper/Playwright.js b/lib/helper/Playwright.js index 37c23dd35..774aa50a0 100644 --- a/lib/helper/Playwright.js +++ b/lib/helper/Playwright.js @@ -2098,7 +2098,7 @@ class Playwright extends Helper { const els = await this._locate(locator) const texts = [] for (const el of els) { - texts.push(await await el.innerText()) + texts.push(await el.innerText()) } this.debug(`Matched ${els.length} elements`) return texts