class Appium::Driver

def no_wait

Set implicit wait to zero.
def no_wait
  @driver.manage.timeouts.implicit_wait = 0
end