GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.IAllowWithAttribute Interface Reference
Inheritance diagram for GenerallyPositive.Browser.IAllowWithAttribute:
GenerallyPositive.Browser.IAllowSelectorAction GenerallyPositive.Browser.IAllowAfterAnySelector GenerallyPositive.Browser.IAllowAfterAnySelectorExceptWithAll GenerallyPositive.Browser.IAllowAfterImageSelector GenerallyPositive.Browser.IAllowAfterWaitFor GenerallyPositive.Browser.IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowBrowserSettingsOrSelectorAction GenerallyPositive.Browser.IAllowAllBrowserAndAllSelector GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IAllowAfterWaitForAndSizeControl GenerallyPositive.Browser.IAllowCallTemplate GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser

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.

Detailed Description

Definition at line 354 of file Interfaces.cs.

Member Function Documentation

◆ WithAttribute()

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.

Parameters
attributeName of the attribute to set (e.g. "disabled", "value", "data-foo")
Returns
Fluent interface; must be followed by SetAttribute(value) to complete the action

Implemented in GenerallyPositive.Browser.Browser.


The documentation for this interface was generated from the following file: