Skip to content

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.

Helper methods

SeleniumGroupInputWebElement exposes the following helpers:

  • isReadOnly() returns true if the WComponent being tested is in a read-only state.
  • isMandatory() returns true if the WComponent being tested has been marked as mandatory.

Related components

Further information

Clone this wiki locally