Click or drag to resize
DriverUtilitiesPrintStringList Method
Prints the items in List of string items

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void PrintStringList(
	List<string> listName
)

Parameters

listName
Type: System.Collections.GenericListString

[Missing <param name="listName"/> documentation for "M:SeleniumUtilities.DriverUtilities.PrintStringList(System.Collections.Generic.List{System.String})"]

See Also