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

MSLOVRow Constructor

Initializes a new instance of the MSLOVRow class

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public MSLOVRow(
	IWebElement element,
	By lovSelectButton = null
)

Parameters

element
Type: IWebElement

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

lovSelectButton (Optional)
Type: By

[Missing <param name="lovSelectButton"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.MSLOVRow.#ctor(OpenQA.Selenium.IWebElement,OpenQA.Selenium.By)"]

See Also