Class TimeValue

java.lang.Object
com.codeborne.selenide.WebElementCondition
io.jmix.masquerade.condition.SpecificCondition
io.jmix.masquerade.condition.TimeValue

public class TimeValue extends SpecificCondition
Condition for checking time value for web-element wrappers for components that supports time (e.g. TimePicker, DateTimePicker).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     

    Fields inherited from class com.codeborne.selenide.WebElementCondition

    missingElementSatisfiesCondition, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    TimeValue(String expectedValue)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class io.jmix.masquerade.condition.SpecificCondition

    check

    Methods inherited from class com.codeborne.selenide.WebElementCondition

    because, getName, missingElementSatisfiesCondition, negate, or

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • expectedValue

      protected String expectedValue
  • Constructor Details

    • TimeValue

      public TimeValue(String expectedValue)
  • Method Details

    • getValue

      public String getValue()
      Returns:
      time value as a string presentation value
    • toString

      public String toString()
      Overrides:
      toString in class com.codeborne.selenide.WebElementCondition