Deprecated API
Contents
-
Deprecated Enums
-
Deprecated FieldsFieldDescriptionThis option is ignored.
Frame.isHidden()does not wait for the element to become hidden and returns immediately.This option is ignored.Frame.isVisible()does not wait for the element to become visible and returns immediately.This option is ignored.Locator.isHidden()does not wait for the element to become hidden and returns immediately.This option is ignored.Locator.isVisible()does not wait for the element to become visible and returns immediately.This option is ignored.Page.isHidden()does not wait for the element to become hidden and returns immediately.This option is ignored.Page.isVisible()does not wait for the element to become visible and returns immediately.
-
Deprecated MethodsMethodDescriptionIn most cases, you should use
Locator.fill()instead. You only need to press keys one by one if there is special keyboard handling on the page - in this case useLocator.pressSequentially().In most cases, you should useLocator.fill()instead. You only need to press keys one by one if there is special keyboard handling on the page - in this case useLocator.pressSequentially().This option is ignored.Frame.isHidden()does not wait for the element to become hidden and returns immediately.This option is ignored.Frame.isVisible()does not wait for the element to become visible and returns immediately.In most cases, you should useLocator.fill()instead. You only need to press keys one by one if there is special keyboard handling on the page - in this case useLocator.pressSequentially().In most cases, you should useLocator.fill()instead. You only need to press keys one by one if there is special keyboard handling on the page - in this case useLocator.pressSequentially().This method is inherently racy, please useFrame.waitForURL()instead.This method is inherently racy, please useFrame.waitForURL()instead.This option is ignored.Locator.isHidden()does not wait for the element to become hidden and returns immediately.This option is ignored.Locator.isVisible()does not wait for the element to become visible and returns immediately.In most cases, you should useLocator.fill()instead. You only need to press keys one by one if there is special keyboard handling on the page - in this case useLocator.pressSequentially().In most cases, you should useLocator.fill()instead. You only need to press keys one by one if there is special keyboard handling on the page - in this case useLocator.pressSequentially().This option is ignored.Page.isHidden()does not wait for the element to become hidden and returns immediately.This option is ignored.Page.isVisible()does not wait for the element to become visible and returns immediately.In most cases, you should useLocator.fill()instead. You only need to press keys one by one if there is special keyboard handling on the page - in this case useLocator.pressSequentially().In most cases, you should useLocator.fill()instead. You only need to press keys one by one if there is special keyboard handling on the page - in this case useLocator.pressSequentially().This method is inherently racy, please usePage.waitForURL()instead.This method is inherently racy, please usePage.waitForURL()instead.
-
Deprecated Enum Constants