yandex-qatools / htmlelements

Html Elements is a Java framework providing easy-to-use way of interaction with web-page elements in web-page tests.
Other
271 stars 116 forks source link

Fixed possible NPE in TextInput #127

Closed ham1 closed 8 years ago

ham1 commented 8 years ago

Used Optional.ofNullable instead of Optional.of