Alexander Tikvach

Results 3 issues of Alexander Tikvach

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version latest ### Node.js Version latest ### Mode WDIO...

Bug 🐛
help wanted

Now it is not working and the query `#readme h1` gets a lot of items.

What about independent entities without binding to BEM? Like this: ``` js { block: 'foo', content: [ {tag: 'strong', content: 'HELLO'}, ',', {tag: 'i', content: 'WORLD'}, ] } ``` ```...