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