java.lang.Object
com.codeborne.selenide.conditions.webdriver.Title
All Implemented Interfaces:
ObjectCondition<org.openqa.selenium.WebDriver>

@ParametersAreNonnullByDefault public class Title extends Object implements ObjectCondition<org.openqa.selenium.WebDriver>
  • Constructor Details

    • Title

      public Title(String title)
  • Method Details

    • actualValue

      @Nullable public String actualValue(org.openqa.selenium.WebDriver webDriver)
      Specified by:
      actualValue in interface ObjectCondition<org.openqa.selenium.WebDriver>
    • expectedValue

      @Nullable @CheckReturnValue public String expectedValue()
      Specified by:
      expectedValue in interface ObjectCondition<org.openqa.selenium.WebDriver>
    • description

      @Nonnull public String description()
      Specified by:
      description in interface ObjectCondition<org.openqa.selenium.WebDriver>
    • negativeDescription

      @Nonnull public String negativeDescription()
      Specified by:
      negativeDescription in interface ObjectCondition<org.openqa.selenium.WebDriver>
    • describe

      @Nonnull public String describe(org.openqa.selenium.WebDriver webDriver)
      Specified by:
      describe in interface ObjectCondition<org.openqa.selenium.WebDriver>
    • test

      @CheckReturnValue public boolean test(org.openqa.selenium.WebDriver webDriver)
      Specified by:
      test in interface ObjectCondition<org.openqa.selenium.WebDriver>