zopefoundation / zope.testbrowser

Programmable browser for functional black-box tests
Other
21 stars 16 forks source link

Incomplete interface definitons #39

Open mgedmin opened 7 years ago

mgedmin commented 7 years ago

IControl doesn't define readonly, which looks like part of the API. (Although note that IListControl classes don't have readonly properties.)

IControl.type has a list of values that doesn't mention textarea. I also wonder how it would cope with HTML5 control types such as date etc.

IControl doesn't have id (and the implementation lacks it as well), which is sometimes rather inconvenient.