15161718192021
@Autowired public DashboardPage( SeleniumContext seleniumContext ) { super( seleniumContext ); dashboardStatisticsComponent = new DashboardStatisticsComponent( seleniumContext ); }