CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Can you support select dropdown in vue application

Open s2005lg opened this issue 3 years ago • 1 comments

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 ? image

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

s2005lg avatar Jan 17 '22 08:01 s2005lg

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'

klepik1990 avatar Feb 15 '22 09:02 klepik1990