|
From: Marcus B. <ma...@wo...> - 2009-03-15 11:39:48
|
Hi...
Gabor Szabo wrote:
> Once I 'get' a page, how can I fill the fields in a form?
$this->setField('life', 42);
$this->setField('pi', 3.14);
$this->click('Submit');
> Gabor
>
yours, Marcus
|