We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ac845 commit 02588f7Copy full SHA for 02588f7
rb/sig/lib/selenium/webdriver/common/network.rbs
@@ -11,15 +11,15 @@ module Selenium
11
12
def add_authentication_handler: (String username, String password) -> String
13
14
- def add_request_handler: -> untyped
+ def add_request_handler: -> String
15
16
def clear_authentication_handlers: -> Hash[nil, nil]
17
18
- def clear_request_handlers: -> untyped
+ def clear_request_handlers: -> Hash[nil, nil]
19
20
def remove_authentication_handler: (String id) -> nil
21
22
- def remove_request_handler: -> untyped
+ def remove_request_handler: -> nil
23
end
24
25
0 commit comments