Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates the kind of element in a browser dialog window.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration BrowserDialogAction
public enum BrowserDialogAction
public enum class BrowserDialogAction
type BrowserDialogAction
public enum BrowserDialogAction
Members
| Member name | Description | |
|---|---|---|
| Cancel | The Cancel button. | |
| Close | The Close button. | |
| Ignore | The Ignore button. | |
| No | The No button. | |
| None | No dialog button. | |
| Ok | The OK button. | |
| PromptText | The prompt field. | |
| Retry | The Retry button. | |
| Yes | The Yes button. |