Skip to content

Commit d9d9b06

Browse files
committed
[ruby] Tracking SM language binding in Ruby
Helps with #13288
1 parent a8468f6 commit d9d9b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rb/lib/selenium/webdriver/common/selenium_manager.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def validate_location(location)
112112
end
113113

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

0 commit comments

Comments
 (0)