Class ExtensionDescriptionPane


  • public class ExtensionDescriptionPane
    extends BaseElement
    The section that displays various information about an extension, like its license and web page.
    Since:
    4.2M1
    Version:
    $Id: 8c3dee29227da8fd535b67a30935ac87d837dd4d $
    • Constructor Detail

      • ExtensionDescriptionPane

        public ExtensionDescriptionPane​(org.openqa.selenium.WebElement container)
        Creates a new instance.
        Parameters:
        container - the section container
    • Method Detail

      • getLicense

        public String getLicense()
        Returns:
        the extension license
      • getWebSite

        public org.openqa.selenium.WebElement getWebSite()
        Returns:
        the extension web site link
      • getId

        public String getId()
        Returns:
        the extension id
      • getFeatures

        public List<String> getFeatures()
        Returns:
        the extensions features
      • getType

        public String getType()
        Returns:
        the extension type
      • getSources

        public org.openqa.selenium.WebElement getSources()
        Returns:
        the link to the extension sources
      • getIssues

        public org.openqa.selenium.WebElement getIssues()
        Returns:
        the link to the extension issue tracker
      • getNamespaces

        public List<String> getNamespaces()
        Returns:
        the list of namespaces where the extension is installed