lib/appium_lib/driver.rb in appium_lib-0.3.4 vs lib/appium_lib/driver.rb in appium_lib-0.3.5
- old
+ new
@@ -230,11 +230,11 @@
end
# Returns the default client side wait.
# This value is independent of what the server is using
# @return [Integer]
- def get_wait
+ def default_wait
@default_wait
end
# Returns existence of element.
#
@@ -312,6 +312,6 @@
end # end module Appium
# Paging in Pry is annoying :q required to exit.
# With pager disabled, the output is similar to IRB
# Only set if Pry is defined.
-Pry.config.pager = false if defined?(Pry)
\ No newline at end of file
+Pry.config.pager = false if defined?(Pry)