Changeset 73
- Timestamp:
- 12/03/06 05:14:35 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/bug/42/lib/HoneyClient/Agent/Driver/Browser.pm
r72 r73 918 918 =pod 919 919 920 =head2 $object->drive( )920 =head2 $object->drive(url => $url) 921 921 922 922 =over 4 … … 933 933 is terminated. Thus, each call to drive() invokes a new instance of the 934 934 browser. 935 936 I<Inputs>: 937 B<$url> is an optional argument, specifying the next immediate URL the browser must drive to. 935 938 936 939 I<Output>: The updated Browser driver B<$object>, containing state information
