PHP 클래스 SelectByLabel, simpletest

Searches by visible label or alt text.
상속: implements SelectorInterface
파일 보기 프로젝트 열기: simpletest/simpletest

공개 메소드들

메소드 설명
__construct ( string $label ) Stashes the name for later comparison.
isMatch ( SimpleWidget $widget ) Comparison. Compares visible text of widget or related label.

메소드 상세

__construct() 공개 메소드

Stashes the name for later comparison.
public __construct ( string $label )
$label string Visible text to match.

isMatch() 공개 메소드

Comparison. Compares visible text of widget or related label.
public isMatch ( SimpleWidget $widget )
$widget SimpleWidget Control to compare.