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

GroupingRow Constructor

Initializes a new instance of the GroupingRow 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 GroupingRow(
	IWebElement element,
	Func<IWebElement> lovSelectButton = null
)

Parameters

element
Type: IWebElement

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

lovSelectButton (Optional)
Type: SystemFuncIWebElement

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

See Also