Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel0024 committed Jul 11, 2024
1 parent 911d100 commit 30cbfca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,13 @@ var crawlerEngine = await new CrawlerEngineBuilder()
.BuildAsync(cancellationToken);
```

### Notable options
### Other notable options
The engine can be configured with the following options:

* `UseHeadlessMode(bool headless)`: If the browser should be headless or not
* `WithLoggerFactory(ILoggerFactory loggerFactory)`: The logger factory to use
* `WithUserAgent(string userAgent)`: The user agent to use
* `WithCookies(params Cookie[] cookies)`: The cookies to use
* `WithLoggerFactory(ILoggerFactory loggerFactory)`: The logger factory to use, to enable logging.
* `TotalPagesToCrawl(int total)`: The total number of pages to crawl
* `WithParallelismDegree(int parallelismDegree)` : The number of pages to crawl in parallel
* `WithParallelismDegree(int parallelismDegree)` : The number of browser tabs it can open in parallel

## Extensibility

Expand Down

0 comments on commit 30cbfca

Please sign in to comment.