Class BettyTitleBar


  • public final class BettyTitleBar
    extends java.lang.Object
    Page Object Model for BettyTitleBar widget.
    • Constructor Summary

      Constructors 
      Constructor Description
      BettyTitleBar()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.codeborne.selenide.SelenideElement element()  
      com.codeborne.selenide.SelenideElement primary()  
      com.codeborne.selenide.SelenideElement secondary()  
      com.codeborne.selenide.SelenideElement title()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BettyTitleBar

        public BettyTitleBar()
    • Method Detail

      • element

        public com.codeborne.selenide.SelenideElement element()
        Returns:
        the main element of BettyTitleBar
      • title

        public com.codeborne.selenide.SelenideElement title()
        Returns:
        the title part element.
      • primary

        public com.codeborne.selenide.SelenideElement primary()
        Returns:
        the primary part element.
      • secondary

        public com.codeborne.selenide.SelenideElement secondary()
        Returns:
        the secondary part element.