class Appium::Driver

def restart

Returns:
  • (Driver) - the driver
def restart
  driver_quit
  start_driver
end