Skip to content

Commit

Permalink
[js] Add import
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Feb 8, 2024
1 parent 6f8e81e commit c2a660b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -20,6 +20,7 @@
const assert = require('assert')
const firefox = require('../../firefox')
const {Browser, By, WebElement} = require('../../')
const { suite } = require('../../lib/test')
const Network = require('../../bidi/network')
const {AddInterceptParameters} = require("../../bidi/addInterceptParameters");
const {InterceptPhase} = require("../../bidi/interceptPhase");
Expand Down

0 comments on commit c2a660b

Please sign in to comment.