Exemple #1
0
 public MyalphaMobileApplicationNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     IForgotMyPasswordIBLabel   = new IForgotMyPasswordIBLabelNode(this, applicationModel);
     ForgotMyPasswordLabel      = new ForgotMyPasswordLabelNode(this, applicationModel);
     FillInTheConfirmationLabel = new FillInTheConfirmationLabelNode(this, applicationModel);
     UsernameEditField          = new UsernameEditFieldNode(this, applicationModel);
     LogInButton     = new LogInButtonNode(this, applicationModel);
     Continue2Button = new Continue2ButtonNode(this, applicationModel);
     ContinueButton  = new ContinueButtonNode(this, applicationModel);
     BackButton      = new BackButtonNode(this, applicationModel);
     DisplayName     = @"myAlpha Mobile";
 }
 public MyalphaMobileApplicationNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     YourDebitCreditOrPrLabel   = new YourDebitCreditOrPrLabelNode(this, applicationModel);
     YouCanScanYourCardLabel    = new YouCanScanYourCardLabelNode(this, applicationModel);
     UsernameReminderLabel      = new UsernameReminderLabelNode(this, applicationModel);
     IForgotMyUsernameLabel     = new IForgotMyUsernameLabelNode(this, applicationModel);
     AndYourMobilePhoneLabel    = new AndYourMobilePhoneLabelNode(this, applicationModel);
     ASixDigitVerificationLabel = new ASixDigitVerificationLabelNode(this, applicationModel);
     CreditCardEditField        = new CreditCardEditFieldNode(this, applicationModel);
     GetStartedButton           = new GetStartedButtonNode(this, applicationModel);
     ContinueButton             = new ContinueButtonNode(this, applicationModel);
     BackButton  = new BackButtonNode(this, applicationModel);
     DisplayName = @"myAlpha Mobile";
 }
 public SettingsWindowNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     BackButton  = new BackButtonNode(this, applicationModel);
     DisplayName = @"Settings";
 }
 public SettingsWindowNode(AppModelBase applicationModel) : base(applicationModel)
 {
     BackButton  = new BackButtonNode(this, applicationModel);
     DisplayName = @"Settings";
 }