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
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.
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.