Class PageAssertions.HasURLOptions

  • Enclosing interface:
    PageAssertions

    public static class PageAssertions.HasURLOptions
    extends Object
    • Field Detail

      • ignoreCase

        public Boolean ignoreCase
        Whether to perform case-insensitive match. ignoreCase option takes precedence over the corresponding regular expression flag if specified.
      • timeout

        public Double timeout
        Time to retry the assertion for in milliseconds. Defaults to 5000.
    • Constructor Detail

      • HasURLOptions

        public HasURLOptions()
    • Method Detail

      • setIgnoreCase

        public PageAssertions.HasURLOptions setIgnoreCase​(boolean ignoreCase)
        Whether to perform case-insensitive match. ignoreCase option takes precedence over the corresponding regular expression flag if specified.
      • setTimeout

        public PageAssertions.HasURLOptions setTimeout​(double timeout)
        Time to retry the assertion for in milliseconds. Defaults to 5000.