Skip to content

Commit 02588f7

Browse files
committed
Update types
1 parent c9ac845 commit 02588f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rb/sig/lib/selenium/webdriver/common/network.rbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ module Selenium
1111

1212
def add_authentication_handler: (String username, String password) -> String
1313

14-
def add_request_handler: -> untyped
14+
def add_request_handler: -> String
1515

1616
def clear_authentication_handlers: -> Hash[nil, nil]
1717

18-
def clear_request_handlers: -> untyped
18+
def clear_request_handlers: -> Hash[nil, nil]
1919

2020
def remove_authentication_handler: (String id) -> nil
2121

22-
def remove_request_handler: -> untyped
22+
def remove_request_handler: -> nil
2323
end
2424
end
2525
end

0 commit comments

Comments
 (0)