... | @@ -424,7 +424,7 @@ p instance.call( 'opts.link_count_limit=', 1 ) |
... | @@ -424,7 +424,7 @@ p instance.call( 'opts.link_count_limit=', 1 ) |
|
#=> 1
|
|
#=> 1
|
|
```
|
|
```
|
|
|
|
|
|
## #<a id="options_exclude_cookies" href="#options_exclude_cookies">Exclude cookies (opts.exclude_cookies=)</a>
|
|
###<a id="options_exclude_cookies" href="#options_exclude_cookies">Exclude cookies (opts.exclude_cookies=)</a>
|
|
|
|
|
|
**Expects**: Array of Strings <br/>
|
|
**Expects**: Array of Strings <br/>
|
|
**Default**: []
|
|
**Default**: []
|
... | @@ -578,8 +578,7 @@ instance.call( "framework.run" ) |
... | @@ -578,8 +578,7 @@ instance.call( "framework.run" ) |
|
|
|
|
|
### [Get the progress while busy](#run_busy)
|
|
### [Get the progress while busy](#run_busy)
|
|
|
|
|
|
A handful of progress data can be requested by calling the
|
|
A handful of progress data can be requested by calling the ```framework.progress_data``` method.
|
|
```framework.progress_data``` method.
|
|
|
|
|
|
|
|
This will include messages, statistics, discovered issues, status etc.<br/>
|
|
This will include messages, statistics, discovered issues, status etc.<br/>
|
|
See:
|
|
See:
|
... | | ... | |