1: <?php
2: namespace Azalea\Selenium\EHR\UI\Patients;
3:
4: class PatientDocumentsList extends \Azalea\Selenium\EHR\UI\CheckboxGrid
5: {
6: protected static $selector = ".patients-PatientsDocumentsView .awa-ui-grid";
7: protected static $checkboxSelector = ".pat_doc_checkbox";
8: }