Skip to content

Commit

Permalink
[rb] change file endpoint to match other bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jul 27, 2020
1 parent 273ce9b commit 1c10eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/remote/commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Bridge
# server extensions
#

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

end # Bridge
Expand Down

0 comments on commit 1c10eaa

Please sign in to comment.