Skip to content

Commit 28f85bb

Browse files
committed
cleanup further
1 parent e9e452f commit 28f85bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/appium_lib_core/common/command.rb

-4
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@ module Commands
157157

158158
get_timeouts: [:get, 'session/:session_id/timeouts'], # https://w3c.github.io/webdriver/#get-timeouts
159159

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-
164160
### rotatable
165161
get_screen_orientation: [:get, 'session/:session_id/orientation'],
166162
set_screen_orientation: [:post, 'session/:session_id/orientation'],

0 commit comments

Comments
 (0)