mibutec / popperfw

Declarative PageObjects for Java
Apache License 2.0
3 stars 3 forks source link

Reduce size of error messages when jemmy matchers fail #11

Closed nwwerum closed 7 years ago

nwwerum commented 7 years ago

The error messages produced by ComponentByXpathChooser.getDescription() can be extremely long, if the searched swing dialog is very large (in our case up to 60MB).

Reduce the description length (e.g. by cutting off), or make the full XML output de-activatable.

mibutec commented 7 years ago

Also reduced loglevel of message "Instantiating Object of class..." to debug