コード例 #1
0
ファイル: browser.php プロジェクト: ilune/simpletest
 /**
  *    Clears the frame focus. All frames will be searched
  *    for content.
  *    @access public
  */
 function clearFrameFocus()
 {
     return $this->page->clearFrameFocus();
 }