示例#1
0
 public void Setup()
 {
     helper.InitBrowser("Chrome");
     helper.BrowserManage();
     helper.NavigateTo("https://wordpress.com/");
     wpLogin.logIn(user, password);
     wpLogin.AcceptCookie();
 }
示例#2
0
        public void Setup()
        {
            //Add Path to stored values from the local text file, then the corresponding line

            helper.InitBrowser("Chrome");
            helper.BrowserManage();
            helper.NavigateTo("https://wordpress.com/");
            wpLogin.logIn(user, password);
            wpLogin.AcceptCookieButton.Click();
        }
示例#3
0
 public void Setup()
 {
     helper.InitBrowser("Chrome");
     helper.BrowserManage();
 }