class Playwright::AndroidDevice

def wait_for_event(event, optionsOrPredicate: nil)

Waits for event to fire and passes its value into the predicate function. Returns when the predicate returns truthy value.
def wait_for_event(event, optionsOrPredicate: nil)
  raise NotImplementedError.new('wait_for_event is not implemented yet.')
end