is there any solution to this problem
i use :
$this->type('contentform', 'i need to print this and go on with my testing');
but after i do submit it failed while when i do it manually it work. i'm using this code for submit:
$this->click("publish");
i test my app via selenium RC + phpunit ps: it work in selenium IDE but failed in selenium RC. i wonder why ?