I'm Using IE11 and need to get console log message. I am using Java selenium for that.
Asked
Active
Viewed 191 times
-1
-
that's not for IE browser. I need to access with IE – Trung Nghĩa Cao Jun 13 '19 at 03:37
-
It is better you show us what did you tried till now will help us to understand the issue in better way. – Deepak-MSFT Jun 17 '19 at 06:30
1 Answers
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