selenium-ide
selenium-ide copied to clipboard
Bug SIDE : Type on input type="date" d'ont work for angular
🐛 Bug Report
Bug IDE SIDE 3.17.4 : Type on input type="date" d'ont work specific format date = yyyy-mm-dd
fix for angular : element.dispatchEvent(new Event('input'));
it's work fine on selenium-side-runner