Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. public void logout(boolean logout) {
  2.                 if (tabs.getCurrentTab() == Constants.TAB_LOGOUT) {
  3.                         if (logout)
  4.                                 interfaces.get(182, 9).click();
  5.                         interfaces.get(182, 7).click();
  6.                         wait(random(500, 750));
  7.                 } else {
  8.                         tabs.openTab(Constants.TAB_LOGOUT);
  9.                 }
  10.         }