Skip to content

Commit 0ca9590

Browse files
committed
Remove deprecated Form's method isDisplayed
1 parent 6ce4132 commit 0ca9590

File tree

1 file changed

+0
-12
lines changed
  • src/main/java/aquality/selenium/forms

1 file changed

+0
-12
lines changed

src/main/java/aquality/selenium/forms/Form.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@ public IElementStateProvider state() {
6464
return getFormLabel().state();
6565
}
6666

67-
/**
68-
* @deprecated This method will be removed in the future release. Use state().waitForDisplayed() if needed.
69-
* Return form state for form locator, waiting for the form to be displayed.
70-
*
71-
* @return True - form is opened,
72-
* False - form is not opened
73-
*/
74-
@Deprecated
75-
public boolean isDisplayed() {
76-
return state().waitForDisplayed();
77-
}
78-
7967
/**
8068
* Scroll form without scrolling entire page
8169
*

0 commit comments

Comments
 (0)