OzFramework / oz

Oz is a behavioral web-ui testing framework developed to reduce test maintenance by using a predictive model rather than a scriptive model when writing tests.
Apache License 2.0
23 stars 7 forks source link

Need to add support for a text_area style element #76

Closed greenarrowdb closed 6 years ago

greenarrowdb commented 6 years ago

Text areas behave similarly to text fields, but have different interactions with the browser. Either we need to support text areas in the existing text field element, or we need to create a new text area element.