CodeceptJS
CodeceptJS copied to clipboard
Can you support select dropdown in vue application
Our application was build by using Vue. But select option doesn't work on it. Is that possible to add some new method to support this ?

For now, I have to use puppeteer original API to operate these elements.

As i know 'selectOption' works with 'select' component, but in your case it's just a list. I think you can try 1. click on 'ul' 2. wait for 'li' elements becomes visible and 3. click on needed 'li'