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

RowTMenu Constructor (IWebElement, IWebElement, By, By, By)

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 Row(
	IWebElement element,
	IWebElement frozenRowElement,
	By actionRecordMenu,
	By lovSelectButton,
	By infoButton
)

Parameters

element
Type: IWebElement

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

frozenRowElement
Type: IWebElement

[Missing <param name="frozenRowElement"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.Row`1.#ctor(OpenQA.Selenium.IWebElement,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.Row`1.#ctor(OpenQA.Selenium.IWebElement,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.Row`1.#ctor(OpenQA.Selenium.IWebElement,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.Row`1.#ctor(OpenQA.Selenium.IWebElement,OpenQA.Selenium.IWebElement,OpenQA.Selenium.By,OpenQA.Selenium.By,OpenQA.Selenium.By)"]

See Also