-
Enums Enum Description com.microsoft.playwright.options.BrowserChannel
-
Fields Field Description com.microsoft.playwright.Frame.IsHiddenOptions.timeout This option is ignored.Frame.isHidden()does not wait for the element to become hidden and returns immediately.com.microsoft.playwright.Frame.IsVisibleOptions.timeout This option is ignored.Frame.isVisible()does not wait for the element to become visible and returns immediately.com.microsoft.playwright.Locator.IsHiddenOptions.timeout This option is ignored.Locator.isHidden()does not wait for the element to become hidden and returns immediately.com.microsoft.playwright.Locator.IsVisibleOptions.timeout This option is ignored.Locator.isVisible()does not wait for the element to become visible and returns immediately.com.microsoft.playwright.Page.IsHiddenOptions.timeout This option is ignored.Page.isHidden()does not wait for the element to become hidden and returns immediately.com.microsoft.playwright.Page.IsVisibleOptions.timeout This option is ignored.Page.isVisible()does not wait for the element to become visible and returns immediately.
-
Methods Method Description com.microsoft.playwright.BrowserType.LaunchOptions.setChannel(BrowserChannel) com.microsoft.playwright.BrowserType.LaunchPersistentContextOptions.setChannel(BrowserChannel) com.microsoft.playwright.ElementHandle.type(String) 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().com.microsoft.playwright.Frame.IsHiddenOptions.setTimeout(double) This option is ignored.Frame.isHidden()does not wait for the element to become hidden and returns immediately.com.microsoft.playwright.Frame.IsVisibleOptions.setTimeout(double) This option is ignored.Frame.isVisible()does not wait for the element to become visible and returns immediately.com.microsoft.playwright.Frame.type(String, String) 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().com.microsoft.playwright.Frame.waitForNavigation(Runnable) This method is inherently racy, please useFrame.waitForURL()instead.com.microsoft.playwright.Locator.IsHiddenOptions.setTimeout(double) This option is ignored.Locator.isHidden()does not wait for the element to become hidden and returns immediately.com.microsoft.playwright.Locator.IsVisibleOptions.setTimeout(double) This option is ignored.Locator.isVisible()does not wait for the element to become visible and returns immediately.com.microsoft.playwright.Locator.type(String) 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().com.microsoft.playwright.Page.IsHiddenOptions.setTimeout(double) This option is ignored.Page.isHidden()does not wait for the element to become hidden and returns immediately.com.microsoft.playwright.Page.IsVisibleOptions.setTimeout(double) This option is ignored.Page.isVisible()does not wait for the element to become visible and returns immediately.com.microsoft.playwright.Page.type(String, String) 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().com.microsoft.playwright.Page.waitForNavigation(Runnable) This method is inherently racy, please usePage.waitForURL()instead.
-
Enum Constants Enum Constant Description com.microsoft.playwright.options.BrowserChannel.FIREFOX_STABLE