module Appium::Core::Base::HasRemoteStatus

def remote_status

so this library has this method by own for safe.
Selenium binding has this ability only in Remote Binding,
def remote_status
  bridge.status
end