Unable to read VR Path Registry - Selenium Webdriver
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to execute a test case using Selenium and java but the page does not load completely and I am getting this message in my eclipse console: Unable to read VR Path Registry What does this message mean? Here is the code: FirefoxDriver driver = new FirefoxDriver(); try { driver.get(url); WebDriverWait wait = new WebDriverWait(driver, 10); driver.manage().timeouts().pageLoadTimeout(10, TimeUnit.SECONDS); wait.until(ExpectedConditions.visibilityOfElementLocated(By.id(idName))); ... Here is the console: 1513781293556 Marionette INFO