Exemplo n.º 1
0
 public void SelectItem(string item)
 {
     Click();
     SpillmanLogin loginForm = new SpillmanLogin(LoginFormXPath);
     ListItem selectListItem = loginForm.GetListItem(item);
     selectListItem.Focus();
     selectListItem.Click();
 }
Exemplo n.º 2
0
            public void SelectItem(string item)
            {
                Click();
                SpillmanLogin loginForm      = new SpillmanLogin(LoginFormXPath);
                ListItem      selectListItem = loginForm.GetListItem(item);

                selectListItem.Focus();
                selectListItem.Click();
            }
Exemplo n.º 3
0
 public void TestMethod1()
 {
     SpillmanLogin spillmanLoginForm = new SpillmanLogin(SpillmanLogin.LoginFormXPath);
 }
Exemplo n.º 4
0
 public SpillmanLogin(string xPath) : base(xPath)
 {
     _loginFormInstance = this;
 }
Exemplo n.º 5
0
 public SpillmanLogin(string xPath) : base(xPath)
 {
     _loginFormInstance = this;
 }