Skip to content

statusbar

Mark Humphreys edited this page Jan 29, 2017 · 1 revision
  AutomationStatusBar statusBar = window.getStatusBar();
  AutomationTextBox tb1 = statusBar.getTextBox(1);

  String eb1Text = tb1.getValue();
  logger.info("Status Bar text = " + eb1Text);
Clone this wiki locally