You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal to have ability wrap controls by extended functionality.
Workaround might be
classPageWith ... {
@FindBy(className="js-navigate") //this is always the same, that is why I'd like to use class level annotationvarlinks:java.util.List[JsNavigate] =null
}
Note: Sorry for scala, if not clear I'll provide more info.
P.S. Due to #2 not sure how to call such annotations. Block or FindBy
The text was updated successfully, but these errors were encountered:
It would be nice to make class level annotations also for Typified elements.
I was going to play with Block annotation while met following
And I have to use following:
What I really need is
Goal to have ability wrap controls by extended functionality.
Workaround might be
Note: Sorry for scala, if not clear I'll provide more info.
P.S. Due to #2 not sure how to call such annotations. Block or FindBy
The text was updated successfully, but these errors were encountered: