Not able to get console logs on firefox webdriver

后端 未结 1 1754
野性不改
野性不改 2021-01-15 09:43

I am using Firefox version 53. Geckodriver version 0.16, selenium version 3.4. I want totake console logs of webdriver

from selenium import webdriver
from s         


        
相关标签:
1条回答
  • 2021-01-15 09:45

    It's known issue, you can check it here

    geckodriver is an implementation of W3C WebDriver which doesn’t specify a log interface at the moment, so this is expected behaviour.

    https://github.com/mozilla/geckodriver/issues/330

    0 讨论(0)
提交回复
热议问题