The webdriverio docs for $ or findElement aren't that extensive, I'm used to other e2e tools, hence the confusion, to find an element that has both attributes I want to achieve something like:
const element = $('[title="HOW TO USE?", data-text="HOW TO USE?"]');
Is this the correct syntax?
WEBDRIVERIO version: 5.6.6