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.
This is probably down to usage of
@DelegateonPage.waitingSupportwhich IntelliJ does not seem to understand for some reason.I think that given the amount of issues that
@Delegatecauses it might be good to consider getting rid of its usage in the whole codebase and manually delegate the methods when necessary.