コード例 #1
0
ファイル: Element.php プロジェクト: roggeo/phpunit-selenium-1
 /**
  * Retrieves the tag name
  * @return string
  */
 public function name()
 {
     return strtolower(parent::name());
 }