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 a452853 commit 8a9a1f0Copy full SHA for 8a9a1f0
rb/lib/selenium/webdriver/bidi/network_inspector.rb
@@ -49,7 +49,7 @@ def response_started(&block)
49
end
50
51
def response_completed(&block)
52
- on(:response_started, &block)
+ on(:response_completed, &block)
53
54
55
private
0 commit comments