-1

I'm Using IE11 and need to get console log message. I am using Java selenium for that.

Siong Thye Goh
  • 3,518
  • 10
  • 23
  • 31

1 Answers1

0

Try to use code like below.

LogEntries logs = driver.manage().logs().get("browser");

Reference:

Java Code Examples for org.openqa.selenium.logging.LogEntries

Deepak-MSFT
  • 10,379
  • 1
  • 12
  • 19