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.
Initializes a new instance of the BrowserAction class for XML serialization or deserialization.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public BrowserAction(
UITechnologyElement uiElement,
BrowserActionType actionType
)
public:
BrowserAction(
UITechnologyElement^ uiElement,
BrowserActionType actionType
)
new :
uiElement:UITechnologyElement *
actionType:BrowserActionType -> BrowserAction
Public Sub New (
uiElement As UITechnologyElement,
actionType As BrowserActionType
)
Parameters
uiElement
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementA UITechnologyElement object.
actionType
Type: Microsoft.VisualStudio.TestTools.UITest.Common.BrowserActionTypeA member of the BrowserActionType enumeration.
See Also
UITechnologyElement
BrowserActionType
BrowserAction Overload
BrowserAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top