wix-incubator / unidriver

UniDriver - Universal Component Drivers 🚀
MIT License
53 stars 15 forks source link

Simulate a click on disabled checkbox #120

Open matanlb opened 3 years ago

matanlb commented 3 years ago

When using .click() always works regardless if the checkbox is disabled. This makes is impossible to test disabled UI with disabled checkboxes, since while the user can't check/uncheck the box the automation can