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

SupportMethodsRunInTopWindowT Method (FuncT)

[Missing <summary> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.RunInTopWindow``1(System.Func{``0})"]

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public static T RunInTopWindow<T>(
	Func<T> action
)

Parameters

action
Type: SystemFuncT

[Missing <param name="action"/> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.RunInTopWindow``1(System.Func{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.RunInTopWindow``1(System.Func{``0})"]

Return Value

Type: T

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.RunInTopWindow``1(System.Func{``0})"]

See Also