selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

Bug SIDE : Type on input type="date" d'ont work for angular

Open emerisier opened this issue 3 years ago • 0 comments

🐛 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

emerisier avatar Aug 08 '22 10:08 emerisier