Exemplo n.º 1
0
        public static StartPage LoginPassword(LogPass logpass, IWebDriver driver)
        {
            StartPage startPage = new StartPage(driver);
            StartPage log       = startPage.Login(logpass);

            return(log.ClickButton());
        }
Exemplo n.º 2
0
 protected virtual void OnRaiseLogPass(FoundObjectFactoryEventArgs e)
 {
     LogPass?.Invoke(this, e);
 }