SePSX.RecordedWebElement.RecordedWebElement C# (CSharp) 메소드

RecordedWebElement() 공개 메소드

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