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 a71634d commit e2340b3Copy full SHA for e2340b3
lib/ferrum/browser/process.rb
@@ -137,7 +137,7 @@ def parse_ws_url(read_io, timeout)
137
output = ""
138
start = Utils::ElapsedTime.monotonic_time
139
max_time = start + timeout
140
- regexp = %r{DevTools listening on (ws://.*)}
+ regexp = %r{DevTools listening on (ws://.*[a-zA-Z0-9-]{36})}
141
while (now = Utils::ElapsedTime.monotonic_time) < max_time
142
begin
143
output += read_io.read_nonblock(512)
0 commit comments