We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AutomationStatusBar statusBar = window.getStatusBar(); AutomationTextBox tb1 = statusBar.getTextBox(1); String eb1Text = tb1.getValue(); logger.info("Status Bar text = " + eb1Text);