1: <?php
2: namespace Azalea\Selenium\EHR\UI\Reports;
3:
4: class SystemStatisticsTab extends \Azalea\Selenium\EHR\UI\TabPanel
5: {
6: /** @var string $hash The hash fragment corresponding to this view, if any. */
7: protected static $hash = "/system_statistics";
8:
9: protected static $selector = "#system-statistics-tab";
10: protected static $title = "Statistics";
11: protected static $title_selector = ".label-title";
12: }