url("active-controls/index.php?page=ActiveImageButtonTest"); $this->assertSourceContains("TActiveImageButton Functional Test"); $this->assertText("{$base}label1", "Label 1"); $this->byId("{$base}image1")->click(); $this->pause(800); //unable to determine mouse position $this->assertRegExp('/Image clicked at x=\d+, y=\d+/', $this->source()); } }