SePSX.RecordedWebElement.RecordedWebElement C# (CSharp) Method

RecordedWebElement() public method

public RecordedWebElement ( ) : PSTestLib
return PSTestLib
        public RecordedWebElement()
        {
            ItemType = RecordingTypes.Element;
            UserData =
                new System.Collections.Generic.Dictionary<string, object>();
        }
RecordedWebElement