Skip to content

Commit

Permalink
Use proper file upload extension command
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jul 11, 2018
1 parent da6efc1 commit a062cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb/lib/selenium/webdriver/remote/w3c/commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ class Bridge
take_element_screenshot: [:get, 'session/:session_id/element/:id/screenshot'.freeze],

#
# file upload
# server extensions
#

upload_file: [:post, 'session/:session_id/file'.freeze]
upload_file: [:post, 'session/:session_id/se/file'.freeze]
}.freeze

end # Bridge
Expand Down

0 comments on commit a062cd3

Please sign in to comment.