open("../../demos/quickstart/?page=Controls.Samples.TTable.Home", ""); $this->verifyElementPresent("//table[@cellpadding='2' and @cellspacing='0' and @rules='all' and @border='1']"); $this->verifyElementPresent("//table/caption[@align='bottom' and text()='This is table caption']"); $this->verifyElementPresent("//th[text()='header cell 2']"); $this->verifyElementPresent("//tr[@align='right']/td[text()='text']"); $this->verifyElementPresent("//td[@align='center' and @colspan='2' and contains(text(),'cell 5')]"); $this->verifyElementPresent("//th[text()='Header 1']"); $this->verifyElementPresent("//td[text()='Cell 1']"); } } ?>