Sang Nguyen
Sang Nguyen
> @sangcnguyen is this ready to go? I think the bot is being too careful here since little has changed since @SupernaviX 's review, and you sound confident that `ChromiumWebDriver`...
Below is my reproducible code example @christian-bromann ``` await browser.url("https://webdriver.io/"); await expect(await $$(`//a[@class="navbar__item navbar__link"]`)).toBeDisplayed() ``` It seems the current code accepts `$()`, not `$$()`. Should we add support for handling...
> What would you think the behavior should be? I used to write with Selenium, Playwright. I'm hesitant because they don't have behavior like this to check if an array...