We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e452f commit 28f85bbCopy full SHA for 28f85bb
lib/appium_lib_core/common/command.rb
@@ -157,10 +157,6 @@ module Commands
157
158
get_timeouts: [:get, 'session/:session_id/timeouts'], # https://w3c.github.io/webdriver/#get-timeouts
159
160
- # Add OSS commands to W3C commands. We can remove them if we would like to remove them from W3C module.
161
- ### Session capability
162
- get_capabilities: [:get, 'session/:session_id'],
163
-
164
### rotatable
165
get_screen_orientation: [:get, 'session/:session_id/orientation'],
166
set_screen_orientation: [:post, 'session/:session_id/orientation'],
0 commit comments