Skip to content
Snippets Groups Projects
Commit 5547a16d authored by Henrik Skupin's avatar Henrik Skupin
Browse files

Bug 1790378 - [webdriver-bidi] Added timestamp to navigation info. r=webdriver-reviewers,jdescottes

parent 996c9feb
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ class BrowsingContextModule extends Module {
// TODO: The navigation id should be a real id mapped to the navigation.
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1763122
navigation: null,
timestamp: Date.now(),
url: data.target.baseURI,
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment