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

WindowsApplicationfindAndGetWindow Method

[Missing <summary> documentation for "M:TescoSW.MW.UITests.Common.WinAppDriver.WindowsApplication.findAndGetWindow(System.String,System.Exception@,System.Int32)"]

Namespace:  TescoSW.MW.UITests.Common.WinAppDriver
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
protected static WindowsElement findAndGetWindow(
	string windowName,
	out Exception lastException,
	int defaultTimeout = 15
)

Parameters

windowName
Type: SystemString

[Missing <param name="windowName"/> documentation for "M:TescoSW.MW.UITests.Common.WinAppDriver.WindowsApplication.findAndGetWindow(System.String,System.Exception@,System.Int32)"]

lastException
Type: SystemException

[Missing <param name="lastException"/> documentation for "M:TescoSW.MW.UITests.Common.WinAppDriver.WindowsApplication.findAndGetWindow(System.String,System.Exception@,System.Int32)"]

defaultTimeout (Optional)
Type: SystemInt32

[Missing <param name="defaultTimeout"/> documentation for "M:TescoSW.MW.UITests.Common.WinAppDriver.WindowsApplication.findAndGetWindow(System.String,System.Exception@,System.Int32)"]

Return Value

Type: WindowsElement

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.WinAppDriver.WindowsApplication.findAndGetWindow(System.String,System.Exception@,System.Int32)"]

See Also