Is there any method (didn\'t find in API) or solution to click on element with text?
For example I have html:
The solution is
(await page.$$eval(selector, a => a .filter(a => a.textContent === 'target text') ))[0].click()