Browser-based Video Recorder Not Work

I have found use following source,Browser-based Video Recorder will not work.

// WebUI.openBrowser(applicationURL)
System.setProperty(‘webdriver.chrome.driver’, DriverFactory.getChromeDriverPath())
WebDriver driver = new ChromeDriver()
DriverFactory.changeWebDriver(driver)
WebUI.navigateToUrl(applicationURL)

reference:

Because need to use the browsermob proxy plugin,this source cannot be removed


I don’t know only happened on my computer or is this a problem.
How can I make this function work normally on my computer?

Description comes from machine translation.
thank you!