Exemple #1
0
 public void Startup()
 {
     URL = ConfigurationManager.AppSettings["URL"];
     runLocally = ConfigurationManager.AppSettings["runLocally"];
     screenshotPath = ConfigurationManager.AppSettings["screenshotPath"];
     SetWebDriver(browser, version, platform);
     actionHelper = new ActionHelper(theWebDriver);
     WebDriverWait wait = new WebDriverWait(theWebDriver, TimeSpan.FromSeconds(waitTime));
 }
 public PageObject_DownloadBrochure(IWebDriver theDriver, ActionHelper theActionHelper)
 {
     //PageFactory.InitElements(theDriver, this);
     actionHelper = theActionHelper;
 }
 public PageObject_ArrangeAmeeting(IWebDriver theDriver, ActionHelper theActionHelper)
 {
     //PageFactory.InitElements(theDriver, this);
     actionHelper = theActionHelper;
 }
 public PageObject_SendEmail(IWebDriver theDriver, ActionHelper theActionHelper)
 {
     //PageFactory.InitElements(theDriver, this);
     actionHelper = theActionHelper;
 }
 public PageObject_NewsletterSignup(IWebDriver theDriver, ActionHelper theActionHelper)
 {
     //PageFactory.InitElements(theDriver, this);
     actionHelper = theActionHelper;
 }