Skip to content

Commit eacb7d7

Browse files
committed
Update types
1 parent 02588f7 commit eacb7d7

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: -> String
14+
def add_request_handler: -> Integer
1515

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

1818
def clear_request_handlers: -> Hash[nil, nil]
1919

20-
def remove_authentication_handler: (String id) -> nil
20+
def remove_authentication_handler: (Integer id) -> nil
2121

22-
def remove_request_handler: -> nil
22+
def remove_request_handler: (Integer id) -> nil
2323
end
2424
end
2525
end

0 commit comments

Comments
 (0)