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

CompactRow Constructor

Initializes a new instance of the CompactRow class

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public CompactRow(
	IWebElement element,
	By actionRecordMenu,
	By lovSelectButton,
	By infoButton
)

Parameters

element
Type: IWebElement

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

actionRecordMenu
Type: By

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

lovSelectButton
Type: By

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

infoButton
Type: By

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

See Also