To use a CSS selector in WebdriverIO, just pass it into the $ or $$ function. Here's one that grabs the ul by class name: $('ul.items') , and ...
確定! 回上一頁