This is probably down to usage of @Delegate on Page.waitingSupport which IntelliJ does not seem to understand for some reason.
I think that given the amount of issues that @Delegate causes it might be good to consider getting rid of its usage in the whole codebase and manually delegate the methods when necessary.
The text was updated successfully, but these errors were encountered:
This is probably down to usage of
@Delegate
onPage.waitingSupport
which IntelliJ does not seem to understand for some reason.I think that given the amount of issues that
@Delegate
causes it might be good to consider getting rid of its usage in the whole codebase and manually delegate the methods when necessary.The text was updated successfully, but these errors were encountered: