|
|
|
Implement this syntax:
I.See("Some").<ElementType>.HasStyle("SomeStyle").WithValueOf("Some Value")
If the given element does not have the specified Value for the given Style, than throw.
Elements to implement:
-TextBox
-Button
-CheckBox
-RadioButton
-Div
-Span
|
|
Description
|
Implement this syntax:
I.See("Some").<ElementType>.HasStyle("SomeStyle").WithValueOf("Some Value")
If the given element does not have the specified Value for the given Style, than throw.
Elements to implement:
-TextBox
-Button
-CheckBox
-RadioButton
-Div
-Span |
Show » |
|