TestAutomationEssentials.Selenium.BrowserElement.BrowserElement C# (CSharp) Method

BrowserElement() protected method

Copy constructor
protected BrowserElement ( BrowserElement otherElement ) : System
otherElement BrowserElement Other object from which to copy the properties into the new object
return System
        protected BrowserElement(BrowserElement otherElement)
            : this(otherElement, otherElement.Description)
        {
        }

Same methods

BrowserElement::BrowserElement ( BrowserElement otherElement, string description ) : System
BrowserElement::BrowserElement ( ElementsContainer container, By by, Func selector, string description ) : System
BrowserElement::BrowserElement ( ElementsContainer container, By by, string description ) : System
BrowserElement::BrowserElement ( IDOMRoot domRoot, Func getWebElement, string description ) : System