Headless.UnitTests.TextPageWrapper.TextPageWrapper C# (CSharp) Method

TextPageWrapper() public method

Initializes a new instance of the TextPageWrapper class.
public TextPageWrapper ( ) : System
return System
        public TextPageWrapper()
            : this(new Uri("https://google.com"))
        {
        }

Same methods

TextPageWrapper::TextPageWrapper ( Uri targetLocation ) : System
TextPageWrapper