Skip to content

Commit

Permalink
[ruby] Tracking SM language binding in Ruby
Browse files Browse the repository at this point in the history
Helps with #13288
  • Loading branch information
diemol committed Dec 13, 2023
1 parent a8468f6 commit d9d9b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rb/lib/selenium/webdriver/common/selenium_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def validate_location(location)
end

def run(*command)
command += %w[--language-binding ruby]
command += %w[--output json]
command << '--debug' if WebDriver.logger.debug?

Expand Down

0 comments on commit d9d9b06

Please sign in to comment.