Hello Team!
Right after upgraded JDI-light to latest version 1.6.1 I'm getting errors on every com.epam.jdi.light.elements.complex.table.Table element.
Once downgraded to a previous version 1.6.0, code works well.
Element description:
@UI("#appointment_times") Table appointmentTimes;
Error log:
`java.lang.RuntimeException:
Can't init 'page' '***Page' on '***Site'
Caused by: java.lang.RuntimeException:
Can't create field '***Page' instance of type 'class com.***Page'. Try new class com.***Page() to get more details
Caused by: java.lang.RuntimeException:
Can't init 'element' 'appointmentTimes' on '***Page'
`
Any ideas how can I solve that or why such error happens?