Click or drag to resize
Tesco SW, a.s.

FileEditShared Constructor

Initializes a new instance of the FileEditShared class

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public FileEditShared(
	IWebElement element,
	bool isEditable
)

Parameters

element
Type: IWebElement

[Missing <param name="element"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.FileEditShared.#ctor(OpenQA.Selenium.IWebElement,System.Boolean)"]

isEditable
Type: SystemBoolean

[Missing <param name="isEditable"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.FileEditShared.#ctor(OpenQA.Selenium.IWebElement,System.Boolean)"]

See Also