Skip to content

Commit

Permalink
Merge pull request #488 from dh4340/patch-1
Browse files Browse the repository at this point in the history
Added missing trackable in example in docs
  • Loading branch information
sei-dupdyke authored Jan 29, 2025
2 parents e9b80c9 + 4433e9b commit e72d6d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/core/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ If you need to track the outcome of a specific timeline event (such as verifying
{
"Command": "download",
"CommandArgs": [ "//a[contains(@class, 'dlbutton')]" ],
"TrackableId": "<guid id from trackables table/>",
"DelayAfter": 0,
"DelayBefore": 0
}
Expand Down

0 comments on commit e72d6d7

Please sign in to comment.