-
Notifications
You must be signed in to change notification settings - Fork 17
SeleniumGroupInputWebElement
Mark Reeves edited this page Jun 5, 2017
·
1 revision
SeleniumGroupInputWebElement is an extension of SeleniumWComponentWebElement which is used to test several grouped input controls including
It is expected to be extended to support other group inputs including WMultiDropdown and WMultiTextField.
SeleniumGroupInputWebElement exposes the following helpers:
-
isReadOnly()
returnstrue
if the WComponent being tested is in a read-only state. -
isMandatory()
returnstrue
if the WComponent being tested has been marked as mandatory.