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

SupportMethodsCombine Method

Kombinuje stringy (textové řetězce) do selektorů - Vytvoří "By" z "SupportMethods.Combine("formnameXXX", GlobalValues.New))"

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public static By Combine(
	params string[] strings
)

Parameters

strings
Type: SystemString
řetězce, ze kterých se složí výsledný právě jeden řetězec

Return Value

Type: By

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.Combine(System.String[])"]

See Also