![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowSetAttributeValue | WithAttribute (string attribute) |
| Names the DOM attribute to set on the found element(s). Must be followed by IAllowSetAttributeValue.SetAttribute to supply the value and complete the action. | |
Definition at line 354 of file Interfaces.cs.
| IAllowSetAttributeValue GenerallyPositive.Browser.IAllowWithAttribute.WithAttribute | ( | string | attribute | ) |
Names the DOM attribute to set on the found element(s). Must be followed by IAllowSetAttributeValue.SetAttribute to supply the value and complete the action.
| attribute | Name of the attribute to set (e.g. "disabled", "value", "data-foo") |
Implemented in GenerallyPositive.Browser.Browser.