예제 #1
0
 private void GetParticipantCount()
 {
     _hearingRow.ParticipantCount = _browser.Driver.WaitUntilVisible(JudgeHearingListPage.ParticipantCount(_hearingId)).Text.Trim();
 }
 private void GetParticipantCount()
 {
     _hearingRow.ParticipantCount = _browser.TextOf(JudgeHearingListPage.ParticipantCount(_hearingId));
 }