You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module App
module Splash
class << self
def login
'login'
end
end
end
end
module Kernel
def splash
App::Splash
end
end
Appium.promote_singleton_appium_methods(App)
This enables accessing $driver methods within the App::Splash page object.
Fix#73
Raise on nil driver
0 commit comments