kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

getWebElement() logs wrap all console logs as error #42

Closed kgress closed 4 years ago

kgress commented 4 years ago

Bug

When getWebElement() creates new LogEntries from the browser logs, it wraps all logs it pulls as ERROR.

Expected

We should be reporting each log entry type - warning, error, info, etc - as their own respective SLF4J log. In this case, if there are browser logs that have WARNING, they should be SLF4J warnings. If there are browser logs that have ERROR, they should be SLF4J errors. Etc.