File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -492,20 +492,6 @@ def set_implicit_wait_by_default(wait)
492492 { }
493493 end
494494
495- # [Deprecated] Quits the driver. This method is the same as @driver.quit
496- # @return [void]
497- #
498- # @example
499- #
500- # @core.quit_driver
501- #
502- def quit_driver
503- ::Appium ::Logger . warn ( '[DEPRECATION] quit_driver will be removed. Please use @driver.quit instead.' )
504- @driver . quit
505- rescue # rubocop:disable Style/RescueStandardError
506- nil
507- end
508-
509495 # Returns the server's version info. This method calls +driver.remote_status+ internally
510496 #
511497 # @return [Hash]
Original file line number Diff line number Diff line change @@ -160,8 +160,6 @@ module Appium
160160
161161 def set_implicit_wait_by_default : (untyped wait) -> untyped
162162
163- def quit_driver : () -> void
164-
165163 def appium_server_version : () -> Hash[String, String]
166164
167165 private
You can’t perform that action at this time.
0 commit comments