selene icon indicating copy to clipboard operation
selene copied to clipboard

Add logging ability (the same way as Selenide)

Open paulakimenko opened this issue 8 years ago • 1 comments

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)

paulakimenko avatar Apr 14 '16 12:04 paulakimenko

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)

yashaka avatar Dec 22 '16 17:12 yashaka