com.vaadin.flow.component.cookieconsent.testbench.

Class CookieConsentElement

    • Constructor Detail

      • CookieConsentElement

        public CookieConsentElement()
    • Method Detail

      • getDismissLinkElement

        public org.openqa.selenium.WebElement getDismissLinkElement()
      • getLearnMoreLinkElement

        public org.openqa.selenium.WebElement getLearnMoreLinkElement()
      • getMessage

        public String getMessage()
      • getDismissLabel

        public String getDismissLabel()
      • getLearnMoreLabel

        public String getLearnMoreLabel()
      • getLearnMoreLink

        public String getLearnMoreLink()
      • getCookieName

        public String getCookieName()
      • getContainer

        public org.openqa.selenium.WebElement getContainer()
      • getContext

        public org.openqa.selenium.SearchContext getContext()

        Description copied from class: TestBenchElement

        Returns this TestBenchElement cast to a SearchContext. Method provided for compatibility and consistency.

        Specified by:

        getContext in interface HasSearchContext

        Overrides:

        getContext in class TestBenchElement

        Returns:

        a SearchContext instance

      • isDisplayed

        public boolean isDisplayed()

        Specified by:

        isDisplayed in interface org.openqa.selenium.WebElement

        Overrides:

        isDisplayed in class TestBenchElement