Skip to content

Commit

Permalink
updates browser docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke committed Nov 27, 2023
1 parent 262d787 commit 95532a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/core/handlers/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ For a given web browser timeline (such as the sample for [FireFox](https://githu

This event combined with loop being set to true will cause the timeline to randomly select a website from the list provided in CommandArgs and make a corresponding GET request to that site. The timeline will then wait for the number of seconds specified in the Delay property before selecting another random website from the list. Note that if stickiness is set, the next link may be selected from the same website as the previous link.

An example of this setting is:

```
"TimeLineEvents": [
{
"Command": "random",
"CommandArgs": [
"http://www.cmu.edu",
"http://sei.cmu.edu"
...
```

- randomalt

Similar to random but includes POST commands as well.
Expand Down

0 comments on commit 95532a7

Please sign in to comment.