open("../../demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home&notheme=true", ""); $this->verifyTitle("Hello World", ""); $this->clickAndWait("//input[@type='submit' and @value='Click Me']", ""); $this->clickAndWait("//input[@type='submit' and @value='Hello World']", ""); $this->verifyTitle("Hello World", ""); } } ?>