Is there any method (didn\'t find in API) or solution to click on element with text?
For example I have html:
I had to:
await this.page.$eval(this.menuSelector, elem => elem.click());