Exemplo n.º 1
0
 public void Setup()
 {
     helper.InitBrowser("Chrome");
     helper.BrowserManage();
     helper.NavigateTo("https://wordpress.com/");
     wpLogin.logIn(user, password);
     wpLogin.AcceptCookie();
 }
Exemplo n.º 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();
        }
Exemplo n.º 3
0
 public void Setup()
 {
     helper.InitBrowser("Chrome");
     helper.BrowserManage();
 }