Пример #1
0
 /// <summary>
 /// Creates a new RegStep2Page  folder.
 /// </summary>
 public RegStep2PageFolder(RepoGenBaseFolder parentFolder) :
     base("RegStep2Page", "", parentFolder, 0, false, "44b91685-e20e-4c7e-848d-fe9a0957bbe9", "")
 {
     _billinginfo           = new ConsumerRegRepoFolders.BillingInfoFolder(parentFolder);
     _paymentinfo           = new ConsumerRegRepoFolders.PaymentInfoFolder(parentFolder);
     _ihavereadcheckboxInfo = new RepoItemInfo(this, "IHaveReadCheckBox", "/dom/body/div[1]/div[2]/form/div/p/input[@id='cbxTC']", 30000, null, "c19c92cf-01f3-4aab-9ff3-b61de8b5325a");
     _submitbuttonInfo      = new RepoItemInfo(this, "SubmitButton", "/dom/body/div[1]/div[2]/form/div/input[@id='btnSubmit']", 30000, null, "b35bbb8a-2a34-48d4-b293-b1fea1890768");
 }
Пример #2
0
 /// <summary>
 /// Creates a new RegStep2Page  folder.
 /// </summary>
 public RegStep2PageFolder(RepoGenBaseFolder parentFolder)
     : base("RegStep2Page", "", parentFolder, 0, false, "44b91685-e20e-4c7e-848d-fe9a0957bbe9", "")
 {
     _billinginfo = new ConsumerRegRepoFolders.BillingInfoFolder(parentFolder);
     _paymentinfo = new ConsumerRegRepoFolders.PaymentInfoFolder(parentFolder);
     _ihavereadcheckboxInfo = new RepoItemInfo(this, "IHaveReadCheckBox", "/dom/body/div[1]/div[2]/form/div/p/input[@id='cbxTC']", 30000, null, "c19c92cf-01f3-4aab-9ff3-b61de8b5325a");
     _submitbuttonInfo = new RepoItemInfo(this, "SubmitButton", "/dom/body/div[1]/div[2]/form/div/input[@id='btnSubmit']", 30000, null, "b35bbb8a-2a34-48d4-b293-b1fea1890768");
 }