Skip to content

Commit

Permalink
get rid of the redundant /
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Rodionov <p0deje@gmail.com>
  • Loading branch information
KazuCocoa authored and p0deje committed Dec 25, 2017
1 parent e43aa56 commit 20b804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/remote/w3c/commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Bridge
# document handling
#

get_page_source: [:get, '/session/:session_id/source'.freeze],
get_page_source: [:get, 'session/:session_id/source'.freeze],
execute_script: [:post, 'session/:session_id/execute/sync'.freeze],
execute_async_script: [:post, 'session/:session_id/execute/async'.freeze],

Expand Down

0 comments on commit 20b804b

Please sign in to comment.