Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration provides settings that indicate how a clickable point is obtained by the [M:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement.GetClickablePoint(]System.Int32@,System.Int32@[)] method.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration GetClickablePointFromOption
public enum GetClickablePointFromOption
public enum class GetClickablePointFromOption
type GetClickablePointFromOption
public enum GetClickablePointFromOption
Members
Member name | Description | |
---|---|---|
None | A clickable point cannot be obtained. | |
GetClickablePointFromTechnologyManager | Get clickable point from the technology manager. | |
GetClickablePointFromPlayback | Get clickable point from playback. |