We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b6198 commit 003bbe6Copy full SHA for 003bbe6
lib/appium_lib/common/patch.rb
@@ -1,26 +1,5 @@
1
# encoding: utf-8
2
3
-# Add status to WebDriver
4
-# https://code.google.com/p/selenium/issues/detail?id=5669
5
-class Selenium::WebDriver::Driver
6
- # @private
7
- def status
8
- bridge.status
9
- end
10
-end
11
-
12
-class Selenium::WebDriver::Remote::Bridge
13
14
15
- raw_execute :status
16
17
18
19
20
- command :status, :get, 'status'
21
22
-# end Add status to WebDriver
23
24
module Appium::Common
25
# Implement useful features for element.
26
class Selenium::WebDriver::Element
@@ -174,4 +153,4 @@ def error_message
174
153
175
154
msg
176
155
end
177
156
+end
0 commit comments