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

Form: add possibility to extend form with custom elements #157

Open sankouski-dzmitry opened 4 years ago

sankouski-dzmitry commented 4 years ago

There can be custom html elements in html form in some applications (for example, custom autocomplete fields).

User is able fill forms with custom html elements, by extending Form class and providing operations for custom elements in constructor.

artkoshelev commented 4 years ago

Please provide tests with usage example.

sankouski-dzmitry commented 4 years ago

@AlexanderTolmachev @eroshenkoam guys, please have a look