Skip to content

Commit bbd7bcc

Browse files
committed
Add extra type support
1 parent fa0c87a commit bbd7bcc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
module Selenium
2+
module WebDriver
3+
class BiDi
4+
class InterceptedAuth < InterceptedItem
5+
def authenticate: (untyped username, untyped password) -> untyped
6+
7+
def skip: () -> untyped
8+
9+
def cancel: () -> untyped
10+
end
11+
end
12+
end
13+
end

0 commit comments

Comments
 (0)