Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Mar 12, 2024
1 parent 5e6d935 commit 1b40d18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions javascript/node/selenium-webdriver/bidi/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
// specific language governing permissions and limitations
// under the License.

const {WebElement} = require('../lib/webdriver')

class Browser {
constructor(driver) {
this._driver = driver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
'use strict'

const assert = require('assert')
const fileServer = require('../../lib/test/fileserver')
const firefox = require('../../firefox')
const {ignore, Pages, suite} = require('../../lib/test')
const {Browser, By, until} = require('../..')
Expand Down

0 comments on commit 1b40d18

Please sign in to comment.