コード例 #1
0
ファイル: Tests_StaticPages.cs プロジェクト: nvonop/Example
 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));
 }
コード例 #2
0
 public PageObject_DownloadBrochure(IWebDriver theDriver, ActionHelper theActionHelper)
 {
     //PageFactory.InitElements(theDriver, this);
     actionHelper = theActionHelper;
 }
コード例 #3
0
 public PageObject_ArrangeAmeeting(IWebDriver theDriver, ActionHelper theActionHelper)
 {
     //PageFactory.InitElements(theDriver, this);
     actionHelper = theActionHelper;
 }
コード例 #4
0
 public PageObject_SendEmail(IWebDriver theDriver, ActionHelper theActionHelper)
 {
     //PageFactory.InitElements(theDriver, this);
     actionHelper = theActionHelper;
 }
コード例 #5
0
 public PageObject_NewsletterSignup(IWebDriver theDriver, ActionHelper theActionHelper)
 {
     //PageFactory.InitElements(theDriver, this);
     actionHelper = theActionHelper;
 }