Level 3
I am having this issue, duesn't Dusk work with Vue?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello
We have Laravel app that uses Vue as a frontend, we use Dusk to test screen and basic form in last few days the forms stopeed working and I pointed out to that if the is changed via JavaScript or Selenium it won't reftect in Vue and it wont trigger any event/change/input.
eg:
document.querySelector('#select').value = 'Full'
Then you can see how the value changes in browser, but the Vue value is still the old?
Anyone has same issue? Thanks P
Please or to participate in this conversation.