# File lib/celerity/browser.rb, line 285
    def wait(sec = @default_wait)
      assert_exists
      @webclient.waitForBackgroundJavaScript(sec * 1000);
    end