Skip to content

Commit 4433e9b

Browse files
authored
Added missing trackable in example in docs
1 parent e9b80c9 commit 4433e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/client.md

+1
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ If you need to track the outcome of a specific timeline event (such as verifying
302302
{
303303
"Command": "download",
304304
"CommandArgs": [ "//a[contains(@class, 'dlbutton')]" ],
305+
"TrackableId": "<guid id from trackables table/>",
305306
"DelayAfter": 0,
306307
"DelayBefore": 0
307308
}

0 commit comments

Comments
 (0)