IOSSelector constructor
IOSSelector({
- String? value,
- int? instance,
- IOSElementType? elementType,
- String? identifier,
- String? text,
- String? textStartsWith,
- String? textContains,
- String? label,
- String? labelStartsWith,
- String? labelContains,
- String? title,
- String? titleStartsWith,
- String? titleContains,
- bool? hasFocus,
- bool? isEnabled,
- bool? isSelected,
- String? placeholderValue,
- String? placeholderValueStartsWith,
- String? placeholderValueContains,
Creates a new IOSSelector.
Implementation
IOSSelector({
super.value,
super.instance,
super.elementType,
super.identifier,
super.text,
super.textStartsWith,
super.textContains,
super.label,
super.labelStartsWith,
super.labelContains,
super.title,
super.titleStartsWith,
super.titleContains,
super.hasFocus,
super.isEnabled,
super.isSelected,
super.placeholderValue,
super.placeholderValueStartsWith,
super.placeholderValueContains,
});