selene
selene copied to clipboard
Add logging ability (the same way as Selenide)
It would be great if Selene has ability to collect event logs like it works in Selenide (package com.codeborne.selenide.logevents).
Nice to have:
- Log common actions (visit, search for element, click, setting value to element, assertions)
- Interface or another abstraction to implement your own logger (like com.codeborne.selenide.logevents. LogEventListener)
- Implementation by default to display events in stdout (use print() or logging)
This is of course great feature. But currently, there are many other features of higher priority:)
One day, we can implement this too.
@paulakimenko In meantime, can you please list some use cases, where this feature may be needed:
Interface or another abstraction to implement your own logger (like com.codeborne.selenide.logevents. LogEventListener)