AccountManagement.Specs.Steps.PageInteraction.PageInteraction C# (CSharp) Method

PageInteraction() public method

public PageInteraction ( WatiN.Core.IE browser ) : System
browser WatiN.Core.IE
return System
        public PageInteraction(IE browser)
        {
            _browser = browser;
            _pageUrls = new PageUrls();

            ScenarioContext.Current["username"] = username;
            ScenarioContext.Current["password"] = password;
        }