![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowStorageOptions | WithStorageDomain (string domain) |
| IAllowStorageOptions | WithStoragePath (string path) |
| IAllowStorageOptions | WithStorageKey (string key) |
| IAllowStorageOptions | WithStorageStoreName (string storeName) |
| IAllowStorageOptions | WithUserDefinedFilter (string userDefined) |
| Public Member Functions inherited from GenerallyPositive.Browser.IAllowStorageAction | |
| IAllowStorageOutData | RunGet (WebsiteStorageType storageType) |
| IAllowBrowserActionOrAnySelector | RunSet (WebsiteStorageType storageType) |
| IAllowBrowserActionOrAnySelector | RunDelete (WebsiteStorageType storageType) |
| Public Member Functions inherited from GenerallyPositive.Browser.IAllowStorageData | |
| IAllowStorageOptions | WithStorageData (string data) |
Definition at line 594 of file Interfaces.cs.
| IAllowStorageOptions GenerallyPositive.Browser.IAllowStorageOptions.WithStorageDomain | ( | string | domain | ) |
Implemented in GenerallyPositive.Browser.Browser.
| IAllowStorageOptions GenerallyPositive.Browser.IAllowStorageOptions.WithStorageKey | ( | string | key | ) |
Implemented in GenerallyPositive.Browser.Browser.
| IAllowStorageOptions GenerallyPositive.Browser.IAllowStorageOptions.WithStoragePath | ( | string | path | ) |
Implemented in GenerallyPositive.Browser.Browser.
| IAllowStorageOptions GenerallyPositive.Browser.IAllowStorageOptions.WithStorageStoreName | ( | string | storeName | ) |
Implemented in GenerallyPositive.Browser.Browser.
| IAllowStorageOptions GenerallyPositive.Browser.IAllowStorageOptions.WithUserDefinedFilter | ( | string | userDefined | ) |
Implemented in GenerallyPositive.Browser.Browser.