# File lib/selenium/web_page.rb, line 146
    def click_wait(locator)
      click(locator)
      wait_for_load
    end