(driver, browsingContextIds = null)
| 423 | } |
| 424 | |
| 425 | async function getNetworkInstance(driver, browsingContextIds = null) { |
| 426 | let instance = new Network(driver, browsingContextIds) |
| 427 | await instance.init() |
| 428 | return instance |
| 429 | } |
| 430 | |
| 431 | module.exports = { Network: getNetworkInstance, CacheBehavior } |