porscheinformatik / selenium-components

A small framework on top of Selenium to access web elements more easily.
MIT License
5 stars 5 forks source link

Fix empty String parse error for parseDate() #6

Closed TechScar closed 2 years ago

TechScar commented 2 years ago

If the String is empty instead of null, which can happen with a date input field which is left empty, the method throws a parse error. Fixed this.