mardi 21 août 2018

How to get visible elements with WebDriverIO

I my tests I am using WebDriverIO. I want to get all elements with class form_error that are visible.

I try something like this:

$$('.form_error:visible')

but the :visible filter is not a valid webdriverio selector construct. How to achieve that?

Aucun commentaire:

Enregistrer un commentaire