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

SimpleListFrameTMenuGetRequiredRow Method

Vrátí řádek nebo komptaktní řádek

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Frames
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
protected virtual IRow<TMenu, ICell> GetRequiredRow(
	By elementSelector,
	By frozenElementSelector
)

Parameters

elementSelector
Type: By

[Missing <param name="elementSelector"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Frames.SimpleListFrame`1.GetRequiredRow(OpenQA.Selenium.By,OpenQA.Selenium.By)"]

frozenElementSelector
Type: By

[Missing <param name="frozenElementSelector"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Frames.SimpleListFrame`1.GetRequiredRow(OpenQA.Selenium.By,OpenQA.Selenium.By)"]

Return Value

Type: IRowTMenu, ICell

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Frames.SimpleListFrame`1.GetRequiredRow(OpenQA.Selenium.By,OpenQA.Selenium.By)"]

See Also