/// <summary>
 /// initialize elements
 /// </summary>
 public override void InitElements()
 {
     StandardPickerForm    = new StandardPickerForm(PageNames.CreateTestBySelectingStandardsPage, ControlPrefix);
     ItemStatisticsForm    = new ItemStatisticsForm(PageNames.CreateTestBySelectingStandardsPage, ControlPrefix);
     SelectStandardsButton = new WebElementWrapper(BySelectStandardsButton);
     DefineTestMapButton   = new WebElementWrapper(ByDefineTestMapButton);
     AdvancedOptionsButton = new WebElementWrapper(ByAdvancedOptionsButton);
 }
 /// <summary>
 /// initialize elements
 /// </summary>
 public override void InitElements()
 {
     StandardControlsForm          = new StandardControlsForm(PageNames.ItemCentral, ControlPrefix);
     ItemProperties                = new ItemPropertiesForm(PageNames.ItemCentral, ControlPrefix);
     ItemStatistics                = new ItemStatisticsForm(PageNames.ItemCentral, ControlPrefix);
     PassageProperties             = new PassagePropertiesForm(PageNames.ItemCentral, ControlPrefix);
     SearchPassagesButton          = new WebElementWrapper(BySearchPassagesButton);
     TextLink                      = new WebElementWrapper(ByTextLink);
     TextContainer                 = new WebElementWrapper(ByTextContainer);
     SearchText                    = new WebElementWrapper(BySearchText);
     StandardLink                  = new WebElementWrapper(ByStandardLink);
     StandardContainer             = new WebElementWrapper(ByStandardContainer);
     ItemPropertiesLink            = new WebElementWrapper(ByItemPropertiesLink);
     ItemPropertiesContainer       = new WebElementWrapper(ByItemPropertiesContainer);
     ItemStatisticsLink            = new WebElementWrapper(ByItemStatisticsLink);
     ItemStatisticsContainer       = new WebElementWrapper(ByItemStatisticsContainer);
     PassagePropertiesLink         = new WebElementWrapper(ByPassagePropertiesLink);
     PassagePropertiesContainer    = new WebElementWrapper(ByPassagePropertiesContainer);
     PassageReadingLevelsLink      = new WebElementWrapper(ByPassageReadingLevelsLink);
     PassageReadingLevelsContainer = new WebElementWrapper(ByPassageReadingLevelsContainer);
 }