Class ProgressBarPane


  • public class ProgressBarPane
    extends BaseElement
    Displays a generic progress bar.
    Since:
    4.2M1
    Version:
    $Id: d642108bc109a182730a7bebe41736300f825fa9 $
    • Constructor Detail

      • ProgressBarPane

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

      • getPercent

        public int getPercent()
        Returns:
        the progress percent
      • getMessage

        public String getMessage()
        Returns:
        the progress message, displayed below the progress bar