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
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: documentation/chapters/page-object.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,8 @@ invoked.
168
168
If the annotated field is a `List` or `PageObjectList` the value property of the annotation must be used to declare how many
169
169
elements of the list should be visible.
170
170
171
+
@Visble can be also used for embedded containers. If an embedded container is not annotated then is contained page object that are annotated with @Visible will not be verified at creation time.
172
+
171
173
**Note:** The given number is not the number of page objects expected to be in the list! It is the number of expected _visible_ page objects in the list!
Copy file name to clipboardExpand all lines: webtester-core/src/main/java/info/novatec/testit/webtester/internal/pageobjects/DefaultPageObjectFactory.java
0 commit comments